Hi,
I confirm this in the following, more general wayB.
My ~/projects is a symlink to a directory on another partition.
This is what happens:

  $ cd ~/projects/abc
  $ mr register
  Registering git url: git+ssh://XYZ in /home/toma/.mrconfig
  $ cd ..
  $ mr status
  mr update: no repositories found to work on

In general, if I register a repository from a path that contains
a symlink, I cannot use it later. However, if I register it from
the absolute, normalized path it works fine:

  $ cd [wherever ~/projects/abc points to]
  $ mr register
  Registering git url: git+ssh://XYZ in /home/toma/.mrconfig
  $ cd ~/projects
  $ mr status
  mr status: [wherever ~/projects/abc points to]

  mr status: finished (1 ok)

It looks that the path that is added to .mrconfig is not normalized
by resolving all symlinks.

Cheers,
Tomasz

Attachment: signature.asc
Description: Digital signature

Reply via email to