On 12/23/15, Steve Stefanovich <[email protected]> wrote: > > Yes, this is helpful - if served by 'fossil ui' it shows the current > checkout timeline and info that I need. > > However, I realised if this is to be visible to all the team, I need to use > 'fossil server'.
"current" also works with "fossil server" if you start "fossil server" without a repository argument. In other words, if you cd into the check-out directory and then run "fossil server". The "current" label does not work if you specify a repository using something like "fossil server project.fossil". It only works if you start it without a repository name from within an open checkout. -- D. Richard Hipp [email protected] _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

