Re: CVS should die - Mailing list pgsql-hackers

From Gaetano Mendola
Subject Re: CVS should die
Date
Msg-id 418AB31B.9050206@bigfoot.com
Whole thread Raw
In response to Re: CVS should die (was: Possible make_oidjoins_check  (Neil Conway <neilc@samurai.com>)
List pgsql-hackers
Neil Conway wrote:
> [CC list trimmed]
> 
> On Fri, 2004-11-05 at 06:41, Tom Lane wrote:
> 
>>(I'm rather interested to know whether any other SCMs have a better
>>solution to this problem, and if so what it is.  It's not obvious how
>>to do better.)
> 
> 
> Sure -- just about every "next generation" OSS version control tool gets
> this right, or at least does a lot better than CVS -- i.e. svn,
> monotone, arch, darchs, and possibly others I haven't heard of.
> 
> Gavin and I have been using Monotone for a few weeks now to manage some
> development we're doing. I've been really impressed with it --
> conceptually, it just "makes sense". Unfortunately the implementation is
> currently too immature to consider moving the main development tree
> onto, at least for the moment.

In SVN there is no concept of Branch, Label and so on, all these operations
are performed by "copy" if you want LABEL your source is enough create a
directory and copy all the source in that directory.
In order to emulate the way to work of CVS is enough follow these guidelines:
http://docs.codehaus.org/display/HAUS/How+to+Organize+a+Subversion+Repository

We are migrating from Clearcase to SVN and the only think we are going
to miss is the UCM process.


Regards
Gaetano Mendola




pgsql-hackers by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: [pgsql-www] pg_autovacuum is nice ... but ...
Next
From: "Marc G. Fournier"
Date:
Subject: Re: [pgsql-www] pg_autovacuum is nice ... but ...