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

Re: cvs2svn patch in the works...

From: Marko Macek <Marko.Macek_at_gmx.net>
Date: 2002-10-22 21:04:03 CEST

Shun-ichi GOTO wrote:

> I found a problem my own test repository.
> There's an examle, as CVS operation, I commit a file then delete it in
> COMMIT_THRESHOLD time, then tagged whole of directory files. In this
> situation, cvs2svn process 'change' and 'delete' in same transaction
> then do 'tagging'. It cause error in fs.copy() because this file is not
> in snv repository any more.

This problem happens because cvs2svn seems to combine the changes (even
multiple!) and deletes for the SAME file into one single commit, leading
to data loss. Oops :( (Issue 875)

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 22 21:03:42 2002

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.