On Fri, 29 Dec 2017 09:24:10 -0800, David Chapman <dcchap...@acm.org>
wrote:

>On 12/29/2017 7:57 AM, Bo Berglund wrote:
>> Is there no way to make a global setting on the client side such that
>> the known files types will be ignored from svn?
>>
>
>Tell Subversion to ignore temporary files in a working copy by editing 
>the "global-ignores" line in the file "config".  On Windows systems this 
>is in "AppData\Roaming\Subversion" within the user's home directory; on 
>Linux systems this is in ".subversion" within the user's home 
>directory.  These are global per user, not per working copy.
>
>For example, my "global-ignores" line for Windows is:
>
>global-ignores = *.obj *.lib *.ciz *.map *.exe  *.bak *.pdb *.ilk *.idb
>

OK, I found it in the location you specified!
But if I add the content of my cvsignore file to the config file as a
whitespace separated list on one line that line becomes VERY log (over
600 chars).
Can I put the info in separate lines?

And by the way the config file is organized in sections so one has to
enter the data in the [miscellany] section.

-- 
Bo Berglund
Developer in Sweden

Reply via email to