Skip to content

kestutisbalt/svn-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svn-script

Various scripts to work with subversion.

svn-flow

Works only with subversion 1.7.

svn-tags

Works only with subversion 1.7.

Installation

svn utilities might be installed with install script or Debian package. The recommended way is to build Debian package and then install it.

Install script simply copies the neccessary files to appropriate locations:

make install

With Debian package

Firstly install build dependencies:

$ sudo apt-get install dpkg-dev dh-make

Then simply run

$ make deb

This creates debian package to ./build/deb. Then install it:

$ sudo dpkg -i ./build/deb/svn-utils-*.deb

TODO

  • Rename project to svn-utils.
  • [+] Add branch listing script: lists dir in $repo/branches.
  • Colored diff: 'svn diff | vim -'. Could be 'svn-cdiff' command or so.
  • Bash auto completion.
  • [+] Build debian package.
  • Add tests.
  • Versioning.

About

Various scripts to work with subversion.

Resources

Stars

Watchers

Forks

Packages

No packages published