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

Problems with propset svn:ignore

From: Benjamin Buch <benni.buch_at_gmx.de>
Date: Sat, 13 Sep 2008 12:43:36 +0200

I'd like to exclude a settings-file in my working copy from being
versioned.
I guess this is a common task... ;-)

The original settings-file for deployment is versioned, so after a
checkout I have it in the working directory.
I just don't want to submit any changes I make on the settings-file.

What I did was:

svn propset svn:ignore 'settings.py' .

a 'svn propget svn:ignore .' gives me 'settings.py', so I thought this
file would be ignored.
But when I make changes to settings.py in my working directory, 'svn
status' gives me

M settings.py

, so subversion knows settings.py has been modified, and the
modifications will be submitted at the next commit.

Now I'm a little confused...
I thought svn would ignore settings.py?

-benjamin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-13 12:44:26 CEST

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.