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

Re: More changes to cvs2svn.

From: Scott Lamb <slamb_at_slamb.org>
Date: 2002-11-23 20:05:59 CET

I just gave it a spin.

First, it didn't parse; I stuck a "pass" in where you'd commented out a
pool destruction.

Then it got up to revision 381 and bombed:

creating: rev 381 Thu Oct 17 22:07:18 2002, over 2 seconds
Adding path /trunk/schedule
Traceback (most recent call last):
   File "./cvs2svn3.py", line 1121, in ?
     main()
   File "./cvs2svn3.py", line 1118, in main
     util.run_app(convert, ctx, start_pass=start_pass, stop_pass=stop_pass)
   File "/usr/local/lib/python2.2/site-packages/svn/util.py", line 38,
in run_app
     return apply(func, (pool,) + args, kw)
   File "./cvs2svn3.py", line 1036, in convert
     _passes[i](ctx)
   File "./cvs2svn3.py", line 962, in pass4
     c.write( ctx )
   File "./cvs2svn3.py", line 541, in write
     statcache.stat(f)
   File "/usr/lib/python2.2/statcache.py", line 23, in stat
     cache[path] = ret = _os.stat(path)
OSError: [Errno 2] No such file or directory:
'/tmp/intmedcvs/schedule/Attic/Car'

The schedule attic doesn't have anything like "Car" in it. But there is
a "Card Services List.xls,v" (not in the attic). Maybe it's choking on
the spaces in the filename? I think this was the first revision with any
such silliness.

Thanks,
Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 23 20:10:45 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.