Introduction
BranchingManager is a tool to manage a branching schema (source code version management). Key features:- Portable: 100% pure Java. It runs under Linux, Windows, MAC...
- Visual: A visual branching schema is built to provide a global vision of code versions.
- Detection: Detects automatically "rebase" operations to be done when a project is delivered.
- Limited: This version is dedicated to manage a single system composed with several modules.
- Free: The GPL license permit you to freely use this software.
Requirements
- Java JRE 6.0 or newer.
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:
- CROSS_PLATFORM
- SYSTEM
- METAL
- WINDOWS
- MOTIF
- a full qualified look&feel class (with package path)
Example:
java -jar BranchingManager.jar -METAL
will run the application with a "METAL" look&feel.
Details
Following information is available on this Web site:- Details on manage schema by this software.
- Details on how to configure this software.
- Download and links for this project.