On Mon, Feb 16, 2009 at 1:46 PM, Timothy Normand Miller <[email protected]> wrote: > bump > > On Fri, Feb 13, 2009 at 11:18 AM, Timothy Normand Miller > <[email protected]> wrote: >> Howard and I are both having trouble checking out the new tree. Maybe >> we're doing something wrong. What is the correct command to check out >> a complete tree (and make sure that you've done it in such a way that >> you authenticate and can check stuff in)?
I'm no svn expert but I use it often at work so I'll throw some stuff out & maybe something will help. We typically run our servers so that anyone can checkout code and only commits need authentication. Depending on how the repo is set up (stand alone or via apache proxy, etc) the url will be eith svn://host/blah/blah or http://host/blah/blah. The command to check out would then be something like 'svn checkout svn://host/blah/blah' A lot of times if you're not exactly sure of the proper path you can use an svn browser like esvn ( http://sourceforge.net/projects/esvn/ ) to figure stuff out. When you do an add & commit i.e. 'svn add file.txt' & svn commit -m 'new stuff' it will prompt you for a username a password before it does the commit. I'd assume if the repo is setup to auth reads it would prompt you for a user password on the initial checkout. Wil _______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
