简体   繁体   中英

How to add subfolder to global-ignores in SVN

We have to ignore a subfolder in SVN. Here is how our projekt looks:

Projekt\export\data\
Projekt\export\data\data\

The folder that we have to be ignored is \\data\\data\\ But the other folders below in \\data\\ must be submitted to SVN.

I can not figure out the syntax for this.

Regards,

Marcel

You can set svn:ignore property for Projekt\\export\\data (put there "data")

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM