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

Re: Removing entries from svn:ignore

From: Mark Phippard <markp_at_softlanding.com>
Date: 2005-11-28 16:24:03 CET

Cliff Meyers <cliff.meyers@gmail.com> wrote on 11/28/2005 10:14:03 AM:

> Minor note... to fix the problem, I right-clicked on the project
> itself (not the folder), opened up "Team -> Show Properties", and
> removed "src" from the "svn:ignore" value. Apparently folder
> visibility is managed there. I couldn't find a way to add a subfolder
> to svn:ignore but for my purposes ignoring top-level project
> directories works fine.

The svn:ignore property is always set on the parent folder of the item you
want to ignore. So in a typical Eclipse project if you want to ignore the
"bin" folder then you would need to set the property on the Project
folder, since that is the parent. But, if you wanted to ignore something
deeper in the tree, then you need to set the property on the parent of
that item.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Tue Nov 29 02:24:03 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.