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

Re: Unversioned files

From: Karen Tracey <kmtracey_at_gmail.com>
Date: 2007-04-25 00:07:59 CEST

On 4/24/07, Brian Erickson <erickson@bauercontrols.com> wrote:
>
> Is there a way to keep the unversioned files from showing up in the svn
> status output. When I try to set the svn:ignore property on the file or
> folder svn tells me that the file/folder is not under version control.
>

There are two ways to ignore files, described here:

http://svnbook.red-bean.com/nightly/en/svn.advanced.props.special.ignore.html

Sounds like you are trying the 2nd way, which is to set the svn:ignore
property on items in the repository. The key thing to realize here is that
you must set the property on the directory containing the files you want to
ignore. You set the property to a list of file patterns you want to be
ignored in that directory.

Karen
Received on Wed Apr 25 00:08:16 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.