how can I ignore files from my svn repo without deleting them as well?
When I work on existing projects I often have to setup a local version of the project and usin
svn propedit svn:ignore ./some_path
For details see this post.