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

RE: Re: svn status showing "phantom" files?

From: Simon McClenahan <smcclenahan_at_healthcompartners.com>
Date: 2004-04-26 23:46:26 CEST

By default, Eclipse will delete everything in your build directory before rebuilding a project. You can toggle this feature (in Eclipse 3.0M7) in Window, Preferences, Java, Compiler, Build Path, Clean output folders on full build checkbox.

You may want to consider installing the Subclipse plugin for IDE integration with Subversion. I think Eclipse/Subclipse still has issues with the .svn directories existing, but save that discussion for the Subclipse list.

Are you sure you want to version control the bin directory? Alternatively, you could specify a different build directory for Eclipse, and create an ant task or whatever that copies the appropriate files to your bin (or dist/bin ?) directory for version control management.

- Simon

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Monday, April 26, 2004 4:31 PM
To: David Findley
Cc: users@subversion.tigris.org
Subject: Re: svn status showing "phantom" files?

On Mon, 2004-04-26 at 16:25, David Findley wrote:
> Next, I open the
> project in Eclipse and allow it to build the .class
> files, which it does.

Eclipse is Evil. When you do this, it destroys your .svn/ directories.
It treats the whole directory as an "opaque bundle", much like NeXTStep
project builder.

So what you're seeing is what happens when the .svn/ directory is
destroyed. Lots of files/dirs are listed as "missing".

--------------------------
NOTE: This message and any included attachments are from HealthCom Partners, LLC and are intended only for the addressee(s). The information contained herein may include trade secrets or privileged or otherwise confidential information. Unauthorized review, forwarding, printing, copying, distributing, or using such information is strictly prohibited and may be unlawful. If you received this message in error, or have reason to believe you are not authorized to receive it, please promptly delete this message and notify the sender by e-mail.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Apr 26 23:47:00 2004

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

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