Open Source Java Version Control Software for BSD - Page 3

Java Version Control Software for BSD

Browse free open source Java Version Control Software for BSD and projects below. Use the toggles on the left to filter open source Java Version Control Software for BSD by OS, license, language, programming language, and project status.

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • 1
    Provides a Java API for the Clearcase version control system. This API uses JNI for win32 systems, and the 'cleartool' executable for all other platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    CBE is a revision control system with integrated make-like functions written in pure Java. It can be used similar to CVS but offers some new features like renaming files (while still keeping the history) and using a database as backend (optional)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ConRep Studio is an advanced Content Repository management tool. The tool can be used with any JSR170 compliant content repository. The administrator can see different perspectives of the system like content, versioning, search etc. The UI is based on SWT
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Eclipse Plugin for Continuus CM 5.x
    Downloads: 0 This Week
    Last Update:
    See Project
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 5
    CruiseConsole is a tool that enables developers to monitor and manage CruiseControl from a graphical user interface. In the future features will be added for enabling developers to interactively collaborate with each other to resolve build issues.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Providing a generic NSIS installation script for the installation of Eclipse Plugins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    DVN

    An extended Subversion client enabling versioning of database schemas

    The goal of this project is to create an extension to Subversion, a version control system, with database schema versioning support. As a result, it will be possible to control versions of relational database objects, such as tables, views or stored procedures together with source code of the application, hence monitor relation between source code and database schema changes, history of database schema changes and ability to automatically update a newer, or revert to an older revision. Currently, the client supports PostgreSQL and MySQL database systems. Emphasis is put on the client to be extensible, though, so it is possible to implement a connector for another database system. This project is supported by the Faculty of Informatics, Masaryk University, Brno, Czech Republic, as a research project MUNI33/112013, http://www.muni.cz/research/projects/23565
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Check-in, check-out, and history for Visual Source Safe projects from Emacs and the Unix command line. Another reason never to leave Emacs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    DocForger is a document management system allowing teams to work on documentation with one common source. Some of the features are versioning, permissions, and publishing. DocForger is written entirely in Java and is therefore platform independent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    EasyUpdate is a secure, small and easy to use Java library that enables your application to check for version updates on the Internet, download and install them. It uses JCE to digitally sign files so they are guarantee to be authentic
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Echo Tracking Demo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Plugin for Eclipse IDE to view CVS Repository information graphically. Includes historical timeline of file updates.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Eclipse Version Tree Plugin is an easy to use, graphical version tree for project artifacts hosted in a CVS repository. It is a graphical replacment for Eclipse resource history. Supports different layout styles, customization and convenience features. The development is being continued on GitHub https://github.com/angvoz/net.sf.versiontree
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    This project develops an integration of the distributed revision control system Darcs (http://darcs.net) into the Eclipse IDE (http://eclipse.org). It provides a set of plugins that enable IDE users to manage the code under development in Darcs repositor
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Extract Objects from Image

    Connected Component Labeling Algorithm - Extracting Objects From image

    fast Connected Component Labeling Algorithm - java application - Extracting Objects From image
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    FIDAB is a product and document management system. It handles products and hierarchies of products and tracks product releases. Products are defined by documents, which are put under revision control.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    FineVMS is a fine-grained versioning management system aiming to manage versioning of source code files. It is composed of two modules: Fineversion and Fineclipse implementing as extensions of the Subversion command line and Subclipse, respectively.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CVSGI (Concurrent Versions System Graphical Interface) is a Java based GUI application which works with the CVS archiving system. ‘CVSGI’ GUI acts as an interface between the user and the CVS system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Immutable Sparse Wave Trees (WaveTree)

    Realtime bigdata tool for bit strings up to 2^63 based on AVL forest

    Realtime bigdata tool at the bit level based on immutable AVL forest which can be run in memory or, in future versions, as a merkle forest like a blockchain. Main object is a sparse bit string (Bits) that efficiently scales up to 2^63 bits normally compressed as forest has duplicated substrings. Bits objects support reading bit, byte, short, int, or long (Java primitives) at any bit index in 64 bit range. Example: instead of building a class to hold a header and then data, represent all of that as Bits, subranges of them, and ints for sizes of its parts. Expansion ability for other kinds of compression, since Bits is a Java interface. Main functions on bits are substring, concat, number of 0 or 1 bits, and number of bits (size). All those operations can be done millions of times per second regardless of size because the AVL forest reuses existing branches recursively. Theres a scalar (originally for copy/pasting subranges of sounds) and a bit Java package. Sparse n dimensional matrix.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Incredible hosting system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The IntegrationGuard is a small set of Java classes and some start scripts used in conjunction with CVS. This little tool supports the paradigms 'continuous and sequential integration' and 'unit testing' of 'eXtreme programming'
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    An automated system adminstration framework for any *nix operating system. Automated package and configuration management are supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The new Ionia Student Online is a student information system for high schools, run from a web environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Will allow web based (Facelet) ant compile/build/deploy script generator and runner unsing a JCR content repository for managing J2EE components in a project environnement. Maybe a little of all this soon...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Java based screenplay (movie script) editor and colaboration tool with a graphical interface (WYSIWYG) to create and/or edit scripts. Export in XML, PDF, XHTML and other formats. En español.
    Downloads: 0 This Week
    Last Update:
    See Project
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.