Help with Version Control
Application Protocol: Subversion over HTTP (WebDAV)
Base URL: https://umkcacm.org/svn/
UMKC VPN: optional (but recommended)
Username: SSO username or other assigned
Password: user chosen password (not SSO password)
This link may also be of use http://svn.collab.net/repos/svn/README
Suggestions
Cross-Platform
use trailing slashes when ever possible https://umkcacm.org/svn/foobar/ and not https://umkcacm.org/svn/foobar
Checkout
Windows
TortoiseSVN is the suggested SVN client for use in Windows.
Screencast: (Xvid video, no audio) screencast-svn-checkout-winxp.avi
- Acquire TortoiseSVN (download,install,reboot)
- Open 'Windows Explorer'
Navigate into the folder where you would like to checkout the repository to
- Right-click on some blank area of the file listing panel to bring up the context menu
Click on SVN Checkout... (a dialog box comes up)
Enter in the URL of the Repository (all lowercase): Base URL + projectname (eg. https://umkcacm.org/svn/foobar/)
- Verify that the checkout directory is what you expect
- Verify the remaining information leaving as is unless necessary
Click the Ok button and wait till the process is completed.
Linux (console)
Please view the SVN Book for basic usage: http://svnbook.red-bean.com/en/1.4/svn.tour.html
