Svn dont ignore files when add console -


i working in project svn , have file ".svnignore" list of folders ignore.

when run command "svn add *", svn add files including folders in ".svnignore".

there better way add files in console except folders inside ".svnignore" list?

subversion not use .svnignore file. use svn:ignore properties: http://svnbook.red-bean.com/en/1.7/svn.advanced.props.special.ignore.html


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

c++ - Using Gtest how return different values in ON_CALL? -

asp.net core mvc - How important is the global.json and src folder? -