Mike Craig wrote:
How in the world did I get a Debug version of Subversion? Blech! Well,
if it helps y'all out, I'm game. :)
Should I wait for an updated script from you, or get a decent version of
Subversion?
I hadn't yet committed the code where I fixed this; I'm not very
disciplined in the whole one-issue-per-commit thing. You can try the
attached patch to see if it fixes the issue.
Index: Vss2Svn/Dumpfile.pm
===================================================================
--- Vss2Svn/Dumpfile.pm (revision 182)
+++ Vss2Svn/Dumpfile.pm (working copy)
@@ -192,7 +192,7 @@
my $newpath = $itempath;
if ($data->{itemtype} == 1) {
- $newpath =~ s:(.*/)?.+$:$1$newname/:;
+ $newpath =~ s:(.*/)?.+$:$1$newname:;
} else {
$newpath =~ s:(.*/)?.*:$1$newname:;
}
_______________________________________________
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