Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse IDE Files in CVS
Eclipse IDE Files in CVS [message #20697] Mon, 12 May 2003 21:18 Go to next message
Eclipse UserFriend
We had an existing project under CVS control that was being build with ANT.
Now we have an Eclipse project which is integrated with the same CVS and the
same ANT build file we have always used. The only new files are .project
and .classpath so I assume that we can check those in and we will have a
complete Eclipse project ready for check out?

TIA
Re: Eclipse IDE Files in CVS [message #20738 is a reply to message #20697] Tue, 13 May 2003 03:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: if.you.want.to.email.visit.my.site.joshbrain.tripod.com

"Rod Macpherson" <rmacpherson@verilet.com> wrote in
news:b9ph4j$qab$1@rogue.oti.com:

> The only new files are .project
> and .classpath so I assume that we can check those in and we will have a
> complete Eclipse project ready for check out?

I'm no expert, but I think there is a .metadata folder as well. These are
all, by default, added to .cvsignore, too. And this may store machine
specific context, so it may not work this way. (FWIW I really like how
Eclipse stores it's project info - very clean.)

--
With kind regards,
Josh R.
Re: Eclipse IDE Files in CVS [message #21374 is a reply to message #20738] Tue, 13 May 2003 10:02 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: wegener.cboenospam.com

Josh Rehman wrote:

> "Rod Macpherson" <rmacpherson@verilet.com> wrote in
> news:b9ph4j$qab$1@rogue.oti.com:

> > The only new files are .project
> > and .classpath so I assume that we can check those in and we will have a
> > complete Eclipse project ready for check out?

> I'm no expert, but I think there is a .metadata folder as well. These are
> all, by default, added to .cvsignore, too. And this may store machine
> specific context, so it may not work this way. (FWIW I really like how
> Eclipse stores it's project info - very clean.)

> --
> With kind regards,
> Josh R.

The .metadata folder contains information specific to a users workspace.
I don't believe that this is usually checked into source code control. It
would prevent developers from customizing their Eclipse to suit their
needs.
Re: Eclipse IDE Files in CVS [message #21382 is a reply to message #21374] Tue, 13 May 2003 10:21 Go to previous messageGo to next message
Eclipse UserFriend
Also .metadata is not under the project at all. It is stored in an
entirely separate location and not considered to be part of the project.
So it can never be checked in.

Rich
Re: Eclipse IDE Files in CVS [message #21449 is a reply to message #21382] Tue, 13 May 2003 12:08 Go to previous messageGo to next message
Eclipse UserFriend
Thanks for the clarification guys. I will check in the .project and
..classpath and give the clean checkout a shot on another machine.
Re: Eclipse IDE Files in CVS [message #23934 is a reply to message #21382] Thu, 15 May 2003 02:23 Go to previous message
Eclipse UserFriend
Originally posted by: if.you.want.to.email.visit.my.site.joshbrain.tripod.com

"Richard L. Kulp" <richkulp@us.ibm.com> wrote in
news:b9qv2k$sgt$6@rogue.oti.com:

> Also .metadata is not under the project at all. It is stored in an
> entirely separate location and not considered to be part of the project.
> So it can never be checked in.

Sorry, didn't mean to steer anyone wrong. I should have refreshed my memory
before posting.

--
With kind regards,
Josh R.
Previous Topic:How to make plugin_a work with plugin_b
Next Topic:BeanShell editor
Goto Forum:
  


Current Time: Tue Jul 22 14:04:51 EDT 2025

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

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

Back to the top