On Thu, Jan 6, 2022 at 1:27 PM Xsawer xsawer <xxsa...@seznam.cz> wrote:
>
> 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?

Just set and commit the svn:ignore property on the ~/config folder
with a value of "backup".

See: 
https://svnbook.red-bean.com/nightly/en/svn.advanced.props.special.ignore.html

Mark

Reply via email to