Following command can be used :
* search for a specific String
svn list -R [[repository path]] | findstr /s "string to find" > D:\search-results.xml
* search for a specific file
svn list -R <<repository path>> | findstr [[filename]] > D:\search-results.xml
* search for a specific String
svn list -R [[repository path]] | findstr /s "string to find" > D:\search-results.xml
* search for a specific file
svn list -R <<repository path>> | findstr [[filename]] > D:\search-results.xml
No comments:
Post a Comment