return (! SVN_PATH_IS_PLATFORM_EMPTY (path, len) && (len <= 1 || path[len-1] != '/'));I'm reading that as a path that *does* end a '/', which the dumpfile sample seems to support.
Aehm, you are right.
But the crazy thing is... I'm explicitly removing leading and trailing slashes (Dumpfile/Node.pm, code lines 79-80), so how did this slash get there? Could it have had two trailing slashes somehow?
But in Dumpfile.pm line 195 you add a second slahs to project pathes Dirk _______________________________________________ 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
