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