tortoisesvn - SVN - adding files that should be ignored -


i've copied new files subfolder in repo. when click add in tortoise svn, can see files shouldn't added, need ignore them. can see ignoring lots of other files correctly.

so alter top-level svn:global-ignores adding testresults ignore folder. cannot commit property change, since tortoisesvn sees nothing commit, assume property changes happen directly, don't need committing.

going add files, see them still listed. why of ignore patterns working , new pattern not?

you can active global ignores following command:

svn pg svn:global-ignores /path/ -v --show-inherited-props 

Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -