[fossil-users] Fossil and symbolic links

2016-02-06 Thread Yannick Duchêne
Hi people, I have a working directory containing symbolic links to directories. Versioned files belong to these symbolically linked directories. If I have a modified file in one of these linked directory and run `fossil gdiff` in this context, Fossil unlinks the symbolic link to this directory,

Re: [fossil-users] Fossil and symbolic links

2016-02-07 Thread Matt Welland
On Sat, Feb 6, 2016 at 4:55 PM, Yannick Duchêne wrote: > Hi people, > > I have a working directory containing symbolic links to directories. > Versioned files belong to these symbolically linked directories. > > If I have a modified file in one of these linked directory and run `fossil > gdiff` i

Re: [fossil-users] Fossil and symbolic links

2016-02-08 Thread Yannick Duchêne
On Sun, 7 Feb 2016 15:30:19 -0700 Matt Welland wrote: > > Check in your settings. For your usage I think you want symbolic links > turned off. > > if you get similar to this: > > fossil set | grep sym > allow-symlinks (global) 1 It just said `allow-symlinks`, without a value, nor local, nor

Re: [fossil-users] Fossil and symbolic links

2016-02-08 Thread Yannick Duchêne
On Mon, 8 Feb 2016 14:41:12 +0100 Yannick Duchêne wrote: > Will have a test to see it gives the behaviour I wish to get. Not good, now `fossil gdiff` complains “cannot compute difference between symlink and regular file”. -- Yannick Duchêne ___ fos

Re: [fossil-users] Fossil and symbolic links

2016-02-08 Thread Yannick Duchêne
On Mon, 8 Feb 2016 14:47:08 +0100 Yannick Duchêne wrote: > On Mon, 8 Feb 2016 14:41:12 +0100 > Yannick Duchêne wrote: > > > Will have a test to see it gives the behaviour I wish to get. > > Not good, now `fossil gdiff` complains “cannot compute difference between > symlink and regular file”.