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

uses of svn:ignore ?

From: Michaël <michael-svn_at_marinetti.fr>
Date: Wed, 07 Jul 2010 13:16:41 +0200

Hi all,

I want to ignore a config file located in my working copy at
./application/config/config.php . So, in command-line I type the following :

$ cd application/config
$ svn propset svn:ignore config.php .
property 'svn:ignore' set on '.'
### and I can check
$ svn propget svn:ignore .
config.php

But, if check status, I see I modified config.php :
$ svn st
M config.php

How can I fix that ?

Thanks,
Michaël
Received on 2010-07-07 13:17:23 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.