[Python-Dev] PEP: Migrating the Python CVS to Subversion

Stephen J. Turnbull stephen at xemacs.org
Mon Aug 1 08:54:17 CEST 2005


>>>>> "BAW" == Barry Warsaw <barry at python.org> writes:

    BAW> So are you saying that moving to svn will let us do more long
    BAW> lived branches?  Yay!

Yes, but you still have to be disciplined about it.  svn is not much
better than cvs about detecting and ignoring spurious conflicts due to
code that gets merged from branch A to branch B, then back to branch
A.  Unrestricted cherry-picking is still out.

-- 
School of Systems and Information Engineering http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba                    Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
               Ask not how you can "do" free software business;
              ask what your business can "do for" free software.


More information about the Python-Dev mailing list