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

Re: svn:ignore of checked in files and commit

From: Mark Phippard <markphip_at_gmail.com>
Date: Wed, 15 Apr 2020 08:05:04 -0400

On Wed, Apr 15, 2020 at 7:28 AM Attila Kinali <attila_at_kinali.ch> wrote:

> In the days of old, like several years back...
> When we had files that needed to be edited localy for each user/developer,
> we used to check them in normally, then set svn:ignore to ignore those
> files. This would result `svn commit` to ignore those files unless
> forced to by explicitly mentioning the filename (e.g., `svn commit
> ignoredfile`).
>
> Apparently this doesn't work anymore and svn commit happily still
> uses the ignored file and commits it... causing problems.
>

svn:ignore has never worked this way. The svn:ignore property only ignores
new unversioned files from being added. Perhaps you were using a GUI client
in the past that offered a feature like you describe? I doubt it would have
piggy-backed off the svn:ignore property though. More likely the GUI would
have added its own property.

Mark
Received on 2020-04-15 14:05:21 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.