Wrapper for colorizing Subversion output.
svn-color
is a wrapper which spawns Subversion command line client svn
with specified subcommand and its arguments
then tries to add ANSI colors to output.
-
Clone repository somewhere.
-
(optional) Make symbolic link:
ln -s some/path/to/svn-color ~/bin/svn
or
Add alias to ~/.bash_aliases
# Colorful Subversion client
alias svn="some/path/to/svn-color"
Use svn-color
instead of usual svn
or make symlink/alias (see above).
There are two color schemas specified in config.yml
:
default
for dark background and light
.
Preferred schema can be chosen via SVNCOLOR
environment variable:
export SVNCOLOR=light
svn diff
You can use original svn
client even this program is alias for it:
- Add
--bypass
,--force-interactive
or--no-color
argument to command line
svn subcommand --force-interactive
- Specify full path:
`which svn` subcommand
- Make deb package.