subversion

subversion (or svn) (https://subversion.apache.org/) is a VCS.

Useful commands

Command Operation
svn copy http://<svnserver>/svnrepo/client/trunk http://<svnserver>/svnrepo/client/tags/development/<yymmdd>_<git hash> -m "AP-Portal - client : Tag dev. update" Copies trunk to a tag
svn diff --diff-cmd "/usr/bin/diff" --extensions "-yib --suppress-common-lines -W 250" client Show difference of local copy
svn st -u What would be updated
svn propget svn:ignore -R Ignored files/dirs