dormando wrote:

I despise SVN. I do believe in restricting access to the main repository, SVN does not make collaborative development very easy. I personally use git while working on memcached. I import the repo via git-svn, do all of my branch/etc work in native git, then `git-svn dcommit` my data back to SVN when it's ready.

What problem do you have with using svn directly if you branch for releases and don't insist on the trunk always being in a clean state - and branch for changes you expect to be disruptive, or per developer if the work needs to be isolated for a while?

--
  Les Mikesell
   [EMAIL PROTECTED]



Reply via email to