[Python-Dev] Procedure for sandbox branches in SVN?

Fredrik Lundh fredrik at pythonware.com
Fri Apr 14 11:42:01 CEST 2006


Tim Peters wrote:

> Just do it.  Branches under SVN are cheap, go fast, and are pretty
> easy to work with.  Even better, because a branch is just another
> named directory in SVN's virtual file system, you can "svn remove" it
> when you're done with it (just like any other directory).

footnote: if you want to make huge amounts of branches (e.g. a branch
for each bug or optimization idea you're working on), I recommend using
the SVK frontend instead of SVN:

    http://svk.elixus.org/

</F>





More information about the Python-Dev mailing list