SVN

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m
m
Line 5: Line 5:
 
! command !! description
 
! command !! description
 
|-
 
|-
| svn checkout ''<path>'' || retrieves the latest version of the project
+
| svn co ''<path>'' || checks out a copy of the project
 +
|-
 +
| svn up || retrieves the latest version of the project
 +
|-
 +
| svn ci || commits any changes
 +
|-
 +
| svn pe || property edit... see below for examples
 +
|-
 +
| svn pe svn:ignore . || add items to the ignore list
 +
|-
 +
| svn revert ''[file]'' || revert file(s)
 
|}
 
|}

Revision as of 16:47, 30 September 2011

My svn cheat sheet! See my git cheat sheet

command description
svn co <path> checks out a copy of the project
svn up retrieves the latest version of the project
svn ci commits any changes
svn pe property edit... see below for examples
svn pe svn:ignore . add items to the ignore list
svn revert [file] revert file(s)
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox