On Mon, 7 Feb 2005 21:34:26 -0500 Timothy Miller <[EMAIL PROTECTED]> wrote:
> > 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. Nope, svn is self containing. > Anyone can check out, how do we authenticate commits? Where does a > user provide their name and password? Does the commit ask the > questions? It is done on the server side. svn stores username/password in a file in ~/.svn/ and uses it when the server requests authentification. The first time you need a password, you'll be asked. As a side note here, the server only accepts authentification when using https, it'll reject it over http. > Thank you. Now I just have to dig through and get the URLs out again. :) https://svn.suug.ch/repos/opengraphics/main/ (Yes, you can use a browser too) Attila Kinali -- éãåããéãåã _______________________________________________ Open-graphics mailing list [email protected] http://lists.duskglow.com/mailman/listinfo/open-graphics List service provided by Duskglow Consulting, LLC (www.duskglow.com)
