1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.33.
.TH SVN\-UUPDATE "1" "August 2003" "svn\-upgrade " "Debian utilities"
.SH NAME
svn\-upgrade \- upgrade source package from a new upstream revision
.SH SYNOPSIS
.B svn\-upgrade
\fInewtarball \fR[ \fIOPTIONS\fR... ]
.SH DESCRIPTION
svn\-upgrade modifies a Debian package source located in a Subversion
repository, upgrading it to a new upstream release. The repository
filesystem tree must be in the format created by svn\-inject.
.TP
\fB\-V\fR, \fB\-\-version\fR
STRING Forces a different upstream version string
.TP
.TP
\fB\-c\fR, \fB\-\--clean\fR
Runs "make clean" and removed the debian/ directory in the new source.
.TP
\fB\-P\fR, \fB\-\-packagename\fR STRING
Forces a different package name
.TP
\fB\-v\fR, \fB\-\-verbose\fR
More verbose program output
.TP
\fB\-r\fR, \fB\-\-replay\-conflicting\fR
Extra cleanup run: replaces all conflicting files with upstream
versions. Review of "svn status" output before doing that could make
sense.
.PP
Tarballs must be compressed with gzip or bzip2.
.SH "SEE ALSO"
svn\-inject(1), svn\-buildpackage(1), svn(1), the HOWTO manual (in /usr/share/doc/svn-buildpackage/).
|