103 projects tagged "Subversion"
SVNBot is a program written in PHP that constantly runs in the background (or foreground, if desired) and monitors your SVN repository (or part of it). When it notices the repository has changed, it notifies everyone on its jabber contact list providing a quick overview of what has been changed (in a format similar to the 'svn log -v' command).
SVNChecker is a framework for Subversion pre-commit hooks in order to implement checks of the to-be-committed files before they are committed. For example, you can check for the code style or unit tests. The output of the checks can be send by mail, written to a file, or simply printed to the console.
svngroup is a collection of tools designed to facilitate advanced access control lists for Subversion repositories. Unlike tools such as svnperms.py or authz, svngroup puts the manipulation of ACLs directly in the hands of group owners. Group owners are those individuals who have been granted "special" privileges in the repository and can make decisions regarding who can and can't submit to a particular location in the repository.
SVNKit is a pure Java Subversion (SVN) client library. This means that users of the library (i.e. Java applications) do not have to include svn native binaries or javahl bindings to work with subversion repositories. It is not only a 100% Java replacement for javahl bindings, but also a library that provides a high level of control over subversion repository operations.
SmartSVN is a feature-rich and easy-to-use Subversion client. It runs on Linux, Mac OS X, Unix, and Windows. In addition to the normal SVN commands like checkout, update, commit, merge, etc., it provides tag and branch handling (no need to deal with URLs just to switch to a different tag or branch), a built-in file compare and conflict solver, and much more. There is no need to install additional tools for handling SVN working copies, like a command line SVN client or a file comparison tool.
SourceHaven is a Software Configuration Management (SCM) system that was initially based on Subversion and adds an embedded Oracle database. A full-featured Web application is provided for all repository, user, and system administration needs such as managing permissions, users, backups, and so on. It supports all Subversion based clients and Subversion repository dump files. It aims to offer significantly improved performance, administration, and reliability.
StatSVN retrieves information from a Subversion repository and generates various tables and charts describing the project development. For example, it can generate a timeline for the lines of code, the contribution of each developer, and more. The current version of StatSVN generates a static set of HTML documents containing tables and chart images.