I found a Eclipse plugin requiring the bugtraq:logregex of SVN properties. The bugtraq:logregex property suppose to be my Jira ticket ID. I am wondering how will this function works. Is that like this:
- Find the Jira ticket ID
- Add SVN properties bugtrap:logregex=JiraID by
svn propset svn:bugtraq:logregex
- SVN Commit
However, I think my step 2 is setting properties to a file, I still do not know how to set SVN properties to the project. Besides, we are not using Tortoisesvn, and we use Subclipse in Eclipse.