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

Re: Problem with svn:ignore

From: Scott Palmer <scott.palmer_at_2connected.org>
Date: 2005-03-10 14:53:57 CET

On Mar 9, 2005, at 10:31 PM, Bob McCune wrote:

> I am trying to set the svn:ignore property to ignore my
> build.properties file in the root of my project directory. While in
> the root of this directory, I issue the following command: 'svn
> propedit svn:ignore .'. When vi pops up I add build.properties as the
> lone entry. If I edit build.properties and then do an svn status it
> shows this file as being modified. I checked that the property was
> correctly set using propget.
>
> This seems like this should be pretty straightforward, but I obviously
> must be missing something. Any ideas?

Subversion won't ignore a file that is already added to the repository.
  It works to suppress info for lines that start with '?' in the output
of "svn st". If you are seeing a 'M' then the file is already under
subversion control.

Scott

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 10 14:56:19 2005

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.