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

Re: cvs2svn finds erroneous EOF

From: mark benedetto king <mbk_at_lowlatency.com>
Date: 2003-09-23 15:24:13 CEST

On Mon, Sep 22, 2003 at 05:04:18PM -0700, Mike Wynholds wrote:
> The following Python stack trace is occurring reproducibly on the same
> file when I attempt to translate our CVS repository.
>
> Does anyone have any thoughts on what is going on? Bug in cvs2svn?
> Corrupt files in the CVS repository? These files are able to checked
> out successfully with CVS.
>
> The file is attached.
>
> Thanks.
> ..mike..
>

That file is truncated in the middle of rev 1.13. If you are unable to
find a backup copy, you have lost that history (revisions 1-12 and some
of 13) permanently.

What follows is a diff that fixes rev 1.13 and produces bogus no-op changes
for 1.1 - 1.12. You should be able to use it to finish your conversion
effort.

--ben

--- processForm.java,v Tue Sep 23 09:21:15 2003
+++ processForm.java,v.new Tue Sep 23 09:20:46 2003
@@ -3832,5 +3832,89 @@
 a597 1
     if (!order.ShipAddress1.equals("")) {
 d600 1
-a600
+@
+
+1.12
+log
+@bogus rev
+@
+text
+@@
+
+1.11
+log
+@bogus rev
+@
+text
+@@
+
+1.10
+log
+@bogus rev
+@
+text
+@@
+
+1.9
+log
+@bogus rev
+@
+text
+@@
+
+1.8
+log
+@bogus rev
+@
+text
+@@
+
+1.7
+log
+@bogus rev
+@
+text
+@@
+
+1.6
+log
+@bogus rev
+@
+text
+@@
+
+1.5
+log
+@bogus rev
+@
+text
+@@
+
+1.4
+log
+@bogus rev
+@
+text
+@@
+
+1.3
+log
+@bogus rev
+@
+text
+@@
+
+1.2
+log
+@bogus rev
+@
+text
+@@
+
+1.1
+log
+@bogus rev
+@
+text
+@@
 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 23 15:25:58 2003

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

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