Our server is svn.eg.bucknell.edu and you may access your team's repository at URL
https://svn.eg.bucknell.edu/repository_name
where repository_name is one of cs479a, cs479b or cs479c.
Access to your team's repository is protected by user name and password.
To get started using SVN, do the following:
svn checkout URL
where URL is the location of the directory tree in the repository. For example,
svn checkout https://svn.eg.bucknell.edu/cs479a
will checkout the whole team's project and create a directory called cs479a in
your working directory. Enter the directory cs479a and do a ls -a Linux command
and you will see a .svn directory that contains information used by svn. Don't
delete or move the .svn directories!
svn add fileName
svn commit fileName
It is now in the repository and others can use it and see it on the web page.
svn update