Changes between Initial Version and Version 1 of SmartsvnHelp


Ignore:
Timestamp:
12/20/06 15:02:46 (18 years ago)
Author:
emontgomery
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SmartsvnHelp

    v1 v1  
     1'''SmartSVN is a GUI client for svn (subversion)'''
     2
     3There is a free version and a pay to use version of this software
     4 * Get from http://www.syntevo.com/smartsvn/index.jsp
     5 * Install on local computer
     6 * After starting the software, a window offers the options of checkout, creating modules and projects and opening existing projects
     7 
     8
     9 '''How to checkout '''*
     10
     11 * check the "check out" button
     12 * in the new window click "Manage" to create a new profile
     13 * in the new window click "add" to create a new profile
     14 * then use http for access method, server name is svn1.hosted-projects.com, and the repository path is cmgsoft/roms_sed
     15 * for access info select username, and enter the information you recieved in the email from hosted-projects
     16 * name the project what you want, anc click OK
     17 
     18 * Now that roms_sed is established as a project, continue by clicking next,
     19 * the new window should show the HEAD of http"//svn1.hosted-projects.com/cmgsoft/roms_sed, with branches, tags, and trunk
     20 * click next
     21 * select a local directory into which the code should be written
     22 * select chsekout a working copy and manage as a project, then click next, then click finish in the next window.
     23 * now, in the lower left part of the main window, lots of files should be scrolling by
     24
     25You may verify that files are being written to the local machine by examining the destination directory, and there should be new files there.