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
Post a Comment