Hello,
I see you've decided to include svn-do in the PATH, which is great.
Here is a rudimentary manual page to match. Please release the newer
version !
Cheers,
Vincent
--
Vincent Fourmond, Debian Developer
http://vince-debian.blogspot.com/
-- pretty boring signature, isn't it ?
.pc
.TH SVN-DO 1
.SH NAME
svn-do \- run a command with svn-buildpackage and copy back the
.I debian/
directory
.SH SYNOPSIS
.B svn-do
.I command
.SH DESCRIPTION
.B svn-do
runs
.I command
with
.BR svn-buildpackage (1)
and copies the modification to the
.I debian/
directory back to the SVN checkout, unless the command failed.
Typical uses:
.TP
.I svn-do debclean
cleans the tree (if the full export is necessary for cleaning, which
is often the case).
.TP
.I QUILT_PATCHES=debian/patches svn-do sh -c 'quilt push my.patch; quilt
refresh'
refreshes the
.I my.patch
patch managed by
.BR quilt (1)
.TP
.I svn-do $SHELL
start a source editing session. You can use
.I exit 1
to exit from the shell session without updating the checkout.
.TP
.I svn-do cdbs-edit-patch 02_pmount.patch
edit CDBS simple-patchsys patch.
.SH AUTHOR
.B svn-do
was written by Loïc Minier <[EMAIL PROTECTED]>.
This manual page was written by Vincent Fourmond
<[EMAIL PROTECTED]>, based on
.BR svn-do 's
comments.
.SH SEE ALSO
.BR svn-buildpackage (1), \ svn-inject (1), \ svn (1), \ debclean (1),
.BR quilt (1)