RE: Can I have one project link to two subversion server?
From: Bob Archer <Bob.Archer_at_amsi.com>
Date: Fri, 23 Apr 2010 18:22:35 -0400
> I want to know whether I can have one project link to two different
Nope... not really. You have a few options..
1. Use a feature branch on the official server. When your done with your work merge it to the main folder path.
2. Create a diff of your changes, apply it to a WC checkout from the official server and commit it.
3. Use a distributed 3rd part version of svn. I think there is one called silkSVN.
4. You can use Git locally. It will allow you to create local branches, do local commits, etc. Then when you are ready you can push whatever you want to svn using the git-svn commant.
5. Move 100% to a distirbuted source control like Git or Mercurrial.
BOb
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.