[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: How to add .classpath and .project at .svnignore ?

From: Greg Irvine <greg.irvine_at_thalesatm.com>
Date: 2004-03-05 23:59:04 CET

Carfield Yim wrote:
> I can't see .classpath and .project at eclipse as they are
> hidden files.

Use the "Navigator" view rather than the "Package Explorer". You can
see all files in the Navigator more like the Windows Explorer folder
system.

However, why would you not want to add .project and .classpath to your
repository. Surely you want to keep a record of the external
dependencies etc for your projects so that when you "Check Out As
Project" you automatically have the project dependencies set up. If you
upgrade your Eclipse you'll have to check out the code again so why make
yourself have to set up those dependencies again?

If you have the situation where you have dependencies on separately
installed libraries (such as JDOM or whatever) then each developer
creates a CLASSPATH VARIABLE (via Eclipse Java Preferences) and THAT
gets includeded in the dependencies rather than hardcoding paths to jar
files which causes problems when different people may install packages
in different places.

Anyway. I hope it's useful information.

Regards,

- Greg

Greg Irvine
Senior Software Engineer (HMI)
Thales ATM, Melbourne, Australia
E-mail: greg.irvine@thalesatm.com
Ph: (03) 9425 7544, Mobile: 0413 900 265
Address: 630 Church St, Richmond, VIC 3121
Confidentiality Notice:
The information contained in this email, and any files transmitted with
it, is intended for the named recipients only. It may contain privileged
and/or confidential information and if you are not the intended
recipient, you must not copy, distribute or take any action in reliance
on it. If you have received this email, and any files transmitted with
it, in error, please notify the sender by reply email and delete the
email from your system.
 

 
Received on Sat Mar 6 09:59:04 2004

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.