An open API service indexing awesome lists of open source software.

https://github.com/guidanoli/jabuti

Jabuti: Branch Setup Software
https://github.com/guidanoli/jabuti

swing tortoisesvn

Last synced: 3 months ago
JSON representation

Jabuti: Branch Setup Software

Awesome Lists containing this project

README

        

# Jabuti - A portable branch setup software

![Jabuti Main Dialog](https://i.imgur.com/rYUORKa.png)

This project is intended to assist the Visualization district set up and compile branches. Although it uses SVN commands and some internal routines such as 'vis s' and 'vis mlldamt', it is totally adjustable to whichever source control software you use on your personal or professional workspace. The language of choice is Java, and uses the Swing graphics interface library.

## Getting Started

To have **Jabuti** running in your machine you need to compile the source code and then, export it to as a runnable JAR file. It is pretty trivial to do that with the help of an IDE like Eclipse. The following link might help you with that part: [Click Here](https://www.albany.edu/faculty/jmower/geog/gog692/ImportExportJARFiles.htm)