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

Re: J2EE plus Subversion

From: Dmitri Colebatch <dim_at_colebatch.com>
Date: 2007-07-10 03:39:14 CEST

Hi RJ,

Replies don't go to the list, make sure you reply all...

On 7/10/07, r j <rjdst.9@gmail.com> wrote:
> I forgot to mention the directory I'm compiling is also the working copy,
> I always make sure that the copy is updated. Do I
> really need to export or checkout a fresh
> new copy and not just update the working copy then compile?

No, you should be fine. It sounds like you need to be doing a clean
build to me... my guess is the following is happening:

1. checkout
2. build/deploy
3. some other user removes file A
3. update
4. build/deploy

I assume your build does something like:
1. compile src to build/WEB-INF/classes
2. copy web stuff into build/
3. create war file
If so, then step 2.2 will be copying file A, but step 4.2 does nothing
to remove it.

Does this help?

cheers,
dim

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 10 03:39:04 2007

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.