[Openfirst-cvscommit] www/htdocs/doc/smartcvs3 checkout-to-projectsettings.png,NONE,1.1 choose-direc
Brought to you by:
xtimg
Update of /cvsroot/openfirst/www/htdocs/doc/smartcvs3 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26586/doc/smartcvs3 Added Files: checkout-to-projectsettings.png choose-directory.png confirmation-to-finish.png enter-password.png index.php license.png new-repository.png program-version.png projectsettings-to-confirmation.png repository-to-manage.png repository-to-modules.png repositorymanager-click-ok.png repositorymanager-to-add.png select-modules.png target-directory.png target-to-checkout.png tip-of-the-day.png welcome-screen.png Log Message: Move cvs to doc/cvs since directory name cvs conflicts with directory CVS used for version control on case insensitive OSes --- NEW FILE: confirmation-to-finish.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: tip-of-the-day.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: repositorymanager-click-ok.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: checkout-to-projectsettings.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: new-repository.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: index.php --- <h1>SmartCVS Tutorial</h1> <p>These instructions are for SmartCVS 3. If you are using an older version, you probably want the <a href='/cvs/smartcvs'>SmartCVS 2 directions</a></p> Step: <a href="index.php?step=0">0</a> <a href="index.php?step=1">1</a> <a href="index.php?step=2">2</a> <a href="index.php?step=3">3</a> <a href="index.php?step=4">4</a> <a href="index.php?step=5">5</a> <a href="index.php?step=6">6</a> <a href="index.php?step=7">7</a> <a href="index.php?step=8">8</a> <a href="index.php?step=9">9</a> <a href="index.php?step=10">10</a> <a href="index.php?step=11">11</a> <a href="index.php?step=12">12</a> <a href="index.php?step=13">13</a> <a href="index.php?step=14">14</a> <a href="index.php?step=15">15</a> <a href="index.php?step=16">16</a> <a href="index.php?step=all">View all steps on one page</a> <p><b>Note:</b> The screenshots for this tutorial are taken in Linux (with the graphical environment KDE) but the SmartCVS interface is universal across all Operating Systems supporting Java. This tutorial assumes that the user has already <a href="http://www.smartcvs.com/download.html">downloaded SmartCVS</a> to their computer, has finished running the setup program, and has just opened SmartCVS for the very first time.</p> <p>At the end of this tutorial you will have a local copy of the most recent version of the openFIRST system.</p> <?php if(! isset($_GET["step"])) { $_GET["step"] = 0; } $step = $_GET["step"]; if($step == 0 || $step == "all") { ?> <br><img src="license.png" alt="License Agreement Screenshot"> <br>Scroll to the bottom of the license agreement, and check the checkbox labelled <i>I understand and agree to all terms and conditions of this agreement</i>, then click <a href="index.php?step=1"><b>Next ></b></a> <?php } if($step == 1 || $step == "all") { ?> <br><img src="program-version.png" alt="Program Version Screenshot"> <br>Click <a href="index.php?step=2"><b>Finish</b></a>. <?php } if($step == 2 || $step == "all") { ?> <br><img src="tip-of-the-day.png" alt="Tip of the Day"> <br>Dismiss the Tip of the Day window by clicking <a href="index.php?step=3"><b>Close</b></a> <?php } if($step == 3 || $step == "all") { ?> <br><img src="welcome-screen.png" alt="Welcome to SmartCVS"> <br>Click on <a href="index.php?step=4"><b>OK</b></a> <?php } if($step == 4 || $step == "all") { ?> <br><img src="repository-to-manage.png" alt="Choose a repository to manage"> <br>Click on <a href="index.php?step=5"><b>Manage...</b></a> <?php } if($step == 5 || $step == "all") { ?> <br><img src="repositorymanager-to-add.png" alt="Repository Manager Add..."> <br>Click on <a href="index.php?step=6"><b>Add...</b></a> <?php } if($step == 6 || $step == "all") { ?> <br><img src="new-repository.png" alt="New Repository"> <br>Select <b>ext (SSH 1/SSH 2)</b> as the <i>Access Method</i> <br>Enter your SourceForge.net username as the <i>User Name</i> <br>Enter <b>cvs.sourceforge.net</b> as the <i>Server Name</i> <br>Enter <b>/cvsroot/openfirst</b> as the <i>Repository Path</i> <br>Leave <i>Authentication</i> as <b>Password</b> <br>Enter your SourceForge.net password as the <i>Password</i> <br>Uncheck <i>Verify Connection When Pressing 'OK'</i> <br>Click <a href="index.php?step=7"><b>OK</b></a> <?php } if($step == 7 || $step == "all") { ?> <br><img src="repositorymanager-click-ok.png" alt="Click OK"> <br>Click <a href="index.php?step=8"><b>OK</b></a> <?php } if($step == 8 || $step == "all") { ?> <br><img src="repository-to-modules.png" alt="Click Next"> <br>Click <a href="index.php?step=9"><b>Next ></b></a> <?php } if($step == 9 || $step == "all") { ?> <br><img src="select-modules.png" alt="Select Modules"> <br>Type in the modules you would like to check out. A complete list is available at <a href="http://cvs.sourceforge.net/viewcvs.py/openfirst/">http://cvs.sourceforge.net/viewcvs.py/openfirst/</a>. <br>(Note: config, config_asp, and logger_asp are obsolete modules that you probably don't want to check out.) <br>(Note: do not include the / after the module name) <br>Once you have entered all the modules you would like to checkout, click <a href="index.php?step=10"><b>Next ></b></a>. <?php } if($step == 10 || $step == "all") { ?> <br><img src="target-directory.png" alt="Target Directory"> <br>Click on the <a href="index.php?step=11"><i>Folder</i></a> to browse for the location to place your local copy of the files in CVS. <?php } if($step == 11 || $step == "all") { ?> <br><img src="choose-directory.png" alt="Choose Directory"> <br>Choose the directory you wish to place the your local copy of the CVS repository in. <br>Click <a href="index.php?step=12"><b>Select</b></a> <?php } if($step == 12 || $step == "all") { ?> <br><img src="target-to-checkout.png" alt="Target to Checkout"> <br>Click <a href="index.php?step=13"><b>Next ></b></a> <?php } if($step == 13 || $step == "all") { ?> <br><img src="checkout-to-projectsettings.png" alt="Checkout to Project Settings"> <br>Click <a href="index.php?step=14"><b>Next ></b></a> <?php } if($step == 14 || $step == "all") { ?> <br><img src="projectsettings-to-confirmation.png" alt="Project Settings to Confirmation"> <br>Click <a href="index.php?step=15"><b>Next ></b></a> <?php } if($step == 15 || $step == "all") { ?> <br><img src="confirmation-to-finish.png" alt="Confirmation to Finish"> <br>Click <a href="index.php?step=16"><b>Finish</b></a> <?php } if($step == 16 || $step == "all") { ?> <br><img src="enter-password.png" alt="Public Host Key Verification"> <br>Click <b>Yes</b> to state your trust for the SourceForge CVS server. <br>At this point SmartCVS will check out a copy of the CVS repository to your local machine. Depending on the modules you have selected, and the speed of your Internet connection, this process may take a while. <?php } ?> --- NEW FILE: projectsettings-to-confirmation.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: enter-password.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: target-to-checkout.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: choose-directory.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: select-modules.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: repositorymanager-to-add.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: repository-to-manage.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: welcome-screen.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: repository-to-modules.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: program-version.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: license.png --- (This appears to be a binary file; contents omitted.) --- NEW FILE: target-directory.png --- (This appears to be a binary file; contents omitted.) |