[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Before checking out the Crystal Space code you must login to the server. From the WinCVS file menu click on Admin then Login. The Password authentication dialog prompt will appear. Just click on the `OK' button without entering a password.
In the Output window at the bottom of the WinCVS client should appear the following:
cvs -z4 -q login (Logging in to anonymous@cvs.sourceforge.net) *****CVS exited normally with code 0***** |
If the login was successful, then you can proceed and checkout the Crystal Space code. In the left hand Workspace window, where you can see the directory `crystal_space' right-click on that directory and then click on the Checkout module menu item and you will be presented with the following dialog box.
In the edit field Enter the module name and path on the server, enter the word `crystal'.
Next click on the property sheet tab Checkout options and edit as shown in the screenshot below.
Next click on the property sheet tab Globals and edit as shown in the screenshot below.
Now just click on the OK button and after several seconds you should begin seeing messages that files are being checked out from the CVS server. These messages will appear in the bottom Output window.
The end of a successful checkout will be indicated by the line:
*****CVS exited normally with code 0***** |
If the checkout fails, then you will see the following line and must repeat the checkout steps in this section.
*****CVS exited normally with code 1***** |
In the left hand Workspace window of the WinCVS client, where you can see the directory `crystal_space' right-click on that directory and then click on Checkout module. The following dialog box will appear.
In the edit field Enter the module name and path on the server, enter the word `crystal'.
Next click on the property sheet tab Checkout options and edit as shown in the screenshot below.
Next click on the property sheet tab Globals and edit as shown in the screenshot below.
Now just click on the OK button.
This is where an SSH checkout differs from PSERVER. A blank DOS/Command window should have now appeared. Enter your SourceForge password or SSH key and hit the ENTER key. After several seconds you should start to see the files being checked out. This information will appear in the bottom Output window.
The end of a successful checkout will be indicated by the line:
*****CVS exited normally with code 0***** |
If the checkout fails, then you will see the following line and must repeat the checkout steps in this section.
*****CVS exited normally with code 1***** |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |