Additions:
lastest revision/version
latest checked in revision/version
$ svn log --limit 1 -q
current local revision/version
$ svnversion
Additions:
Deletions:
Subversion Branches and Tags
copy
copy creates a tag and a branch is created if the tag is modified (confused ?)
$ svn copy trunk/myproject tag/myproject/x.y
merge
$ svn merge -r1000:1010 trunk/myproject branches/myproject/mybranch
Subversion Branches and Tags
copy
copy creates a tag and a branch is created if the tag is modified (confused ?)
$ svn copy trunk/myproject tag/myproject/x.y
merge
merge trunk with branchs into local copy which you will then need to commit !
$ svn merge -r1000:1010 trunk/myproject branches/myproject/mybranch
REFERRERS
SubVersion