Support This Project

Introduction

BranchingManager is a tool to manage a branching schema (source code version management).

Key features:


Requirements


How to start

You just have to execute the "BranchingManager.jar" file directly. It contains a manifest with the "Main-Class" defined inside.

You can also run the JAR with following command line:

    java -jar BranchingManager.jar -<look>
  
where <look> can be one of the following string values: The default look&feel is "CROSS_PLATFORM".

Example:
java -jar BranchingManager.jar -METAL
will run the application with a "METAL" look&feel.


Details

Following information is available on this Web site:

License

BranchingManager is distributed under the "GNU General Public License".

Version

This documentation corresponds to the version 2.3 of the software.