[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-08 23:19:23 CET

> For my projects, I keep .project and .classpath files in the
> repository as you mention. But this _does_ give problems for
> Subclipse: a "Checkout As..." will fail.
>
> The reason: before actually checking out the project, Subclipse
> locally creates a new Java project. This makes sure that the
> destination directory exists, and already creates a .project file in
> that directory.
> Next, it checks out the code, but this fails: Subversion refuses to
> overwrite the locally created .project file with the checked out
> .project file, and the checkout won't continue.

All true.

The only thing I'm not sure of is why, unless you were planning to
change the project type, would you not just Check Out As Project?

- Greg
Received on Tue Mar 9 09:19:23 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.