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-26 07:30:33 |
Message-ID: | 200702260030.33924.wt@penguintechs.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Sunday 25 February 2007 23:23, Tom Lane wrote:
> It was mentioned upthread that Josh has seen repeated problems with his
> conversions. I too would like to see some details about that. One
> thing that I personally would find to be a showstopper for any proposed
> switch is if it fails to maintain our change histories; in particular,
> if it's not still possible to pull an exact copy of any given prior
> release, it'll be no sale. I gather from this thread that svn has by
> far the closest storage model to cvs of any of the available
> alternatives ... so if svn has conversion problems, what's it gonna
> be like with another one?
With atomic commits, the exports from svn to other SCMSes seem to work better
than from cvs to svn (or any other for that matter). I believe the reason is
that you have to infer the commits in cvs whereas it is explicit in the other
systems. To convert to git, for instance, I converted to svn and then
imported that.
wt
--
Warren Turkal (w00t)
From | Date | Subject | |
---|---|---|---|
Next Message | Warren Turkal | 2007-02-26 07:47:10 | Re: [Monotone-devel] Re: SCMS question |
Previous Message | Hiroshi Saito | 2007-02-26 06:51:55 | Re: PGSQL and NPGSQL does not display exact errors |