Zabel, Ian schrieb:

Dirk,

Ah, I see what you mean. I did a history on the top level, and yes, a label was created on a very old project with a label name of "$//cirqit_src//Opera". This project is now defunct. So, I wonder which character is invalid in that label name... "$", "_", "/", or "//"?

I think in this special case, the bigger problem is the "double slash", since they are treated as two directories. The converter tries to create the following directories in that order:

$
$/
$//cirqit_src
$//cirqit_src/
$//cirqit_src//Opera
...

actually $ and $/ points to the same directory and the import failes.

But in order to make it portable, we should filter all filesystem problematic characters.

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
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user

Reply via email to