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

Re: cvs2svn.py : problems with xiph.org repository conversion

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-07-16 14:07:28 CEST

On Tue, Jul 15, 2003 at 11:54:49AM -0500, kfogel@collab.net wrote:
[snip]
> By the way, it's always best to include the exact cvs2svn.py command
> line you used to reproduce with this data.
>
> (For some reason, there's a weird epidemic in cvs2svn bug reports,
> such that people always puts the traceback in the initial report, but
> never the command line they used. I don't know why this is :-), it
> just seems to be the pattern.)
[snip]

Maybe you should apply the following nasty patch then ;)

Index: cvs2svn.py
===================================================================
--- cvs2svn.py (revision 6484)
+++ cvs2svn.py (working copy)
@@ -2228,4 +2228,9 @@
 
 
 if __name__ == '__main__':
- main()
+ try:
+ main()
+ except:
+ print "*** Include this in your bug report ***"
+ print "Args:", sys.argv
+ raise

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jul 16 14:08:31 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.