Roy Keene wrote:
>
> Running "fossil clean -x -v" appears to follow symlinks, which
> means it will go delete data outside of your repository path --
> recursively.
>
I've figured out the issue. Can you confirm that the "noSymlinks"
branch corrects the issue you were seeing?
--
Joe Mis
-x|--verily WARNING: Removes everything that is not a managed
file or the repository itself. This option
implies the --force, --emptydirs, --dotfiles, and
--disable-undo options. Furthermore, it completely
di
Roy Keene wrote:
>
> Running "fossil clean -x -v" appears to follow symlinks, which
> means it will go delete data outside of your repository path --
> recursively.
>
Out of curiosity, why are you using the "-x" option?
--
Joe Mistachkin @ https://urn.to/r/mistachkin
_
All,
Running "fossil clean -x -v" appears to follow symlinks, which
means it will go delete data outside of your repository path --
recursively.
Example:
$ mkdir /tmp/a
$ touch /tmp/a/one
$ touch /tmp/a/two
$ touch /tmp/a/three
$ ln -s /tmp/a .
4 matches
Mail list logo