[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: Matthew L Daniel <mdaniel_at_scdi.com>
Date: 2005-03-10 15:59:00 CET

> 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.

It is my understanding that svn:ignore only ignores files that are not
already under Subversion's control. Since it shows build.properties as
"M", someone has already told svn to be responsible for it's contents.

You will need to release svn from controlling the file before it will
consider ignoring it. I believe .cvsignore works in this same way.

Also, one of the things that bit me early in my svn usage was that
properties are also controlled, so make sure you checkin the directory
you just propset upon.

  -- /v\atthew

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Mar 10 16:02:06 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.