Changes between Initial Version and Version 1 of TortoiseHelp


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TortoiseHelp

    v1 v1  
     1ortoise is a GUI svn (subversion) client for PC
     2
     3    * Get from http://tortoisesvn.tigris.org
     4    * Install on PC
     5    * When right clicking you’ll find extra menu items particularly, TortoiseSvn
     6    * Use the TortoiseSvn options to interact with the code being developed
     7    * A directory containing code monitored by subversion will have a .svn directory in it
     8    * The menu items displayed depend on what was right clicked on
     9
     10Icon Notes
     11
     12    * What appears when you right click is context sensitive- if you’re not in a svn directory all the options won’t be shown
     13    * 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
     14    * Files in a svn directory have similar icons to the folders to give “at-a-glance” status
     15
     16How to check out
     17
     18    * Make a new directory
     19    * Select it, right click, choose Svn checkout
     20    * 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)
     21
     22Handy functions
     23
     24    * Right click on the trunk directory and select TortoiseSvn, show log to open a window displaying revision history.
     25    * 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.
     26    * The info in TortoiseSvn, help is for the command line, but it can be adapted for use with the GUI
     27