On Mon, Feb 07, 2005 at 05:31:03PM -0500, Timothy Miller wrote: > And what sucks about that is that I haven't had a good opportunity to > read up about how to use the new svn repository. In fact, I'm sure > someone posted a URL that explained it all... like how to set up your > local client, etc., but I guess I didn't pay attention. > > Could someone point me to full instructions? I guess if I were to dig > through the archives and look for the main URL, I'd find it. I'm > having kindof a hectic day today.
The subversion book: http://svnbook.red-bean.com/en/1.0/ in short: checkout a working copy: svn co <subversion repository url> commit your modifications: svn commit check the status of versioned files in the local working copy: svn status check all the commit logs relevant to the current directory of the working copy: svn log -- John Tsiombikas (Nuclear / the Lab) [EMAIL PROTECTED] http://thelab.demoscene.gr/nuclear/ _______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
