Reputation: 12339
I need to checkout the files which all updated to particular revision from the SVN. It should not contain any other files. It should checkout the files were affected to a particular revision ID. Also, I need to get the path as in the svn.
I am using Tortoise SVN under subversion control.
Any idea
Upvotes: 0
Views: 195
Reputation: 97270
CLI-version
svn -q -v -r REV
or with --xml option additionally
Upvotes: 2
Reputation: 7220
Upvotes: 1