Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Chagned SVN to Git

...

It is very important to include the JIRA issue id in the commit. This is used in many places: JIRA links issues to the SVN commits Git commits for that issue (very handy for seeing what changed as part of a bug fix). The Hudson CI server does as well, and will actually link SVN commits Git commits to issues after succesfully building.

...

For anything non-trivial, wait for the Hudson CI server to build. It catches a lot of things ... such as files that were not added to SVNGit. And even IntelliJ has a bit of trouble with wildly refactored code. Hudson will catch all that.

...