SVN Commands
SVN Commit – Commit/Chekins changes into Repo
Syntax:
$ svn commit -m "Enter Log messages"
SVN Diff – To See Difference in files
Syntax:
$ svn diff filename
SVN Status – Status of the working copy
Syntax:
$ svn status PATH
SVN add — Add files, directories, or symbolic links
Syntax:
$ svn add path
SVN copy (cp) — Copy a file or directory in a working copy or in the repository.
Syntax:
$ svn copy foo.txt bar.txt
SVN mkdir — Create a new directory under version control.
Syntax:
$ svn mkdir URL