Child pages
  • Developer Resources

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Code Block
svn co https://quickfixj.svn.sourceforge.net/svnroot/quickfixj/trunk quickfixj 

Accessing the repository from Eclipse:

There are two Eclipse plugins that can be used to access Subversion repositories. I (Steve Bate) have been using Subclipse, which is provided by the developers of Subversion. It works in a very similar way to the CVS plugin in Eclipse. The other plugin is called Subversive. I haven't used this one but if you've had experience with it, please add your experience to this page.


Jira Issue Tracking

Jira is used for issue/bug tracking and release management. It can be found here.

...

QFJ uses the Bamboo CI server. Latest build status is here. RSS feeds are also available on the build status page.

Coding conventions

SVN commit comment

When committing in SVN, the developer must follow this pattern in the comment:

...

QFJ-nnn: <title of JIRA ticket>
<comments>

...