[vox-tech] how to add cvs user on ubuntu 9.10

Brian Lavender brian at brie.com
Thu Jul 15 18:26:52 PDT 2010


On Thu, Jul 15, 2010 at 06:23:07PM -0700, Brian Lavender wrote:
> On Mon, Jun 21, 2010 at 07:55:53PM -0500, Ken Bloom wrote:
> > On Mon, 2010-06-21 at 17:21 -0700, Brian Lavender wrote:
> > > On a related question, how do I clone my git repository over ssh? Thus
> > > far, I have only been using rsync to sync over the whole tree. Is that
> > > the way you do it, or is there a different way?
> > 
> > On the machine that is to recieve the new repository, run
> > git clone ssh://[user@]server/path/to/repository.git
> 
> I had to upgrade my machine to lenny, so that I could install git. Now, that 
> I have done that, I can't seem to clone the repository. This is the error
> I get.
> 
> $ git clone ssh://brian@brie.com/school/Project/nprobe_5.5.5_040610/
> Initialized empty Git repository in /home/brian/tmp/nprobe_5.5.5_040610/.git/
> fatal: '/school/Project/nprobe_5.5.5_040610': unable to chdir or not a git archive
> fatal: The remote end hung up unexpectedly

Might help if I include the full path. How do I make my repository
available so that anyone can download it?

$ git clone ssh://brian@brie.com/home/brian/school/Project/nprobe_5.5.5_040610/
Initialized empty Git repository in /home/brian/tmp/nprobe_5.5.5_040610/.git/
remote: Counting objects: 211, done.
remote: Compressing objects: 100% (210/210), done.
Receiving objects: 100% (211/211), 314.97 KiB | 304 KiB/s, done.
remote: Total 211 (delta 50), reused 0 (delta 0)
Resolving deltas: 100% (50/50), done.

-- 
Brian Lavender
http://www.brie.com/brian/

"There are two ways of constructing a software design. One way is to
make it so simple that there are obviously no deficiencies. And the other
way is to make it so complicated that there are no obvious deficiencies."

Professor C. A. R. Hoare
The 1980 Turing award lecture


More information about the vox-tech mailing list