Hello,
How do I export/get all the files belonging to a revision?
from CMD WINDOWS
For example:
On revision 5434 if we have commited 4 files, how do I get all the 4 files on the specified revision?
Something like svn export with revision number, but I only want the files that I commited on that revision.
I have http://svn//branches/1
revision 5434
/branches/1/distrib/1.txt
/branches/1/distrib/2.txt
/branches/1/distrib/7.txt
/branches/1/distrib/8.txt
i get on my computer
C:\branches/1/distrib/1.txt
2.txt
7.txt
8.txt