[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: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 28 Sep 2017 13:01:24 +0000

Balogh Péter wrote on Tue, Sep 26, 2017 at 11:24:14 +0200:
> Thank you, yes, I understand the process :)
> But if somebody can help me with some pointers, where to look for this
> particular feature implementation, that would be really appreciated!
> I'm new to the svn source :)

Can you ask a self-contained question? I'm not sure from the thread
above what you're asking.

Are you asking how to use svn:global-ignores to REMOVE an entry from the
ignore list that's configured in the client's ~/.subversion/config
file's [miscellany]global-ignores knob (which, if commented out, falls
back to a compiled-in default)?

To answer your question as stated, the relevant layers are libsvn_repos
for the server, or libsvn_client and possibly libsvn_wc for the client;
the relevant code will be found by grepping for "IGNORE", which will
match the macro names for the relevant properties and config knobs. But
we may be able to offer better advice if you ask a more specific
question.

Cheers,

Daniel
Received on 2017-09-28 15:01:32 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.