Tagged Questions
2
votes
2answers
601 views
Setting svn:ignore flag using svnkit
I am using SVNKit in my application. I have a scenario wherein certain files should be ignored when doing svn operations. i.e. I need to set the svn:ignore property for certain patterns.
How do I do ...