Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am eclipse CVS to checkout the Projects from a Repository location .

When i provided the path to the Eclipse CVS Repository it displayed a list of nearly 50 Projects (In Eclipse CVS Repository View )

I am searching for a Particualr java file , not sure in which project its present exactly , so my question is that , is it possible to search for a particular java file inside the Eclipse Respository without doing out the check out ??

I am using Windows 7 as Operating System and Eclipse 3.6 version .

Thanks .

share|improve this question
Which file are you looking for? – Aaron Digulla Apr 30 '12 at 12:23
Thanks i am looking for a file named EasyOptions.java – user1253847 Apr 30 '12 at 13:03
That file isn't part of any project from eclipse.org. Where did you find the name? – Aaron Digulla Apr 30 '12 at 13:14

1 Answer

[EDIT]

There is no way to "grep" a CVS repository remotely.

You will have to checkout the projects or ask a sysadmin to search for the file EasyOptions.java,v on the CVS server and tell you the path. The name of the project/CVS modules is part of that path.

If you're looking for a file in an official Eclipse project, you can use Google or grepcode.

To further narrow the search in Google, you can limit it by site:

site:eclipse.org filename
share|improve this answer
Thank you , where to enter this site:eclipse.org filename in Eclipse CVS Repository view ?? – user1253847 Apr 30 '12 at 13:06
In the Google search field. – Aaron Digulla Apr 30 '12 at 13:12
I didn't get you actually , the code is inside our CVS Repository path , how can google find that ?? – user1253847 Apr 30 '12 at 13:14
Ah... I read your question "I'm looking for a file from an official Eclipse project." Sorry. Editing... – Aaron Digulla Apr 30 '12 at 13:19

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.