[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Rcsparse.py

From: David Summers <david_at_summersoft.fay.ar.us>
Date: 2003-02-26 00:40:06 CET

On 25 Feb 2003, Karl Fogel wrote:
>
> Note that there was some weird noise in the output. Before every
> revision it would report a conflict:
>
> CONFLICTS: '_e08d0f08_p_char'
> new revision: 8
>
> However, that code in cvs2svn.py is, shall we say, subject to
> examination at the moment. It reads:
>
> conflicts, new_rev = fs.commit_txn(txn)
>
> # set the time to the proper (past) time
> fs.change_rev_prop(t_fs, new_rev, 'svn:date', date, c_pool)
>
> ### how come conflicts is a newline?
> if conflicts != '\n':
> print ' CONFLICTS:', `conflicts`
> print ' new revision:', new_rev
>
> There seems to be some type conversion lossage going on here; since
> the revisions did keep incrementing, I don't think there was ever an
> actual conflict.
>
> But anyway, that's all a separate problem from what you reported,
> which was far more severe.
>

I was getting the same thing back a few weeks ago when I was playing with
converting some 1 gig CVS repositories. It didn't appear to be any
problem but I didn't test very thoroughly.

-- 
David Wayne Summers          "Linux: Because reboots are for hardware upgrades!"
david_at_summersoft.fay.ar.us   PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
PGP Key fingerprint =  C0 E0 4F 50 DD A9 B6 2B  60 A1 31 7E D2 28 6D A8 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 26 00:55:12 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.