0

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??

jp_bits
  • 11
  • 1
  • 2

1 Answers1

1

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.

Community
  • 1
  • 1
E-Riz
  • 31,431
  • 9
  • 97
  • 134