This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
version control
- From: Tom Lord <lord at emf dot net>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 26 Dec 2001 18:34:18 -0800 (PST)
- Subject: version control
Tromey writes:
I say if we wait about another six months Subversion[1] will
be usable enough that we can scrap CVS, and then we'll have a
version control system that actually understands renaming
files.
There are alternatives to Subversion for that purpose. See:
http://www.regexps.com/super-secret/arch.html
arch features distributed revision control (e.g. form branches in your
own private repository) and features for merging that are fancier than
what Subversion offers.
-t