Hi Toby,

the fix you attached to this mail is correct, but the one you committed in [183] is wrong. You omitted the check for the itemtype, which is very important when renaming projects.

The correct code is

   if ($data->{itemtype} == 1) {
       $newpath =~ s:(.*/)?.+$:$1$newname:;
   } else {
       $newpath =~ s:(.*/)?.*:$1$newname:;
   }

Dirk



Toby Johnson schrieb:
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.
------------------------------------------------------------------------



_______________________________________________
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


_______________________________________________
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

Reply via email to