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

Re: [Subclipse-users] Possible bug in Subclipse 1.1.7

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-10-06 16:16:29 CEST

Markus KARG <karg@quipsy.de> wrote on 10/06/2006 10:13:59 AM:

> there was no bug found in the log file, but I know something more now:
>
> I have added the automatically created "bin" folder to svn:ignore, and
> the asterisk is gone after commit (what I expected) (which means,
> Subclipse doesn't know of any modifications). Now I go to "Revert..." in

> the RESOURCE VIEW and it says it likes to revert .classpath and .project

> (which means, Subclipse still thinks those files are changed).

What status does it say? The Revert dialog will also show files that are
unversioned and not ignored. Which is what it sounds like in your case.

> Actually I don't know what to check more. This happens with all my
> project on all machines. I'm a bit confused, actually...?!

svn:ignore is just a property. You do not have to use the Add to Ignore
option. You can do Show Properties on the parent folder and then add/edit
the svn:ignore property. Just put each item on a new line:

bin
.classpath
.project

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Fri Oct 6 16:16:39 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.