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

Re: Subclipse and WebToolsPlatform (WTP)

From: Oli Glimmer <oglimmer_at_gmail.com>
Date: 2005-08-02 13:48:21 CEST

On 8/2/05, Miha Vitorovic <mvitorovic@nil.si> wrote:
> Oli Glimmer <oglimmer@gmail.com> wrote on 02.08.2005 13:31:58:
>
> > Hi,
> >
> > I'm working with Eclipse + WebToolsPlatform (WTP) + Subclipse. The WTP
> > creates a folder called ".deployables" where all compiled classes and
> > all web resources are copied to.
> >
> > The problem is that all .svn directories and files are copied there too.
>
> >
> > If I "Update" the project the ".deployables" folder gets totally out
> > of sync and therefor I have to clean the project after each "Update".
>
> Hi Oli,
>
> Have you tried adding".deployables" to "Window / Preferences / Team /
> Ignored Resources" list? Because it sounds to me, like you don't need to
> do version control on those directories?
>

.deployables was already added (I don't know who is adding this, but it was)

I think the problem is not, that the directory should not version
controlled, it is more that version control files (in this case .svn
directory) should not be copied to .deployables. For java source files
this can be set through exclude, but not for web resources like
jsp,xml,html and stuff.

I also added to Preferences/Java/Compiler/Building/Output Folder .svn.

Oli
Received on Tue Aug 2 21:48:21 2005

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.