Einfache Projektliste Software-Karte

484 Projekte im Ergebnis
Letztes Update: 2022-09-24 22:30

TortoiseSVN

TortoiseSVN ist ein Subversion (SVN) -Client, implementiert als Windows-Shell-Erweiterung. Das bedeutet, dass es genau dort verfügbar ist, wo Sie es brauchen: im Windows-Datei-Explorer.

Es ist intuitiv und einfach zu bedienen, da der Subversion-Befehlszeilenclient nicht ausgeführt werden muss. Einfach das coolste Interface zur (Sub-)Versionskontrolle!

Entwicklungsstatus: 5 - Produktion / stabil
Zielbenutzer: Entwickler
Betriebssystem: Windows
Themen: Version Control
Register Date: 2008-11-28 19:47
Letztes Update: 2009-12-22 21:58

Subversion

Subversion is a version control system. Originally designed to be a compelling replacement for CVS in the open source community, it has far exceeded that goal and seen widespread adoption in both open source and corporate environments. The Subversion project produces Subversion's core libraries (written in C), a fully functional command line client (svn), repository administration programs, API bindings for various languages (Perl, Python, Java, Ruby, etc.), and various additional tools and scripts.

Letztes Update: 2011-09-13 21:31

Bazaar VCS

Bazaar is a simple decentralized revision control system. Decentralized revision control systems give users the ability to branch remote repositories to a local context. Users can commit to local branches without requiring special permission from the branches that they branched from.

Letztes Update: 2013-09-13 11:53

CVS

CVS is a version control system, which allows you to keep old versions of files (usually source code), keep a log of who, when, and why changes occurred, etc., like RCS or SCCS. Unlike the simpler systems, CVS does not just operate on one file at a time or one directory at a time, but operates on hierarchical collections of directories consisting of version controlled files. CVS helps to manage releases and to control the concurrent editing of source files among multiple authors. CVS allows triggers to enable/log/control various operations and works well over a wide area network.

(Machine Translation)
Letztes Update: 2011-02-09 12:41

Scmbug

Scmbug integrates software configuration management (SCM) with bug-tracking. It aims to solve the integration problem once and for all. It will glue any source code version control system (such as CVS/CVSNT, Subversion, and Git) with any bug tracking system (such as Bugzilla, Mantis, Request Tracker, Test Director).

Letztes Update: 2013-02-03 02:24

Trac

Trac is a minimalistic but highly useful issue tracker and software project environment based around an integrated Wiki engine. Features include an interface to Subversion (source revision control), a bug/issue tracking database, and convenient report facilities.

Letztes Update: 2014-04-20 16:58

reposurgeon

A tool for editing version-control repository history, reposurgeon enables risky operations that version-control systems don't want to let you do, such as editing past comments and metadata and removing commits. It works with any version control system that can export and import git fast-import streams, including git, hg, bzr, CVS, and RCS. It can also read Subversion dump files directly, and can thus be used to script production of very high-quality conversions from Subversion to any supported DVCS.

Letztes Update: 2014-04-10 14:15

OpenGrok

OpenGrok is a fast and usable source code search and cross reference engine. It helps you search, cross-reference, and navigate your source tree. It can understand various program file formats and version control histories like Mercurial, Bazaar, Git, ClearCase, Perforce, SCCS, RCS, CVS, or Subversion. In other words, it lets you grok (profoundly understand) the source.

Letztes Update: 2014-01-14 22:00

ViewVC

ViewVC (formerly known as ViewCVS) is a Python/CGI-based system for viewing and interacting with Subversion and CVS repositories through your Web browser. It can browse directories, view changelogs, generate diffs, view arbitrary revisions, and display annotated ("blame") listings. It has full support for tags and branches, and contains a database-backed query system like Bonsai. It was initially based on the cvsweb work by Henner Zeller, but has been ported to Python and dramatically enhanced.

Letztes Update: 2005-09-25 14:39

cvsweb

cvsweb is a visual (WWW) interface for exploring a CVS repository. Its enhancements include recognition and display of popular MIME-types, visual, color-coded, side-by-side diffs of changes, and the ability sort the file display and to hide old files from view. cvsweb requires the server to have CVS and a CVS repository worth exploring.

Letztes Update: 2014-04-16 22:36

deltasql

deltasql is a tool to synchronize databases with source code, which helps to keep database evolution under control. While developing mid-sized or big applications, developers make changes to the data model that go along with changes to the source code. From time to time, branches of source code are done to stabilize the code that will go to production. A sort of data model branch is also needed. deltasql provides a simple way to collect all scripts that change the data model and means to handle data model branches. The deltasql server runs on Apache and is backed by MySQL.

Letztes Update: 2014-03-16 21:54

SVNManager

SVNManager is a Web-based administration tool for
servers that host Subversion repositories. With
this tool, users can remotely create repositories,
give access rights to users and groups, dump and
load repositories, and invite users to create an
account on the server.

(Machine Translation)
Letztes Update: 2006-07-20 14:10

arch revision control system

arch is a modern replacement for CVS, specifically
designed for the distributed development needs of
open source projects. It has uniquely good support
for development on branches (especially good
merging tools), distributed repositories (every
developer can have branches in their own
repository), changeset-oriented project management
(arch commits changes to multiple files at once),
and, of course, file and directory renaming.

(Machine Translation)
Letztes Update: 2014-05-07 22:12

Gitblit

Gitblit is a pure Java stack for managing, viewing, and serving Git repositories. It's designed primarily as a tool for small workgroups which want to host centralized repositories.

(Machine Translation)
Letztes Update: 2013-08-04 11:23

Bazaar VCS

Bazaar is a simple decentralized revision control system. Decentralized revision control systems give users the ability to branch remote repositories to a local context. Users can commit to local branches without requiring special permission from the branches that they branched from.

(Machine Translation)