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

RE: override global-ignores from server side

From: Bert Huijben <bert_at_qqmail.nl>
Date: Tue, 19 Sep 2017 10:54:51 +0200

> -----Original Message-----
> From: Balogh Péter [mailto:balogh.peter_at_xcite.hu]
> Sent: dinsdag 19 september 2017 10:45
> To: users_at_subversion.apache.org
> Subject: override global-ignores from server side
>
> Hi,
>
> I think our use case is not covered even with the recent features in
> subversion By default, for example the .a files are ignored in the svn clients
> Since we're developing mobile multi platform titles, it's common to add
> certain libraries as .a files to the repository Is there a way, to override the
> client's default global-ignores with a repository specific one?

The ignores are only applied to files that are not already added, so in your case just adding the files and applying the ignore rule on a system where you do want to add these would just work fine. The default list of ignores is not that large and you can add items via svn:ignore and svn:global-ignores properties on a directory.

        Bert
>
> Best regards,
> Peter
Received on 2017-09-19 10:54:52 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.