Tagged Questions
6
votes
3answers
870 views
Codeplex + SVN. How good is SVN bridge?
I avoided CodePlex because of it's lack of support for proper SVN and was dissuaded by complaints about short comings. Recently, I have been wanting to port my project from beanstalk over to codeplex ...
4
votes
2answers
678 views
How to deploy Subversion externals?
We're testing the waters with SVN, with Beanstalk as a host. Our setup looks something like this:
Repository: Modules
Module 1
Module 2
Module 3
Repository: Website 1
Custom website code
...
2
votes
2answers
93 views
configuration files in version control while deploying
I have a particular problem with config files and deployment. When I deploy my project, it eventually moves to two different branches: staging and production (using SVN here)
I make the branch from ...
1
vote
2answers
97 views
Deploying using Beanstalk SVN Branches
Beanstalk suggests having branches set up (in SVN) to act as listeners for deployment, (i.e. /branches/development/).
I know how to merge changes to a branch, if I'm currently working in that branch.
...
1
vote
2answers
292 views
How can I commit a single file using SVN over a network?
I am able to check out an entire svn repository using the following command:
svn co
https://myaccount.svn.beanstalkapp.com/myapp/
But I cannot figure out the command to commit a single file. ...
1
vote
1answer
131 views
svn without local copy
I'm in this kind of situation: i'm working with a remote developer on a cakephp website.
He works on a local copy (php etc..) and updates a staging server. I usually do directly the edits (mainly ...
0
votes
1answer
164 views
How can I use Subversion, Ubuntu, Beanstalk
I've installed subversion on my ubuntu machine and I am trying to pull down a repository from beanstalk with the following command:
svn co
https://myaccount.svn.beanstalkapp.com/myapp/
It ...
0
votes
2answers
249 views
Unable to commit to svn with beanstalk on a Mac
I am using Xcode 3.2, Mac OS 10.6 and svn for version control. I am using beanstalk for this svn. I created a repository in beanstalk and made changes in Xcode. When I tried to commit the project from ...
0
votes
2answers
2k views
Beanstalk like Functionality
I'm finally getting my team to embrace source code management now that we're working on projects where more than one dev is touching the same codebase, and I setup a free/trial account on Beanstalk ...