Re: [fossil-users] Hmm

2012-04-03 Thread Leo Razoumov
On Mon, Apr 2, 2012 at 14:41, Sander Reiche wrote: > Hi people, > > Maybe I'm missing something like a magic argument to 'fossil add', but > this is not an error I'd like to see on a source control program > supported on a UNIX platform :) > > fossil: filename contains illegal characters: > lite2/

Re: [fossil-users] Hmm

2012-04-03 Thread Dmitry Chestnykh
On 04/02/2012 09:08 PM, Konstantin Khomoutov wrote: Please do some minimal google research next time. But then we won't know how many users have the problem ;-) -- Dmitry Chestnykh http://www.codingrobots.org ___ fossil-users mailing list fossil-user

Re: [fossil-users] Hmm

2012-04-02 Thread Konstantin Khomoutov
On Mon, 2 Apr 2012 20:41:16 +0200 Sander Reiche wrote: > Maybe I'm missing something like a magic argument to 'fossil add', but > this is not an error I'd like to see on a source control program > supported on a UNIX platform :) > > fossil: filename contains illegal characters: > lite2/local/MAC

Re: [fossil-users] Hmm

2012-04-02 Thread Benoit Mortgat
No, you're not missing anything. Fossil has some strict rules about filenames. In fossil source file.c, line 425 you can see: /* ** Return true if the filename given is a valid filename for ** a file in a repository. Valid filenames follow all of the ** following rules: ** ** * Does not begi