console-helpers/svn-buddy

Easier way to control work with Subversion repositories from command-line

Maintainers

👁 aik099

Package info

github.com/console-helpers/svn-buddy

pkg:composer/console-helpers/svn-buddy

Statistics

Installs: 14

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 54

v0.8.0 2024-12-18 19:39 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 090bee3b456e444c56b444fe0658b0d33e72e615

  • Alexander Obuhovich <aik.bold.woop@gmail.com>

clisvnsubversion

This package is auto-updated.

Last update: 2026-06-26 08:45:21 UTC


README

👁 CI
👁 Docs
👁 codecov
👁 Scrutinizer Code Quality

👁 Latest Stable Version
👁 Total Downloads
👁 License

SVN-Buddy is a command-line tool, that was created to drastically simplify Subversion-related development tasks performed on a daily basis from command line.

The Git users will also feel right at home, because used terminology (commands/options/arguments) was inspired by Git.

Usage

https://svn-buddy.readthedocs.io/

Installation

  1. download a stable release (preferably to the folder in PATH)
  2. setup auto-completion by placing eval $(/path/to/svn-buddy.phar _completion --generate-hook -p svn-buddy.phar) in ~/.bashrc (Bash v4.0+ required) and reopening a Terminal window
  3. (optional) switch to the snapshot release channel to get weekly updates by running the /path/to/svn-buddy.phar self-update --snapshot command
  4. (optional) switch to the preview release channel to get daily updates by running the /path/to/svn-buddy.phar self-update --preview command

How to upgrade Bash on macOS: https://www.shell-tips.com/mac/upgrade-bash/ .

Requirements

  • working Subversion command-line client (was tested on v1.6, v1.7, v1.8)
  • a Subversion working copy (almost all svn-buddy.phar commands operate inside a working copy)

Contributing

See CONTRIBUTING file.

License

SVN-Buddy is released under the BSD-3-Clause License. See the bundled LICENSE file for details.