2012/11/19 Stefan Bellon <[email protected]>:
> Now I was trying to convert an existing SVN repository to fossil and
> stumbled across this problem:
>
> ADDED str'i'ng.h
> ADDED str"i"ng.h
> ADDED str"ing.h
> fossil: filename contains illegal characters: str\i\ng.h

This sounds like a bug in the SVN ->fossil converter, not
in fossil itself. Quotes are not illegal in fossil, but the
backslash character is.

Proof:

$ fossil add "str'i'ng.h"
ADDED  win/str'i'ng.h
$ fossil status
...
ADDED      str'i'ng.h

See, no problem to add it at all.

Regards,
         Jan Nijtmans
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to