Re: Git clone problems...

2013-04-16 Thread Eriberto
Thanks Christophe,

It worked fine. However, my problem is I need put a new package into
repository and I don't know as create a new directory for it.

Thanks in advance.


2013/4/16 Christophe Monniez christophe.monn...@fccu.be

 Le lundi 15 avril 2013 à 23:12 +0200, Eriberto a écrit :
 I think that you cannot clone the whole forensics repository. You have
 to choose a package:

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel

Re: Git clone problems...

2013-04-16 Thread Eriberto
After hours I solved my problem. I will write a tutorial about it soon.

Thanks a lot!


Eriberto


2013/4/16 Eriberto eribe...@eriberto.pro.br

 Thanks Christophe,

 It worked fine. However, my problem is I need put a new package into
 repository and I don't know as create a new directory for it.

___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel

Re: Git clone problems...

2013-04-15 Thread Christophe Monniez
Le lundi 15 avril 2013 à 23:12 +0200, Eriberto a écrit :
 Hi! My last commit in Debian Forensics was at 2010.
 
 
 I am trying to make a clone from repository but I think my command is
 wrong.
 
 
 $ git clone ssh://eriberto-gu...@git.debian.org/git/debian-forensics/
 Cloning into 'debian-forensics'...
 Enter passphrase for key '/home/eriberto/.ssh/id_rsa': 
 fatal: '/git/debian-forensics' does not appear to be a git repository
 fatal: The remote end hung up unexpectedly
 
 
 What is wrong? I'am newbie on Git...
 
 
 Thanks a lot in advance.
 
 
 Regards,
 
 Eriberto - Brazil
 

Hi Eriberto,

I think that you cannot clone the whole forensics repository. You have
to choose a package:

$ git clone ssh://eribe...@git.debian.org/git/forensics/${PACKAGE}.git


Replace the ${PACKAGE} variable by the package you want.

-- 
Christophe Monniez christophe.monn...@fccu.be


___
forensics-devel mailing list
forensics-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/forensics-devel