Subversion

From Kb

Jump to: navigation, search

See Also

Useful Command Line Commands

  • svn checkout
  • Update
rem run this from the 'root' subversion directory where all the files you want are located
  rem svn up = svn update
  svn up -N branches/name_for
  • svn commit
  • See all the changes that you have not commited yet
svn status -v(erbose)
  • svn help
  • svn import // once off repository import at start of project
  • Other
    • svn mkdir, svn copy, svn move svn delete
    • svn diff svn revert
  • svn log filename - show changes for a file if it has ever been under version control
Personal tools