Source control is now active. Please follow these steps to check out a copy of the code. Let me know if you're not on Windows for more instructions.
1. Download and install a copy of
TortoiseSVN.
2. Create a folder on your hard disk where you want to work on the project (you can probably use the default Visual Studio 2008 folder (in My Documents\Visual Studio 2008\Projects).
3. Right-click on the folder and choose the option TortoiseSVN --> Settings.
4. Copy and paste the following line in the global ignore pattern field, without the quotes: "*.suo bin debug release Bin Debug Release obj Obj"
5. Right-click on the folder again and choose the option "SVN Checkout"
6. Enter "svn://www.cricketcareer.net:8001/pccs/" in the URL of the repository field.
7. Leave everything else default unless you want to change the directory the project is checked out to. Click OK.
8. When a prompt comes up, log-in with the username and password you provided earlier.
9. If all goes well, you should see a bunch of files getting transferred to your computer. If this doesn't happen, let me know what error message you get.
You will then see three folders in the directory you checked out to: trunk, branches and tags. Go to the trunk folder and then into the PCCS folder. There will be a "PCCS.sln" file. Open this file and you will be able to see the project set-up.
If you still haven't given me your authentication details, PM them to me soon.