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

Re: Set a repository never ignore files

From: Nico Kadel-Garcia <nkadel_at_gmail.com>
Date: Tue, 3 Jun 2014 22:43:59 -0400

On Tue, Jun 3, 2014 at 8:05 PM, Andreas Stieger <andreas.stieger_at_gmx.de> wrote:
> Hello,
>
> On 03/06/14 11:24, James French wrote:
>> I have a repo where I want to force .a files to always get added (ie not
>> ignored), irrespective of any ignore settings in user config files. I am
>> happy to set the repo to not ignore any file, if that is easier. I guess
>> I’m after an svn:global-no-ignore property…
>
> The repository dictated configuration introduced in 1.8 will only
> /extend/ the client-side global-ignores configuration setting, not
> override it. There is no support for enforcing for something /not/ to be
> ignored, other than through deployed run-time configurations, hooks or
> simply a project policy. Further, adding a file to version control is
> still an entirely separate user action from not ignoring it.

One could set a pre-commit hook to review the contents of ..svnignore
files. It won't prevent some types of oddness with git2svn gateways.
Also, be aware that insisting on hanging onto all the ".a" files can
cause considerable growth of your repository, with no graceful way to
"obliterate" old files: ".a" files are unlikely to compress as well as
text files, nor to function well as a set of "diffs", so any
continuous integration or frequent build environment is likely to
grow, *FAST*.
Received on 2014-06-04 04:44:36 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.