On Tue, 8 Feb 2005 02:11:54 +0200, John Tsiombikas (Nuclear / the Lab) <[EMAIL PROTECTED]> wrote: > 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>
I was expecting to have to set some environment variables and do some other stuff for ssh, etc. > > commit your modifications: > svn commit Anyone can check out, how do we authenticate commits? Where does a user provide their name and password? Does the commit ask the questions? > 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 Thank you. Now I just have to dig through and get the URLs out again. :) _______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
