Re: [fossil-users] Tag names: permitted characters

2011-01-26 Thread Doug Currie
On Jan 26, 2011, at 8:57 AM, Richard Hipp wrote: > separate branches. :-(Perhaps I should add a restriction somewhere that > disallows whitespace at the beginning or at the end of the tag name. Maybe, > too, I should disallow CR and NL in tag names. What do you think? A few days ago I h

Re: [fossil-users] Tag names: permitted characters

2011-01-26 Thread Stephan Beal
On Wed, Jan 26, 2011 at 3:02 PM, David Bovill wrote: > I think this would cause no harm - possibly by normalizing input, rather > than throwing an error? > +1 -- - stephan beal http://wanderinghorse.net/home/stephan/ ___ fossil-users mailing list

Re: [fossil-users] Tag names: permitted characters

2011-01-26 Thread Richard Hipp
On Wed, Jan 26, 2011 at 9:07 AM, Benoit Mortgat wrote: > Probably disallowing any character below or equal to 0x19 would be a good > idea. > > But let us suppose that some fossil user has a repository with such a tag. > Won't that break when trying to do a fossil update or fossil checkout? I wo

Re: [fossil-users] Tag names: permitted characters

2011-01-26 Thread Benoit Mortgat
Probably disallowing any character below or equal to 0x19 would be a good idea. But let us suppose that some fossil user has a repository with such a tag. Won't that break when trying to do a fossil update or fossil checkout? On Wed, Jan 26, 2011 at 14:57, Richard Hipp wrote: > On Wed, Jan 26,

Re: [fossil-users] Tag names: permitted characters

2011-01-26 Thread David Bovill
On 26 January 2011 13:57, Richard Hipp wrote: > Perhaps I should add a restriction somewhere that disallows whitespace at > the beginning or at the end of the tag name. Maybe, too, I should disallow > CR and NL in tag names. What do you think? > I think this would cause no harm - possibly by n

Re: [fossil-users] Tag names: permitted characters

2011-01-26 Thread Richard Hipp
On Wed, Jan 26, 2011 at 8:39 AM, David Bovill wrote: > What are the permitted characters for a tag name? Are spaces or > international characters allowed? > I think all characters (other than 0x00) are allowed in tag names. Try it out. If you run into problems, let me know and I'll fix them.

Re: [fossil-users] Tag names: permitted characters

2011-01-26 Thread Benoit Mortgat
You can use spaces or international characters. But here is a warning: You should use a UTF8 command line interpreter if you want to be consistent with the web interface. So: do it from the web interface if your console application is cmd.exe. On Wed, Jan 26, 2011 at 14:39, David Bovill wrote:

[fossil-users] Tag names: permitted characters

2011-01-26 Thread David Bovill
What are the permitted characters for a tag name? Are spaces or international characters allowed? ___ fossil-users mailing list fossil-users@lists.fossil-scm.org http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users