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

Re: Still have problems when trying to update my project...

From: Kevin Duffey <supreme_java_guru_1_at_yahoo.com>
Date: 2005-09-14 01:28:31 CEST

Yup, that was the problem! I deleted the /classes dir,
then did a check-out again (since I had no changes
out, I just rechecked out the entire project). From
now on, a full update on the root project dir works.

thanks!

--- Mark Phippard <MarkP@softlanding.com> wrote:

> Kevin Duffey <supreme_java_guru_1@yahoo.com> wrote
> on 09/13/2005 03:43:47
> PM:
>
> > So thinking about this, it's obvious the
> > WEB-INF\classes shouldn't be in subversion because
> its
> > generated via our build, however for some reason I
> > have it in there. When I do a full build, it wipes
> out
> > anything in the /classes directory to do a clean
> > build. I think the reason I included it was that I
> > generally wasn't creating the /classes dir in my
> build
> > script.
> >
> > Anyway, this makes it impossible for us to update
> > anything. While I can somewhat understand why it
> may
> > occur, it kind of sux that it prevents all the
> other
> > dirs from being updated. It's as if subclipse (or
> > subversion?) goes through all dirs first looking
> for
> > locks, then goes to the server. We now have to
> click
> > on about 8 different locations and do updates
> since we
> > can't just update the whole project in one shot.
> >
> > Any help on what I may do to fix this would be
> > appreciated.
>
> This is all done by Subversion. When folders that
> are under control of
> Subversion just get deleted in the filesystem the
> working copy becomes
> corrupt. You need to get the classes folder out of
> your repository.
>
> Checkout your project outside of Eclipse and run svn
> delete to delete that
> folder and then commit.
>
> Then re-checkout inside Eclipse. When the classes
> folders is recreated by
> the build, add it to the svn:ignore property of the
> WEB-INF folder and
> commit that change.
>
> Then have everyone re-checkout.
>
> Mark
>
>
>
_____________________________________________________________________________
> Scanned for SoftLanding Systems, Inc. and
> SoftLanding Europe Plc by IBM Email Security
> Management Services powered by MessageLabs.
>
_____________________________________________________________________________
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail:
> users-help@subclipse.tigris.org
>
>

                
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
Received on Wed Sep 14 09:28:31 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.