Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » New resource CVS filter
New resource CVS filter [message #219400] Fri, 18 November 2005 10:01 Go to next message
Eclipse UserFriend
I'm interested in filtering out new resources from the Team Synchronize
view of a CVS repository. Our build process generates a lot of new
files into the source tree that should not be checked in. I know that's
a bad policy, but it wasn't my decision. Trying to find any changed
files amongst all the outgoing changes would be much easier if I could
filter out the new resources I wasn't interested in adding to CVS.
Would that be a new feature request, an existing feature I haven't found
yet, or a filter I could configre using the XML filter facility I've
read about in the documentation.

Thanks for any help,
Steve
Re: New resource CVS filter [message #219434 is a reply to message #219400] Fri, 18 November 2005 17:49 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse3.rizzoweb.com

Steven Curtis wrote:
> I'm interested in filtering out new resources from the Team Synchronize
> view of a CVS repository. Our build process generates a lot of new
> files into the source tree that should not be checked in. I know that's
> a bad policy, but it wasn't my decision. Trying to find any changed
> files amongst all the outgoing changes would be much easier if I could
> filter out the new resources I wasn't interested in adding to CVS. Would
> that be a new feature request, an existing feature I haven't found yet,
> or a filter I could configre using the XML filter facility I've read
> about in the documentation.

The problem with such a feature would be, how does it distinguish
between "new" files that were generated by the build and files that you
have actually manually created and should be added to the repository?

If you can get the generated files to be in a specific directory, you
can add that directory to the .cvsignore and you'll be good to go.

HTH,
Eric
Previous Topic:Eclipse 3.1 and auto-build
Next Topic:2 contexts under webapp - eclipse is getting confused
Goto Forum:
  


Current Time: Sun Jul 27 11:23:03 EDT 2025

Powered by FUDForum. Page generated in 0.04303 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top