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

Re: Bug in svn

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-08-27 17:46:45 CEST

On Fri, 2004-08-27 at 11:11, Jan Mönnich wrote:
> * deleting path : branches/myrelease/java/newtron/trading/web/applets/productlist/base/NetReader.java ...svn: File not found: transaction '129', path 'branches/myrelease/java/newtron/trading/web/applets/productlist/base/NetReader.java'

As CMike said, the transaction identifier isn't terribly important here.

The problem is that the dumpfile is (at least according to the BDB back
end, which is most likely correct) trying to remove a file which doesn't
exist. The most likely culprit is some obscure bug in the FSFS
changed-path handling code which is causing it to generate an incorrect
dump after being fed cvs2svn output. I suspect I can find and fix this
bug pretty easily given a reproduction recipe.

If java/newtron/trading/web/applets/productlist isn't terribly
sensitive, you could make a copy of just that sub-tree of your CVS
repository, see if you can reproduce the bug with it, and if so, send me
the dump output from cvs2svn.

I'd also be interested in seeing the full set of r1376 load messages
(the ones you elided in your output listing), but while it might give me
information about the problem, it probably won't be enough for me to fix
it.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 27 17:47:04 2004

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.