Changes between Version 2 and Version 3 of SvnIntro


Ignore:
Timestamp:
12/20/06 14:40:48 (18 years ago)
Author:
emontgomery
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SvnIntro

    v2 v3  
    6161
    6262
    63 '''[wiki:TortoiseHelp]Tortoise is a GUI svn (subversion) client for PC'''
    64 
    65  * Get from http://tortoisesvn.tigris.org
    66  * Install on PC
    67  * When right clicking you’ll find extra menu items particularly, !TortoiseSvn
    68  * Use the !TortoiseSvn options to interact with the code being developed
    69  * A directory containing code monitored by subversion will have a .svn directory in it
    70  * The menu items displayed depend on what was right clicked on
     63'''[wiki:TortoiseHelp] Help on using TortoiseSVN, a GUI (subversion) client for PC'''
     64'''[wiki:SmartsvnHelp] Help on using SmartSVN a java based multi-platform GUI (subversion) client'''
    7165
    7266
    73 '''Icon Notes'''
    7467
    75  * What appears when you right click is context sensitive- if you’re not in a svn directory all the options won’t be shown
    76  * A folder that’s up to date is indicated by a green check- one that has a red exclamation point indicates changes need to be committed
    77  * Files in a svn directory have similar icons to the folders to give “at-a-glance” status
    78 
    79 '''How to check out'''
    80 
    81  * Make a new directory
    82  * Select it, right click, choose Svn checkout
    83  * In the window enter the repository name of the project you want to get, verify it’s going to be put where you want, and click OK. (you can also choose to checkout other versions in this window, but use the “head” version for starters)
    84 
    85 
    86 '''Handy functions'''
    87 
    88  * Right click on the trunk directory and select !TortoiseSvn, show log to open a window displaying revision history.
    89  * Right click on the trunk directory and select !TortoiseSvn, cleanup to reset odds and ends. It’s pretty easy to get into a state where svn tells you to do this.
    90  * The info in !TortoiseSvn, help is for the command line, but it can be adapted for use with the GUI
    91