Thus said Edward Berner on Fri, 26 Jul 2013 16:49:45 -0700:

> So... try  keeping your repository  one directory above  your checkout
> and  opening  it as  "fossil  open  ../repo.fossil"  and see  if  both
> platforms are happy with that.

This is what one gets using relative paths:

$ fossil open ../new.fossil 
$ f info
project-name: <unnamed>
repository:   /tmp/new/../new.fossil
local-root:   /tmp/new/
...

$ f open ./new.fossil 
$ f info
project-name: <unnamed>
repository:   /tmp/./new.fossil
local-root:   /tmp/
...

Andy
-- 
TAI64 timestamp: 4000000051f3187a


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

Reply via email to