svn-upgrade

Langue: en

Version: 22 April 2008 (ubuntu - 07/07/09)

Section: 1 (Commandes utilisateur)

NAME

svn-upgrade - upgrade source package from a new upstream revision

SYNOPSIS

svn-upgrade newsource [options]

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.

OPTIONS

svn-upgrade accepts the following options on the command-line:

[ -V STRING | --version STRING ]
Forces a different upstream version string
[ -c | --clean ]
Runs "make clean" and removes the debian/ directory in the new source.
[ -P STRING | --packagename STRING ]
Forces a different package name
[ -v | --verbose ]
More verbose program output
[ -r | --replay-conflicting ]
Extra cleanup run: replaces all conflicting files with upstream versions. Review of "svn status" output before doing that could make sense.
[ -N | --noautodch ]
Upgrade without making a new changelog entry.
[ --noninteractive ]
Turn off interactive mode.
[ --ignoreerrors ]
In noninteractive mode, ignore errors.

Tarballs must be compressed with gzip or bzip2.

SEE ALSO

/usr/share/doc/svn-buildpackage/
The svn-buildpackage HOWTO manual
svn(1)
Subversion command line client tool
svn-buildpackage(1)
build Debian packages from SVN repository

AUTHOR

This manual page was written by Eduard Bloch in roff and converted to SGML by Goneri Le Bouder.