On Tue, Sep 12, 2006 at 09:40:13PM +0400, Dmitry V. Levin wrote: > $ ssh git.alt git-init-db foobar > $ rsync git.altlinux.org::people/USER/packages/ > Welcome to ALT Linux Team public GIT archive! > drwxr-sr-x 4096 2006/09/12 01:23:45 . > drwxr-sr-x 4096 2006/09/12 01:23:45 foobar.git > $ ssh git.alt git-rm-db foobar > $ rsync git.altlinux.org::people/USER/packages/ > Welcome to ALT Linux Team public GIT archive! > drwxr-sr-x 4096 2006/09/12 01:23:45 . > > Клонировать в свой каталог packages внутренний репозиторий: > $ ssh git.alt git-clone /people/ldv/packages/vitmp.git > remote: Generating pack... > remote: Done counting 12 objects. > Deltifying 12 objects. > 100% (remote: 12/12) done > Total 12, written 12 (delta 2), reused 12 (delta 2) $ ssh git.alt git-init-db tig $ ssh git.alt ls /people/at/packages/ total 4 drwxr-sr-x 4 4096 Sep 13 02:35 tig.git $ ssh git.alt git-clone /people/at/packages/tig.git people-clone: tig.git: destination already exists $ ?