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

Re: [Subclipse-users] Oddness with eclipse 3.3

From: Nigel Magnay <nigel.magnay_at_gmail.com>
Date: 2007-07-27 12:39:13 CEST

Hmm - this is now happening again, in a slightly different way. Eclipse has
been restarted with -clean, just to clear any junk out.

I have a folder in a project, src/assemble, the folder is already committed
to SVN.
Inside it, there are 2 files, one is new, one is modified.

Right-clicking on the project and selecting commit, I correctly get the
commit dialog, with the right files (the change being checked, the new file
marked as unversioned).

However. The icon on the changed file is wrong - it's an unchanged icon
rather than a changed. Doing a right-click 'compare with|latest from
repository' says 'there are no differences between the selected inputs'.
This is not correct. Doing 'svn diff' from the commandline shows numerous
changes as I'd expect.

In synchronize view, the changed file is missing (probably due to the
above).

Any ideas?

On 17/07/07, Mark Phippard <markphip@gmail.com> wrote:
>
> On 7/17/07, Nigel Magnay <nigel.magnay@gmail.com> wrote:
> >
> >
> > On 17/07/07, Mark Phippard <markphip@gmail.com> wrote:
> > > On 7/17/07, Nigel Magnay <nigel.magnay@gmail.com> wrote:
> > > > Mostly things work, but sometimes the workspace seems to 'go bad'
> > (starting
> > > > a new one seems to help). For example, if create a file in a
> project,
> > say,
> > > > /WEB-INF/classes/properties.xml, and both the
> > directories
> > > > and the file are new, if I right-click on the project and do
> > Team|Commit...,
> > > > the list of files I can choose from shows only 'WEB-INF'. Successive
> > > > checkins will then show each new directory as if it had just
> appeared
> > (where
> > > > I'd expect it to show all of them).
> > >
> > > classes folder is usually in ignore list by default. I would not
> > > recommend versioning that folder if this is a typical web project as a
> > > build process might blow away the .svn folders. Usually you can put
> > > the .xml files in a source folder and the build will copy them to
> > > classes. That way just version them in the source folder.
> >
> > It is?! This isn't target/classes BTW, this is
> > src/main/webapp/WEB-INF/classes. I now can't remember if
> > all the files were under classes or not - is there a way of
> *un*-ignoring it
> > (and wouldn't it always ignore files, rather than marking each
> successive
> > directory as new) ? We tend to store rather a lot of spring
> configuration
> > under there,..
>
> I am just speaking of the Eclipse Team > Ignored Resources preference.
> I recall classes being in that list. We do not control that list or
> provide that value, but we do honor what is in it. You should be able
> to just deselect it in preferences if it is there.
>
> --
> Thanks
>
> Mark Phippard
> http://markphip.blogspot.com/
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: users-help@subclipse.tigris.org
>
>
Received on Fri Jul 27 12:38:05 2007

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.