On Sat, Feb 6, 2016 at 4:55 PM, Yannick Duchêne <yannick_duch...@yahoo.fr>
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` in this context, Fossil unlinks the symbolic link to this directory,
> create a directory of the same name, add the `<mofified-file>~0` file in
> the directory it just created. This solely is something I would like to
> workaround (the unlinking of the symbolic link), and additionally, it also
> prevents `gdiff` from working, as it cannot find the original file any-more.
>
> Is there a known way to workaround this?
>
> Or maybe I don't properly use symbolic links with Fossil?
>

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

do:

fossil set allow-symlinks 0



>
> --
> Yannick Duchêne
> _______________________________________________
> fossil-users mailing list
> fossil-users@lists.fossil-scm.org
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
_______________________________________________
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