In Revision # 305 in ActionHandler.pm, some code was altered which I believe
is causing issues.

in _move_handler, line 457 (of rev 305) was changed from:
*    my $itempath = $self->_get_parent_path ($row->{info}) .
$row->{itemname};*
to this:
*    my $itempath = $parentpath . $physinfo->{name}; # $row->{itemname};*

When using this coupled with a RESTORE element, the items are then attempted
to move FROM the orphaned folder TO the orphaned folder.

While $parentpath is defined in r305 on line 456 as:
*my $parentpath = $self->_get_current_parent_path ();*

I am unsure which of these should be used, but in my case,
_get_current_parent_path() returns the source path, where-as
_get_parent_path returns the dest path.

Bryan
_______________________________________________
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