Computer Science Department, Bucknell University

CSCI 479 Capstone Computer Science Design
Getting Started in Subversion
Fall, 2008

Subversion is a version control system where the repository is saved on a server and may be accessed by using a web browser.

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:

That should get you started such that you can read and use the on-line manual.


Page maintained by Dan Hyde, hyde at bucknell.edu Last update October 15, 2008
Back to CSCI 479's home page.