public inbox for goredo-devel@lists.stargrave.org
Atom feed
From: goredo <spacefrogg-goredo@spacefrogg•net>
To: goredo-devel@lists.cypherpunks.su
Subject: goredo gets confused with relative paths and symlinks
Date: Thu, 23 Oct 2025 16:10:11 +0200 (GMT+02:00)	[thread overview]
Message-ID: <915985b5-d75b-4743-a16f-e3ce581ff139@spacefrogg.net> (raw)
In-Reply-To: <CAJoaZ9Lv3VL0B_hqzZWSd4FUGr3bOZVyDhWE2F2ie1OsqGRZ-g@mail.gmail.com>

Hi,

welcome and nice to see a fellow redo user!

Let me be blunt with you:
Do not use symlinks (or hardlinks) in redo projects. Just make a copy of the tree at a proper location. Links violate redo's dependency model. I think, there is some more rationale in the manual, but this is the gist of it.

Due to this expectation, redo or .do script may at any point resolve their location or that of other files around it to their physical path. That creates further complications with symlinked directories.

This is not a missing feature but part of the dependency model.

–Michael

  reply	other threads:[~2025-10-23 14:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-23 13:54 goredo gets confused with relative paths and symlinks Rafael Fourquet
2025-10-23 14:10 ` goredo [this message]
2025-10-23 14:58   ` Rafael Fourquet
2025-10-24 12:12     ` Sergey Matveev
2025-10-24 13:45       ` Rafael Fourquet
2025-10-24 13:59         ` Sergey Matveev
2025-10-24 12:03 ` Sergey Matveev
2025-10-26 14:34 ` Sergey Matveev