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

Reply via email to