caffeine-linux Code
Brought to you by:
cafejunkie,
foxwolfblood
File | Date | Author | Commit |
---|---|---|---|
branches | 2012-01-10 | staticsafe | [r19] Cleaning out my branch. Obsolete scripts have b... |
trunk | 2011-10-11 | foxwolfblood | [r18] added back some old commits |
README | 2011-07-29 | foxwolfblood | [r4] backing up my branch. take a look if ya want. |
Finally we moved from git to SVN... now to teach all you first timers how this works. if you have this file either you didn't read the email OR your need the entire repo to do what your doing (generally package maintainence AND coding) if thats the case don't worry, you can safely delete the other directorys and still have a working tree, unlike git, svn puts a nasty .svn file in every directory, allowing you to pull or push a small portion of the repo instead of the whole thing, better on your cap AND doesn't fuck up stuff you hacked at but you aren't actully the maintainer. if you have tools and code that only apply to you (kinda) but you want to make public to everyone that maintains caffeine linux for us make a new dir in tags with your name, and throw them in there, you can also submit your patches for our code there. cheat sheet for git users svn co https://caffeine-linux.svn.sourceforge.net/svnroot/caffeine-linux/trunk is the same as git clone git://caffeine-linux.git... svn up is the same as git pull svn commit # something to remember, is the same as # git commit ; git push #