[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

[fossil-users] Cross Platform GUI

2011-01-26 Thread David Bovill
Is there an existing project to create a cross-platform GUI for fossil? There is the web interface, and maybe that is all that is needed? Certainly a native interface would be more snappy - but what other features could a a graphical front end add? I'm asking as I'll be making a cross platform

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

[fossil-users] Which port is a repository being served on?

2011-01-26 Thread David Bovill
I know that the shell returns info about the url and process id that the web interface is being served on - but is there a way to query this given a repository name / path? Or do I have to track these in my app? ___ fossil-users mailing list

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

2011-01-26 Thread David Bovill
On 26 January 2011 13:57, Richard Hipp d...@sqlite.org 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 -

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 d...@sqlite.org wrote:

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

2011-01-26 Thread Richard Hipp
On Wed, Jan 26, 2011 at 9:07 AM, Benoit Mortgat mort...@gmail.com 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

Re: [fossil-users] Which port is a repository being served on?

2011-01-26 Thread Stephan Beal
On Wed, Jan 26, 2011 at 3:04 PM, David Bovill da...@architex.tv wrote: I know that the shell returns info about the url and process id that the web interface is being served on - but is there a way to query this given a repository name / path? Or do I have to track these in my app? You can

Re: [fossil-users] Which port is a repository being served on?

2011-01-26 Thread David Bovill
Pretty sure the answer will be know - as Fossil would need to keep track of what ports were being used for which currently served projects. Essentially I'd lie to be able to do fossil ui url ?projectPath? and get a value of the url/port currently being served by Fossil for that project. I'm just

Re: [fossil-users] Cross Platform GUI

2011-01-26 Thread David Bovill
Found these links: 1. http://stackoverflow.com/questions/2135779/gui-for-fossil-scm On 26 January 2011 13:45, David Bovill da...@architex.tv wrote: Is there an existing project to create a cross-platform GUI for fossil? There is the web interface, and maybe that is all that is needed?

[fossil-users] fossil tag add TAGNAME CHECK-IN

2011-01-26 Thread David Bovill
Basic question - is CHECK-IN a valid value rather than using the sha1 of the checkin? I'd like to simply add a tag to the most recent checkin - but leaving the CHECK-IN parameter out does not work? ___ fossil-users mailing list

Re: [fossil-users] fossil tag add TAGNAME CHECK-IN

2011-01-26 Thread Richard Hipp
On Wed, Jan 26, 2011 at 9:54 AM, David Bovill da...@architex.tv wrote: Basic question - is CHECK-IN a valid value rather than using the sha1 of the checkin? I'd like to simply add a tag to the most recent checkin - but leaving the CHECK-IN parameter out does not work? Once again - I have no

Re: [fossil-users] fossil tag add TAGNAME CHECK-IN

2011-01-26 Thread Dmitry Chestnykh
On Jan 26, 2011, at 3:54 PM, David Bovill wrote: Basic question - is CHECK-IN a valid value rather than using the sha1 of the checkin? I'd like to simply add a tag to the most recent checkin - but leaving the CHECK-IN parameter out does not work? I believe that would be tip. -- Dmitry

Re: [fossil-users] fossil tag add TAGNAME CHECK-IN

2011-01-26 Thread David Bovill
On 26 January 2011 16:17, Dmitry Chestnykh dmi...@codingrobots.com wrote: On Jan 26, 2011, at 3:54 PM, David Bovill wrote: Basic question - is CHECK-IN a valid value rather than using the sha1 of the checkin? I'd like to simply add a tag to the most recent checkin - but leaving the CHECK-IN

Re: [fossil-users] fossil tag add TAGNAME CHECK-IN

2011-01-26 Thread Richard Hipp
On Wed, Jan 26, 2011 at 12:08 PM, David Bovill da...@architex.tv wrote: On 26 January 2011 16:17, Dmitry Chestnykh dmi...@codingrobots.comwrote: On Jan 26, 2011, at 3:54 PM, David Bovill wrote: Basic question - is CHECK-IN a valid value rather than using the sha1 of the checkin? I'd like

Re: [fossil-users] Bug at baseline/delta manifests, workaround using 'rebuild'

2011-01-26 Thread Lluís Batlle i Rossell
On Tue, Jan 25, 2011 at 07:36:49PM +0100, Lluís Batlle i Rossell wrote: Hello, I updated the fossil version I had in one computer from 2010-11-17 to 2011-01-13. I run the fossil rebuild (Btw, it said 100.1% completed at the end), and synched to the main repository. I noticed that the

Re: [fossil-users] fossil tag add TAGNAME CHECK-IN

2011-01-26 Thread David Bovill
OK - so we have tip, current, ckout, next and previous! On 26 January 2011 17:17, Richard Hipp d...@sqlite.org wrote: Tip refers to the most recent check-in in your repository, which is not necessarily the check-in you most recently did yourself, or which you currently have checked out.

Re: [fossil-users] Bug at baseline/delta manifests, workaround using 'rebuild'

2011-01-26 Thread Petr Ferdus
__ Od: Lluís Batlle i Rossell virik...@gmail.com Komu: Fossil ML fossil-users@lists.fossil-scm.org Datum: 26.01.2011 18:45 Předmět: Re: [fossil-users] Bug at baseline/delta manifests,workaround using 'rebuild' On Tue, Jan 25, 2011

Re: [fossil-users] Syntax for branch colouring and turning off gpg signing

2011-01-26 Thread Benoit Mortgat
On Wed, Jan 26, 2011 at 17:22, Dmitry Chestnykh dmi...@codingrobots.comwrote: On Jan 26, 2011, at 4:31 PM, David Bovill wrote: Can't get the syntax right for colourizing a new branch? None of the following seem to work. fossil branch new html5 xml -bgcolor #F87A17 fossil branch new

Re: [fossil-users] fossil tag add TAGNAME CHECK-IN

2011-01-26 Thread Benoit Mortgat
On Wed, Jan 26, 2011 at 18:54, David Bovill da...@architex.tv wrote: OK - so we have tip, current, ckout, next and previous! “ckout” is useful only in your web browser when you want to browse embedded documentation that has not been committed. It will probably not work with “tag”, “info”, or

[fossil-users] time skew message now appearing

2011-01-26 Thread Ron Aaron
I'm now getting time skew... server time differs by 62.0 seconds whenever I update (the exact time varies). But... the server I'm connecting to and the machine I am running from are within one second of each other! This only started to happen recently, but I don't know exactly which version.

[fossil-users] Symbolic links in Fossil

2011-01-26 Thread Dmitry Chestnykh
Hello, I'm working on adding symlink support to Fossil, mostly because having it is very important for my Mac development, where I put frameworks into repository, and valid frameworks on Mac contain at least 3 symlink inside them. Plus, there were requests for this feature in the past. Currently

Re: [fossil-users] Symbolic links in Fossil

2011-01-26 Thread Ron Wilson
Symlink support makes sense and would be useful. As for Windows, I only use it when I have to (which is most days, unfortunately). That said, where the target of a symlink is a directory, it would make sense to create a Windows shortcut. In a software development environment like where I work,

Re: [fossil-users] time skew message now appearing

2011-01-26 Thread Ron Aaron
On Wed, Jan 26, 2011 at 3:53 PM, Ron Aaron r...@ronware.org wrote: I'm now getting time skew... server time differs by 62.0 seconds whenever I update (the exact time varies). Is it taking 60 seconds to sync? no - just a sec ___ fossil-users

[fossil-users] Frequent invocations of fossil from another application

2011-01-26 Thread Ivan Hamer
My application invokes fossil through a system call. It tends to commit/tag/open frequently. It seems to be rather expensive way to talk to fossil. Is there a way to perhaps run fossil as a server and accept commands such as open/commit/tag to avoid multiple invocations of the executable? I am

Re: [fossil-users] time skew message now appearing

2011-01-26 Thread Ivan Hamer
I also noticed the time skew problem when I quickly add, commit, then tag the same file (from a script; not by hand). If interested, I can provide more details to reproduce. On Wed, Jan 26, 2011 at 11:56 PM, Ron Aaron r...@ronware.org wrote: On Wed, Jan 26, 2011 at 3:53 PM, Ron Aaron