Developing memcached, how should we do it?
Les Mikesell
lesmikesell at gmail.com
Thu Dec 13 14:18:31 UTC 2007
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
lesmikesell at gmail.com
More information about the memcached
mailing list