[mythtv] git issues

Greg greg12866 at nycap.rr.com
Sat Dec 4 18:32:12 UTC 2010


On 12/04/2010 01:21 PM, Torbjörn Jansson wrote:
> Hello all.
>
> Trying to figure out how git works and how to switch to it instead of my svn
> checkout.
>
> What am i doing wrong when I get:
> # git clone https://github.com/MythTV/mythtv/tree/fixes/0.24/mythtv/
> Cloning into mythtv...
> fatal: https://github.com/MythTV/mythtv/tree/fixes/0.24/mythtv/info/refs not
> found: did you run git update-server-info on the server?
>
>
> _______________________________________________
> mythtv-dev mailing list
> mythtv-dev at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev
>
I will assume you installed git..

To get 0.24-fixes into a directory called mythtv:
git clone git://github.com/MythTV/mythtv.git mythtv
cd mythtv
git checkout fixes/0.24

To update (while in the mythtv directory):
git pull

To see what branch you are at:
git branch

To see the change log:
git log


For Mythweb Pull:

git clone git://github.com/MythTV/mythweb.git



More information about the mythtv-dev mailing list