[mythtv] Ticket #10655: github perms

Daniel Kristjansson danielk at cuymedia.net
Thu Apr 26 14:18:53 UTC 2012


On Thu, 2012-04-26 at 09:09 -0500, harlock wrote:
> On 4/26/2012 8:13 AM, MythTV wrote:
> > #10655: github perms 
> > 
> > Comment:
> > 
> > If you can clone the repository, you can always just 'git checkout 
> > fixes/0.25' manually, without doing so as part of the cloning
> > process.
> > 
> 
> yes I can clone the dev repository but still not even then have access
> to 0.25 or fixes/0.25...
> 
> every time I try (and I tried for weeks before filing ticket) I get an
> error (when cloning) or when switching via checkout it says it
> switched but all files are still from the master branch (0.26pre)...

Can you post the git --version output and the error messages you
get when you type these commands?

 git clone git://github.com/MythTV/mythtv.git
 cd mythtv.git
 git checkout fixes/0.25

The -b git option doesn't work with older versions of git but the above
sequence should work.

-- Daniel



More information about the mythtv-dev mailing list