merge-this icon indicating copy to clipboard operation
merge-this copied to clipboard

svn/cvs support

Open db48x opened this issue 13 years ago • 4 comments

Well, obviously we all want to see how badly they fare.

I've started doing it, but svn and cvs are different enough that it won't be easy. They aren't distributed, so we have to create a master repository on init and then check it out into "initial". The svn repository will have to have a "trunk" and "branches" directory, and we have to switch into the correct place when we create or modify files. Or perhaps the 'clone' operation should do a branch and then check only that branch out into $target? That's what I've got now. What else?

db48x avatar May 09 '12 06:05 db48x

Actually, a simplification would be to just use the top level directories as branch names.

db48x avatar May 09 '12 06:05 db48x

work in progress: https://github.com/db48x/merge-this/tree/svn-support

db48x avatar May 09 '12 07:05 db48x

I'd like to see how they fare as well

mndrix avatar May 09 '12 14:05 mndrix

Subversion is supported since commit 20ef0a8f16ab01e0e8021c9c7519488b828d4d6b

mndrix avatar Jun 21 '17 17:06 mndrix