Your message dated Wed, 30 May 2012 17:05:38 -0400
with message-id <[email protected]>
and subject line Re: Bug#675265: git-annex: changes on special remotes url not 
reflected in new clones
has caused the Debian Bug report #675265,
regarding git-annex: changes on special remotes url not reflected in new clones
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
675265: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675265
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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



--- End Message ---
--- Begin Message ---
Denis Laxalde wrote:
>     $ 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

Here you have changed the url in .git/config. This only takes affect
locally. If you want to change the url used by new clones, use
initremote again and pass it the new rsyncurl.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to