gnu-arch-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnu-arch-users] tla 1.3: can't unregister non-existing revlib


From: Aaron Bentley
Subject: Re: [Gnu-arch-users] tla 1.3: can't unregister non-existing revlib
Date: Sat, 19 Feb 2005 15:40:23 -0500
User-agent: Debian Thunderbird 1.0 (X11/20050116)

Haakon Riiser wrote:

I see two solutions to this problem:

  1. Always register the path given on the command line unchanged.
  2. Leave things as they are, but make an exception for the delete
     option in that the path is used literally if it can't be
     resolved.

While the problem was already resolved, I think a third option makes more sense:

3. absolutize paths, but do not canonicalize them.

E.g. we should turn
$ tla my-revision-library .
into
$ tla my-revision-library $(pwd)

And
$ tla my-revision-library foo
into
$ tla my-revision-library $(pwd)/foo

but leave absolute paths alone, and avoid resolving symlinks.

Aaron




reply via email to

[Prev in Thread] Current Thread [Next in Thread]