I want to get the all folder list into file after certain revID in SVN using Batch file.
currently I am using the command:
svn.exe list <URL> -R>test.txt
using this command I have getting all folder and file in text file. Have you any way to get the only folder after certain revision ID.
thanks.