You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but that looks strange as it requires a temporary directory that does nothing really. Alternatively a directory may be added with the absolute symlink, relative symlink to that directory and that directory is listed in --ignore rules.
Is there specific reason why absolute symlinks from stow directory can't be stow-ed? If so, is a symlink to an absolute symlink going to cause any harm? Why care and not just stow a symlink to that absolute symlink just as-if it would be a file?
Another alternative is making my symlink relative to repo location, like ln -s ../../../../constant_count_of_../../../run/systemd/resolve/resolv.conf, but that's assuming I will clone my repo to the same dir.
Is there specific reason why absolute symlinks from stow directory can't be stow-ed? If so, is a symlink to an absolute symlink going to cause any harm? Why care and not just stow a symlink to that absolute symlink just as-if it would be a file?
I think the simple answer is probably that this simply wasn't tested yet, so it can't be officially supported until it's tested. But as per the last comment, maybe I can fix that soonish.
Stow doesn't want to stow absolute symlinks because of this code. Why?
To reproduce:
Well, I can create a temporary directory with this absolute link and make the stow-ed link relative to that link, like:
but that looks strange as it requires a temporary directory that does nothing really. Alternatively a directory may be added with the absolute symlink, relative symlink to that directory and that directory is listed in
--ignore
rules.Is there specific reason why absolute symlinks from stow directory can't be stow-ed? If so, is a symlink to an absolute symlink going to cause any harm? Why care and not just stow a symlink to that absolute symlink just as-if it would be a file?
Another alternative is making my symlink relative to repo location, like
ln -s ../../../../constant_count_of_../../../run/systemd/resolve/resolv.conf
, but that's assuming I will clone my repo to the same dir.I tried searching/reading https://lists.gnu.org/archive/html/stow-devel/2009-11/msg00000.html and the issues here, but didn't find anything, I would appreciate some pointers.
The text was updated successfully, but these errors were encountered: