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

Re: [Subclipse-users] Webfacing Project help

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-10-21 03:14:37 CEST

Sorry I am not quoting anything -- I am in a crappy webmail client.

When you share the project with SVN, you need to make sure that the
.project and any other "." files in the project root are shared. Then when
you check out, the same project type will be recreated. I am guessing one
of your projects was checked out as a Simple project or just a Java or Web
project.

I am one of the Subclipse developers, and also a WDSC user. Here are a few
more WDSC tips:

1) By default, WDSC stores all the XML files in a JAR. There is a
preference to turn this off. I'd highly recommend you do this, so that the
XML for each DSPF can be versioned separately. Actually, it is a must.

2) WebFacing regenerates your JSP by deleting and recreating the files.
The delete causes a problem for SVN which wants to capture that delete. To
handle this, I added a special feature to Subclipse for Webfacing. Right
click on your Webfacing project and do Team -> Set Property. Then set the
property DeferFileDelete with a value of "true". This tells us to ignore
the deletes so that the files can just be recreated and show as a change.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Sat Oct 21 03:14:49 2006

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.