trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: February 2012

Re: [trinity-devel] git Help? Howto clone tde-packaging/arch?

From: Calvin Morrison <mutantturkey@...>
Date: Thu, 16 Feb 2012 09:24:38 -0500
On 16 February 2012 09:19, David C. Rankin
<drankinatty@...> wrote:
> On 02/15/2012 07:21 PM, David C. Rankin wrote:
>> Guys,
>>
>>   I suck at git. How do I clone:
>>
>> http://git.trinitydesktop.org/cgit/tde-packaging/tree/arch
>>
>
> Well, I just ended up using wget -r on the plain urls, but I would still like to
> know how to use git for this. I tried every incarnation of git clone based on
> http://www.trinitydesktop.org/wiki/bin/view/Developers/GIT and still couldn't
> get it to work - eg:
>
> git clone http://drankin@.../scm/git/tde-packaging/arch
> git clone http://drankin@.../scm/git/tde-packaging/tree/arch
> git clone http://drankin@.../scm/git/tde-packaging/
> git clone http://drankin@.../scm/git/arch
>
> also tried without the username...
>
> What's the trick?
>
> --
> David C. Rankin, J.D.,P.E.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: trinity-devel-unsubscribe@...
> For additional commands, e-mail: trinity-devel-help@...
> Read list messages on the web archive: http://trinity-devel.pearsoncomputing.net/
> Please remember not to top-post: http://trinity.pearsoncomputing.net/mailing_lists/#top-posting
>

	
git clone http://scm.trinitydesktop.org/scm/git/tde-packaging

if you look on scm.trinitydesktop.org and select a repository,
underneath it will give you some info like this:
Name: 	tde-packaging
Type: 	Git (git)
Contact: 	kb9vqf@...
Url: 	http://scm.trinitydesktop.org/scm/git/tde-packaging
Checkout: git clone http://scm.trinitydesktop.org/scm/git/tde-packaging

use the checkout url :-)