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:
svn propset svn:bugtraq:logregex
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.
svn add [files]
in your command linesvn propset bugtraq:logrex "TASK-273"
./ (svn help propset for more info)svn commit -m "your commit message"
svn propget bugtraq:logrex