TDP :: Setup code procedure
Version 1.0 - Jean-René Bédard - 21/12/2004 - Initial
If you didn't setup your data yet, go to the Setup
Procedure.
First-time Setup procedure for TortoiseCVS
1) Install TortoiseCVS : http://www.tortoisecvs.org/
2) Make sure that you followed the Setup
Procedure and you have a rawdata directory "C:\troydp".
3) Go into the directory "C:\troydp\src"
and
3.1) Remove the following directory : "cl_dll",
"common", "dlls" and "game_shared"
3.2) Remove the following files : "Everything_SDK.sln",
"filecopy.bat" and "Game_SDK.sln"
4) Right-click on your "C:\" drive.
5) Select "CVS Checkout..."
- Select the Protocol : "Secure shell (:ssh:)".
- Enter the Server : "cvs1.gel.usherbrooke.ca".
- Enter the repository folder : "/grp/cvs/cvsroot".
- Enter your User name.
- Enter the Module : "s7troydp".
- Go to the "Options" tab, select "Enter
your own folder name" and enter "troydp"
6) Never do an "Update" on the root
directory "C:\troydp", do it on "C:\troydp\src"
instead.
The following files / directories are under source control :
| C:\troydp\src\Game_SDK.sln | VS 7.1 solution for TDP. |
| C:\troydp\src\cl_dll | Client source code. Don't commit the output directories "\src\cl_dll\Debug_TDP" and "\src\cl_dll\Release_TDP" |
| C:\troydp\src\common | Common code. |
| C:\troydp\src\dlls | Server source code. Don't commit the output directories "\src\dlls\Debug_TDP" and "\src\dlls\Release_TDP" |
| C:\troydp\src\game_shared | Shared code. |
| C:\troydp\src\public | Public code. |
| C:\troydp\src\master_server | Master Server plugin code / scripts. |