I have to access many files in SVN Repository on a remote server. I use these file through Eclipse. (Using SVN plugin) Now i want to search a particular string within all those files located on remote server.
Any help with that??
I have to access many files in SVN Repository on a remote server. I use these file through Eclipse. (Using SVN plugin) Now i want to search a particular string within all those files located on remote server.
Any help with that??
Neither of the Eclipse plugins for svn (Subclipse and Subversive) provides that capability; I don't even think the svn server provides a command or API to do it. TortiseSVN doesn't appear to have the capability, either. However, you might get some ideas from this similar SO question.