Lab 2: SVN: Maryam Ahmadi
Lab 2: SVN: Maryam Ahmadi
2: SVN
Maryam Ahmadi
Goals
What is subversion?
Learn come of the useful SVN commands
What is subversion?
Often referred to as SVN
Centralized version control system
Maintains current and old versions of files, such
as source codes, web pages, documents, latex
files, ...
Why is SVN useful?
Reverting: after each commit, a revision is
stored. You can always roll back to a previous
version
Concurrent development: multiple people can
work on a project simultaneously.
Your subversion repository
Https://svn.seng.uvic.ca/svn/seng265/<netlink-
T
Https://repo.seng.uvic.ca/svn/seng265/<netlink ID>
ID>
Your netlink ID and password
Certificate warning
Check out
Copy the contents of a remote repository to
your local computer.
Create a directory: mkdir seng265
cd seng265
svn checkout
The following on one line
svn checkout
https://svn.seng.uvic.ca/svn/seng265/<netlink
https://repo.seng.uvic.ca/svn/seng265/<netlink
ID> seng265_svn
ID> seng265-svn
You may have to