One of the new features of SVN is issue tracker integration. These let you add commit hooks to make SVN parse log messages for bug or issue numbers, and relate them to your issue tracking system.
I'm using git-svn to work with SVN through git. Is three any possibilitty to make commits with bug id, using
git svn dcommit
? Many thanks.