On October 23, 2008 21:48:16 [EMAIL PROTECTED] wrote:
> Hey Thomas,
>
> I'm new to Git, so I must be missing something.  Trying to test the 0.13.1
> branch, I renamed my old tree and ran
> $ git clone git://repo.or.cz/gpodder.git
> which gave me a new copy of the gpodder source.  Then I ran
> $ cd gpodder
> $ git checkout gpodder-0.13.1
> error: pathspec 'gpodder-0.13.1' did not match any file(s) known to git.
>
> I tried these commands and don't seem to have access to the 0.13.1 branch:
> $ git branch
> * master
> $ git status
> # On branch master
> nothing to commit (working directory clean)
>
> What am I missing?
>
> Thanks,
> Dave
>

You could do something like this:
        git checkout origin/gpodder-0.13.1 -b gpodder-0.13.1

Alternatively you could also download a snapshot of the gpodder-0.13.1 branch 
from: http://repo.or.cz/w/gpodder.git?a=shortlog;h=refs/heads/gpodder-0.13.1

Just click on the "snapshot" link from the latest commit, or click here: 
http://repo.or.cz/w/gpodder.git?a=snapshot;h=refs/heads/gpodder-0.13.1;sf=tgz

nick
_______________________________________________
gpodder-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-devel

Reply via email to