svn2cl

Generate a GNU-style ChangeLog from Subversion repository history

Install

All systems
curl cmd.cat/svn2cl.sh
Debian Debian
apt-get install svn2cl
Ubuntu
apt-get install svn2cl
image/svg+xml Kali Linux
apt-get install svn2cl
CentOS
yum install svn2cl
Fedora
dnf install svn2cl
Windows (WSL2)
sudo apt-get update sudo apt-get install svn2cl
Raspbian
apt-get install svn2cl

svn2cl

Generate a GNU-style ChangeLog from Subversion repository history

This tool generates a classic GNU-style ChangeLog from the log messages in a Subversion repository. It works as a wrapper around the 'svn log' command, parsing the XML output with an XSLT stylesheet. Alternatively it can generate HTML output.

subversion-svn2cl

log

subversion-tools

Assorted tools related to Apache Subversion

This package includes miscellaneous tools for use with Apache Subversion clients and servers: * svn-backup-dumps: Incremental dumpfile-based backup script * svn-bisect: Bisect revisions to find a regression * svn-clean: Remove unversioned files from a working copy * svn-fast-backup: rsync-based backup script for FSFS repositories * svn-hot-backup: Backup script, primarily for BDB repositories * svn_apply_autoprops: Apply property settings from .subversion/config file to an existing repository * svn_load_dirs: Sophisticated replacement for 'svn import' * svnwrap: Set umask to 002 before calling svn or svnserve * fsfs-stats: Print FSFS repository stats * fsfs-reorg: Optimize FSFS packing * fsfs-access-map: Convert strace output into FSFS access map * several example hook scripts: commit-access-control, commit-email, log-police, mailer, svnperms, verify-po NOTE that some of these scripts are unsupported by upstream, and may change radically or disappear in future releases. Some of these scripts require packages on the Recommends list.