Re: Clone to an SSH destination

2012-09-03 Thread Enrico Weigelt
Hi, > Without a command-line onto the filesystem (either local or NFS), how > do you create a new repository for a new project? These things are out of the scope of git itself, they belong to another layer - you're probably looking for some repo hosting solution. One already was mentioned: gitol

Re: Clone to an SSH destination

2012-09-03 Thread Sitaram Chamarty
On Mon, Sep 3, 2012 at 7:38 PM, Konstantin Khomoutov wrote: > On Mon, 3 Sep 2012 14:07:48 +0100 (BST) > Mark Hills wrote: > > [...] >> > But I'm actually more curious about why you need this in the first >> > place, there's a bunch of devs where I work as well, but they never >> > have the need t

Re: Clone to an SSH destination

2012-09-03 Thread Konstantin Khomoutov
On Mon, 3 Sep 2012 14:07:48 +0100 (BST) Mark Hills wrote: [...] > > But I'm actually more curious about why you need this in the first > > place, there's a bunch of devs where I work as well, but they never > > have the need to create new repos on some NFS drive in this manner. > > Without a com

Re: Clone to an SSH destination

2012-09-03 Thread Sitaram Chamarty
On Mon, Sep 3, 2012 at 6:45 PM, Mark Hills wrote: > On Mon, 3 Sep 2012, Sitaram Chamarty wrote: > >> On Mon, Sep 3, 2012 at 5:17 PM, Konstantin Khomoutov >> wrote: >> > On Mon, 3 Sep 2012 11:21:43 +0100 (BST) >> > Mark Hills wrote: >> >> [snip] >> >> >> This is quite cumbersome; we have a large

Re: Clone to an SSH destination

2012-09-03 Thread Mark Hills
On Mon, 3 Sep 2012, Sitaram Chamarty wrote: > On Mon, Sep 3, 2012 at 5:17 PM, Konstantin Khomoutov > wrote: > > On Mon, 3 Sep 2012 11:21:43 +0100 (BST) > > Mark Hills wrote: > > [snip] > > >> This is quite cumbersome; we have a large team of devs who use a > >> simple 'git clone' to an NFS dir

Re: Clone to an SSH destination

2012-09-03 Thread Mark Hills
On Mon, 3 Sep 2012, Ævar Arnfjörð Bjarmason wrote: > On Mon, Sep 3, 2012 at 12:21 PM, Mark Hills wrote: > > How do I clone a repo _to_ a new repo over SSH? I tried: > > > > cd xx > > git clone --bare . gitserver:/scm/xx.git > > git clone --bare . ssh://gitserver/scm/xx.git > > > > This does

Re: Clone to an SSH destination

2012-09-03 Thread Sitaram Chamarty
On Mon, Sep 3, 2012 at 5:17 PM, Konstantin Khomoutov wrote: > On Mon, 3 Sep 2012 11:21:43 +0100 (BST) > Mark Hills wrote: [snip] >> This is quite cumbersome; we have a large team of devs who use a >> simple 'git clone' to an NFS directory, but we wish to retire NFS >> access. [snip] > gitolit

Re: Clone to an SSH destination

2012-09-03 Thread Konstantin Khomoutov
On Mon, 3 Sep 2012 11:21:43 +0100 (BST) Mark Hills wrote: > How do I clone a repo _to_ a new repo over SSH? I tried: > > cd xx > git clone --bare . gitserver:/scm/xx.git > git clone --bare . ssh://gitserver/scm/xx.git > > This does not have the expected result, and instead a local path of

Re: Clone to an SSH destination

2012-09-03 Thread Ævar Arnfjörð Bjarmason
On Mon, Sep 3, 2012 at 12:21 PM, Mark Hills wrote: > How do I clone a repo _to_ a new repo over SSH? I tried: > > cd xx > git clone --bare . gitserver:/scm/xx.git > git clone --bare . ssh://gitserver/scm/xx.git > > This does not have the expected result, and instead a local path of the > giv

Clone to an SSH destination

2012-09-03 Thread Mark Hills
How do I clone a repo _to_ a new repo over SSH? I tried: cd xx git clone --bare . gitserver:/scm/xx.git git clone --bare . ssh://gitserver/scm/xx.git This does not have the expected result, and instead a local path of the given name is created (eg. a 'gitserver:' directory) This seems to