To set-up access on your
home computer
- Make sure SourceSafe is installed on your
computer.
- Open Visual SourceSafe Admin
- Choose Users->Open SourceSafe
Database
- Select Browse
and navigate to
SourceSafe/srcsafe.ini in the Comp 410 documents folder (which must be
mounted to your local machine).
- Give the database a name (Comp 410) and select
okay.
- Once the database is mounted, select
Users->Add User
and add the Comp410 user.
To access the code repository from Visual
Studio
- Choose File->Source Control->Open from
source control
- Enter your username (comp410) and password, and
make sure the database name is Comp410.
- Select $/COMP_410 from the tree and fill in the
textbox create a new project in the folder: with the location you want
to check the project out to.
- Now work on the project as you would
normally. If you make
changes, a dialog will open allowing you to check out the
code.
- You can then right-click on files in the Solution
Explorer to check-in or update any files once youve made
changes.
- Be sure to check everything back in once youve
finished.
- Later, you can reopen the project from the
location you checked it out to.
Make sure to get the latest version (File->Source
Control->Get latest version) before you start working.
(Thanks
Ryan!)
|