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