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

javascript - How to process users in one specific order using map o each function? -

javascript - Linking from page A to a specific iframe on page B -

java - Two interface have same method name with different return type -