Menu

HOWTO version control

Jens Nissen

Committing to SVN

Commit Message should start with the following keywords:

  • New Feature: ... in case a new feature is implemented
  • Bugfix: ... in case a bug from a prior release is fixed
  • Fixed: ... in case an intermediate bug is fixed which was not part of a release
  • Changed: ... in case some behaviour was changed that is visible to the user

In case a Change Request applies, add "CR#Number-Text" to the message.

Retrieving Version from github

The latest development can be acquired on
https://github.com/Isarhamster/chessx

Retrieving Version from SVN

You can get the old revisions directly from anonymous SVN, e.g.
svn co http://svn.code.sf.net/p/chessx/code/tags/release-1-5-0 chessx


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.