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-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


[fossil-users] Hmm

2012-04-02 Thread Sander Reiche
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/local/MACH/386/sys/standi386at/binaries/bin/[

I guess it's the '[', but come on...

re,

Sander Reiche
the Netherlands

-- 
~ UNIX is basically a simple operating system,
           but you have to be a genius to understand its simplicity. ~ dmr
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


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 begin with /
** *  Does not contain any path element named . or ..
** *  Does not contain any of these characters in the path: \*[]?
** *  Does not end with /.
** *  Does not contain two or more / characters in a row.
** *  Contains at least one character
*/


On Mon, Apr 2, 2012 at 20:41, Sander Reiche sander.rei...@gmail.com 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/local/MACH/386/sys/standi386at/binaries/bin/[

 I guess it's the '[', but come on...

 re,

 Sander Reiche
 the Netherlands

 --
 ~ UNIX is basically a simple operating system,
            but you have to be a genius to understand its simplicity. ~ dmr
 ___
 fossil-users mailing list
 fossil-users@lists.fossil-scm.org
 http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users



-- 
Benoit Mortgat
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] Hmm

2012-04-02 Thread Konstantin Khomoutov
On Mon, 2 Apr 2012 20:41:16 +0200
Sander Reiche sander.rei...@gmail.com 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/MACH/386/sys/standi386at/binaries/bin/[
 
 I guess it's the '[', but come on...

http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg07886.html

Please do some minimal google research next time.
Using a sensible phrase for the message subject is advised as well.
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users