On 4/23/2010 6:02 PM, David Weintraub wrote:
If you want to use the distributed method, you can try SVK: http://svk.bestpractical.com. SVK is a layer on top of the Subversion repository and allows you to work with Subversion as a distributed repository. If you don't have to use Subversion, you might want to look at Git or Bitkeeper which are built from the ground up to be distributed version control systems.
There's also git-svn which appears to work like SVK except that you'd use git tools locally on a git branch until you want to push your changes back. Sounds like a reasonable match for this scenario.
-- Les Mikesell lesmike...@gmail.com