Package: git-annex
Version: 3.20120522
Severity: normal

Hi,

I have defined a special (rsync, I haven't tried others) remote and then
changed its url (using git config). After that, I created a clone of
the repository and initialized the special remote without specifying the
url. It appears that the old url is still used in the clone.

In "origin":

    $ cd annex
    $ git annex initremote myrsync encryption=none type=rsync 
rsyncurl=ssh.example.com:/myrsync
    initremote myrsync ok
    (Recording state in git...)
    $ git config remote.myrsync.annex-rsyncurl ssh.example.com:/myotherrsync
    $ git config remote.myrsync.annex-rsyncurl
    ssh.example.com:/myotherrsync

Now in a fresh clone:

    $ cd ..
    $ git clone annex annex2
    $ cd annex2
    $ git annex init
    init  (merging origin/git-annex into git-annex...)
    ok
    (Recording state in git...)
    $ git annex initremote myrsync
    initremote myrsync ok
    (Recording state in git...)
    $ git config remote.myrsync.annex-rsyncurl
    ssh.example.com:/myrsync



Thanks,
Denis

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_CA.UTF-8, LC_CTYPE=fr_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages git-annex depends on:
ii  curl            7.25.0-1
ii  git             1:1.7.10-1
ii  libc6           2.13-32
ii  libffi5         3.0.10-3
ii  libgmp10        2:5.0.5+dfsg-1.1
ii  libpcre3        1:8.30-5
ii  openssh-client  1:5.9p1-5
ii  rsync           3.0.9-1
ii  uuid            1.6.2-1.3
ii  wget            1.13.4-3

git-annex recommends no packages.

Versions of packages git-annex suggests:
ii  bup       <none>
ii  gnupg     1.4.12-4
ii  graphviz  2.26.3-10

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to