Subversion Access for Guifications Developers
When we initially moved away from Sourceforge and onto our own dedicated server, we were using Subversion using the Apache 2 module. Now, however, we have switched to using svn+ssh access for developers to prevent sending our passwords in clear text over the Internet to commit code. We prefer the use of SSH keys for authentication, and may in the future switch to requiring them.
To check out our code from Subversion, use the following command for Guifications 3:
svn co svn+ssh://yourusername@guifications.org/svn/guifications3/trunk guifications3
Note that you must substitute your assigned shell access username for the text yourusername and that this will grab only trunk, which is the main development line. You may need/want to change trunk to something like tags/sometag or branches/somebranch in some cases.
Pages linking to DevSVNAccess:
Last Modified on Tue Feb 13 11:30:40 2007 by jbailey (18 months ago)
