1) To see the list of files changed between 2 revisions
X - Revision1
Y- Revision 2
Example:
svn checkout https://xyz.com/testCode
3) To checkout a specific version
svn checkout -r "revisionNumber" "url"
Example:
svn checkout -r 12345 https://xyz.com/testCode
svn diff
-rX:Y
svn log -v
-rX:Y
X - Revision1
Y- Revision 2
Example:
svn diff
-r11995:12159
2) To checkout a branch
svn checkout <branch name>
Example:
3) To checkout a specific version
svn checkout -r "revisionNumber" "url"
Example:
svn checkout -r 12345 https://xyz.com/testCode
No comments:
Post a Comment