Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Can I get Eclipse to ignore CVS?
Can I get Eclipse to ignore CVS? [message #59838] Mon, 02 June 2003 18:22 Go to next message
Eclipse UserFriend
Originally posted by: jason.schwab.storagealliance.com

I'm just starting to use Eclipse and really like it, but have been having a
strange problem that I can't seem to resolve.

On our current project we are running CVS, but not in any server mode just
pointing WinCVS at the cvsroot directory. Basically I want Eclipse to
ignore the fact that CVS is happening in the background.

When I create the project in Eclipse though, it recognizes the CVS
directories and adds them into my Package Explorer (I'll see web.servlet
package, and another branch called web.servlet.CVS). Which isn't a big deal
and I could ignore that, but it seems to cause other problems.

Every time a new class is added into CVS and I get it via WinCVS, I have to
refresh the project to get Eclipse to see the new class. Well every time I
do that, if I go into my target directory where my classes get compiled to,
the Entries files for CVS get changed to see the .java files in there!

So I'll have project/src/package/asdf.java and
project/classes/package/asdf.class, but the local CVS folders under my
classes folder (not anywhere else) get changed so they think that there's a
project/classes/package/asdf.java file too.

I'm not really sure what it is trying to do with making those changes.

It's difficult to explain. Anyway, any suggestions on how to get Eclipse to
basically "ignore" any local CVS directories and pretend it's just a local
project and leave the CVS to something else?

Thanks in advance.
Re: Can I get Eclipse to ignore CVS? [message #60461 is a reply to message #59838] Tue, 03 June 2003 09:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bob.news.gmx.net

"Jason Schwab" <jason.schwab@storagealliance.com> schrieb im Newsbeitrag
news:bbgips$e4q$2@rogue.oti.com...
> I'm just starting to use Eclipse and really like it, but have been
having a
> strange problem that I can't seem to resolve.
>
> On our current project we are running CVS, but not in any server mode
just
> pointing WinCVS at the cvsroot directory. Basically I want Eclipse to
> ignore the fact that CVS is happening in the background.
>
> Every time a new class is added into CVS and I get it via WinCVS, I have
to
> refresh the project to get Eclipse to see the new class. Well every
time I
> do that, if I go into my target directory where my classes get compiled
to,
> the Entries files for CVS get changed to see the .java files in there!
>
> So I'll have project/src/package/asdf.java and
> project/classes/package/asdf.class, but the local CVS folders under my
> classes folder (not anywhere else) get changed so they think that
there's a
> project/classes/package/asdf.java file too.
>
> I'm not really sure what it is trying to do with making those changes.

Well, eclipse thinks it is modifying the file system alone. So,
naturally, it does not recognize file system changes done by any other
tool. However, there's an experimental plugin that checks the file system
every n minutes - but this is just a workaround and slows things down
considerably.

> It's difficult to explain. Anyway, any suggestions on how to get
Eclipse to
> basically "ignore" any local CVS directories and pretend it's just a
local
> project and leave the CVS to something else?

AFAIK there is no support for serverless CVS in eclipse. The best
solution is to install a server (available for many platforms) and let
eclipse use that.

Cheers

robert
Re: Can I get Eclipse to ignore CVS? [message #65666 is a reply to message #59838] Fri, 06 June 2003 11:33 Go to previous message
Eclipse UserFriend
Leave the CVS Repositories perspective open. It will ignore CVS related
directories and files even though you aren't using Eclipse' built in CVS
support.

Regards

Jason Schwab wrote:
> I'm just starting to use Eclipse and really like it, but have been having a
> strange problem that I can't seem to resolve.
>
> On our current project we are running CVS, but not in any server mode just
> pointing WinCVS at the cvsroot directory. Basically I want Eclipse to
> ignore the fact that CVS is happening in the background.
>
> When I create the project in Eclipse though, it recognizes the CVS
> directories and adds them into my Package Explorer (I'll see web.servlet
> package, and another branch called web.servlet.CVS). Which isn't a big deal
> and I could ignore that, but it seems to cause other problems.
>
> Every time a new class is added into CVS and I get it via WinCVS, I have to
> refresh the project to get Eclipse to see the new class. Well every time I
> do that, if I go into my target directory where my classes get compiled to,
> the Entries files for CVS get changed to see the .java files in there!
>
> So I'll have project/src/package/asdf.java and
> project/classes/package/asdf.class, but the local CVS folders under my
> classes folder (not anywhere else) get changed so they think that there's a
> project/classes/package/asdf.java file too.
>
> I'm not really sure what it is trying to do with making those changes.
>
> It's difficult to explain. Anyway, any suggestions on how to get Eclipse to
> basically "ignore" any local CVS directories and pretend it's just a local
> project and leave the CVS to something else?
>
> Thanks in advance.
>
>
>
Previous Topic:Which plug in is for...
Next Topic:Running on RHL 7.3
Goto Forum:
  


Current Time: Sat May 10 18:30:08 EDT 2025

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

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

Back to the top