PDA

View Full Version : [SOLVED] Git Repo Layout?


SpmP
May 22nd, 2007, 05:54 AM
Gidday All,
Can someone explain the git repo layout (compcomm stuff)
There seems to be a compiz and a compiz2 ?? which is what is which?
Also recently a whole load of plugins appeared in a new plugins dir.
I am assuming that the currently accepted and working plugins are in the plugins-{main,extra,unsupported,wip} dirs and that the plugins in plugins/ are in a more unstable state...

Anyway IT would be nice to know. Dosnt seem to be any mention of these things on the compcomm list.

Cheers.

SmSpillaz
May 23rd, 2007, 11:42 AM
Well - because GIT is so damn complicated now, I really just recommend doing this

[code:226b1]git clone git://git.opencompositing.org/compcomm/users/onestone/yags[/code:226b1]

Using these scripts - execute with ./Git-Chainloader.sh
[attachment=0:226b1]Gitcrap.tar[/attachment:226b1]

and in the yags directory, rename gitinfo.conf.example to gitinfo.conf and open it in your favorite text editor then replace everything in it with this

[code:226b1]
GITURL="git://git.opencompositing.org"
GITPATH="compcomm/plugins/"
GITIGNORE="3d"
USE_SUDO="true"

[/code:226b1]