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

Re: vss2svn.py error

From: Nathan Kidd <nathan_at_hummingbird.com>
Date: 2004-02-18 21:18:53 CET

Jack Ivey wrote:
> I've now moved on to vss2svn and I am getting the following
> error:
<SNIP>
> Traceback (most recent call last):
> File "vss2svn.py", line 750, in ?
> InfoCache = GetInfoCache(vss_base)
> File "vss2svn.py", line 495, in GetInfoCache
> rev = int(m.group(1))
> AttributeError: 'NoneType' object has no attribute 'group'

FWIW, I get the same error with R29 and R29 + Roelof's patch, so I don't
think it's a problem the data you're feeding it. A cursory look at the
code doesn't show up anything obvious to me. (me == someone who doesn't
pretend to grok python or the script.)

-Nathan

-----------------------

(x's only replace sensitive alphanumeric chars)

D:\junk> c:\progra~1\python2.3\python vss2svn.py -r D:\junk\eod -s
T:\kits\tools\vss\ntintel\ -u admin -p xxxxxxxxxx -o eodsvn.dump
-i $/s/src/ExceedonDemand/Client

VSS Repository: D:\junk\eod
VSS User: admin
VSS Password: *xxxxxxxxxx*
VSS Base: $/s/src/ExceedonDemand/Client
Dump File: eodsvn.dump
Commit Threshold: 2 minutes
Path to SS.EXE: T:\kits\tools\vss\ntintel\
Excluded projects: []
Debug Mode is ON

Pre-Parsing VSS Database: D:\junk\eod.

*****************
Label: "XXXX.X_XXXXX.XXX_XXXX"
User: Nathan Date: 5/02/04 Time: 7:57p
Labeled
Label comment: xxxx xx xxx xxxxxxx xxxx.xxxx xxxx x xxxxxx xxxxxx xxx xxxx.
xxxxxxxx, xxxxxxxxx x, xxxxx. xxxxx xxxxx xxx xxxxxxxx xxxxxxxx xxxx xx
xxxxxxxxxx. --Nathan

Traceback (most recent call last):
   File "vss2svn.py", line 750, in ?
     InfoCache = GetInfoCache(vss_base)
   File "vss2svn.py", line 495, in GetInfoCache
     rev = int(m.group(1))
AttributeError: 'NoneType' object has no attribute 'group'

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Feb 18 21:17:57 2004

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.