Thanks, Toby. I've downloaded the new nightly to test out.
I found another, perhaps a bit larger.
Right around the SVNIMPORT task, I get this error:
Undefined subroutine &Text::Glob::glob_to_regex_string at
Dumpfile/AutoProps.pm line 30
Looking at the source I was able to determine leaving out --auto_props
is a workaround. My Perl knowledge is limited, but it appears the
Text::Glob library may not have been bundled into the package.
Is there any information I can send you to help diagnose this? Want a
copy of my config file?
Toby Johnson wrote:
Bruce Wilson wrote:
Found a minor but annoying bug in vss2svn.pl, which of course is
reflected in the nightly build where I can't change it. If --md5 is
not specified, an error is reported:
Use of uninitialized value in concatenation (.) or string at
vss2svn.pl line 1289.
Looks like the easy fix is to add line 1974:
$gCfg{md5} = 0 unless defined $gCfg{md5};
Right after existing line 1973:
$gCfg{timing} = 0 unless defined $gCfg{timing};
I didn't figure a fix of this magnitude was worth a formal diff file...
Thanks, I've added the fix.
toby
_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user