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

RE: uses of svn:ignore ?

From: Giulio Troccoli <Giulio.Troccoli_at_uk.linedata.com>
Date: Wed, 7 Jul 2010 12:35:46 +0100

>

Linedata Limited
Registered Office: 85 Gracechurch St., London, EC3V 0AA
Registered in England and Wales No 3475006 VAT Reg No 710 3140 03

-----Original Message-----

> From: Michaël [mailto:michael-svn_at_marinetti.fr]
> Sent: 07 July 2010 12:17
> To: users_at_subversion.apache.org
> Subject: uses of svn:ignore ?
>
> 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 ?

The svn:ignore property is for unversioned files only, so even if you set it to ignore config.php Subversion won't, as the file is already under its control

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

Also, this entry in the FAQ may be useful

http://subversion.apache.org/faq.html#ignore-commit
Received on 2010-07-07 13:36:30 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.