Sorry, I forgot some crucial commands in my last mail, thus here again the whole git part, this time hopefully complete:
Download it using (Please replace $foo with the name your local copy should receive. Just choose any name for $foo) > git clone git://git.cinelerra.org/c4/cinelerra $foo Go into your repository. (Please replace $foo with the name your local copy has received due to the last command) > cd $foo You should be on branch master at the moment. Check that using > git branch There should be an asterisk (*) in front of master. The branch master contains at the moment nothing else than Cin2.1Cv (r1061). But all the work is done in a branch called cin4merge. To work on a local copy, which is recommend, do the following: (Please replace $cin4merge either with cin4merge, or, at your option, with another name for the branch on which you want to work on) > git checkout -b $cin4merge origin/cin4merge This will bring you to the branch which contains the dirty work, as the name should tell you. If you have already cloned this repo according to the preceding descriptions and want to get the latest changes from the public repo: (Please replace $cin4merge with the same name you chose for the last command) > git pull origin/cin4merge $cin4merge If you need further information, or find any errors please catch me on IRC. Simeon (SimAV) _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
