> -----Original Message-----
> From: Balogh Péter [mailto:[email protected]]
> Sent: dinsdag 19 september 2017 10:45
> To: [email protected]
> 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