Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 452 Bytes

README.textile

File metadata and controls

17 lines (9 loc) · 452 Bytes

SVN shell scripts

This repo contains various SVN shell scripts intended to extent svn and svnadmin features.

Intended use

Add this repo to your $PATH to make all scripts available at all time

What they do

svn-add

Add all files listed with ? status in current repo (all new files)

svn-check-dump [dump]

Verify an SVN dump. The script creates a repository using svnadmin, load the specified dump file, verify it and remove it.