7 projects tagged "Subversion"
pwgrep is a simple password manager that manages a database file using encryption of GnuPG. It uses encryption and version control on all of the passwords that are stored. The password database can be used on several hosts at once with automatic synchronization. Even several users can share the same password database. The versioning system will keep track of who was changing which entries and at which time. The versioning system to use can be configured (and is Subversion by default). Besides passwords, pwgrep can also be used for storing a collection of files like certificates. The file shredding command for secure deleting of temporary files can be configured. A local backup of all database changes is automatically made. It can be used without a GUI (such as through an SSH session).
SVNBackup allows you to make full and incremental backups of your Subversion repositories without interrupting user activity. It provides functionality not available through "svnadmin hotcopy". It can also be used to migrate between different versions of subversion and different db backends.
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).
svncommit_hook.php was written to address the numerous problems with the commit_email.pl script which is bundled with subversion. Email messages sent by this script are sent as multipart messages with each diff in its own part. All of the parts are sent as nicely formatted HTML. It is possible to specify the charset of the files in the repository (the default is still UTF-8). Diffs are displayed only for the modified files. Diffs are colored. PHP files are validated with "php -l". It is possible to specify the URL of a corresponding Trac-resource, and the links to the files will be automatically included in the email.
A modern platform independent OO language with a native JIT compiler.