Re: [Monotone-devel] Re: SCMS question

From: Warren Turkal <wt(at)penguintechs(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [Monotone-devel] Re: SCMS question
Date: 2007-02-25 02:02:05
Message-ID: 200702241902.07673.wt@penguintechs.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Friday 23 February 2007 11:11, Joshua D. Drake wrote:
> If you are looking for a CVS replacement, that replacement is SVN. I
> don't think anyone can reasonably argue against that statement.

It seems to me that the best reason for keeping CVS is that the build farm
uses it. There are solutions for maintaining anonymous CVS access (e.g. [1])
when moving to SVN.

A secondary problem is that of portability. SVN is the best supported for
portability. I was able to find links to downloads for most of the archs of
the build farm from the Subversion site. The previously mentioned ability to
maintain CVS anonymous access should help with this part also. SVN also has a
lot of tools for different platforms. There is even plugin for Visual Studio
for Windows if that kind of thing trips your trigger.

Moving to SVN would maintain the same model of development and get many nice
features (e.g. atomic commit, cheap tagging, etc.). This type of transition
has been executed successfully by many open source projects, including KDE
(big development group) and Bacula (small development group).

What would you all think about moving to SVN if the anon CVS checkout can be
made to work? I'll even volunteer to set it up.

[1]http://sam.zoy.org/writings/programming/svn2cvs.html

wt
--
Warren Turkal (w00t)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-02-25 02:18:10 Re: [Monotone-devel] Re: SCMS question
Previous Message Jonah H. Harris 2007-02-25 01:05:05 Re: Proposal for Implenting read-only queries during wal replay (SoC 2007)