Hi, I have a folder say ~/config which is under version control and contains versioned files and folders. Now I would like to create a subfolder say ~/ config/backup which I do NOT want version and would like to have it ignored by svn status. I would also like to ignore anything inside of this subfolder.
I trying to use global-ignores option in local configuration file ~/. subversion/config to achieve that. I supposed that configuration like below would do the job. Unfortunately this doesn't work... global-ignores = config/backup/ I can configure it like global-ignores = backup/ but this would ignore folder backup on any place. This I don't want. Is there any way how to achieve that? svn --version svn, version 1.10.2 (r1835932) Thanks, Dan