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

Project building and svn:ignore properties

From: Christophe Labouisse <gabuzo_at_tigris.org>
Date: 2003-11-10 22:14:48 CET

I trying to use subclipse on projects I already add under subversion. I
had no trouble to do this (BTW: the automatic detection of the .svn
dirs rocks) but I add a serious problem when trying to build the
project.

My project use the default "bin" output folder. Since I didn't want to
put the compilation results under subversion I decided to add "bin" to
the svn:ignore property for the top dir. After migrating under
subclipse, my project cannot be build any more due to "Problems
encountered while deleting resources". Looking at the SVN console I
found the following message:

***
delete /home/moi/prog/java/BROS/core/bin/net
  Path is not a working copy directory
svn: '/home/moi/prog/java/BROS/core/bin' is not a working copy

So eclipse is trying to use subversion to clean the build directory
instead of deleting it directly.

Is there any known workaround ?

-- 
Le cinéma en Lumière : http://www.lumiere.org/
Received on Tue Nov 11 08:14:48 2003

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.