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