SYNOPSIS
- svn-do COMMANDE
DESCRIPTION
svn-do
EXEMPLES
Nettoyage de l'arborescence (pratique si l'intégralité du code source est nécessaire) :
-
$ svn-do debclean I: Exporting source tree via svn-buildpackage... [...] I: Running command: debclean [...] I: Copying back the debian/ tree... 'debian/control' -> 'path/package/debian/control'
Utilisation de quilt pour mettre à niveau un correctif :
-
$ QUILT_PATCHES=debian/patches svn-do \ sh -c "quilt push 002_static-linking-dont-build-perf.patch; \ quilt refresh" [...] I: Copying back the debian/ tree... [...] 'debian/patches/002_static-linking-dont-build-perf.patch' -> '/path/package/debian/patches/002_static-linking-dont-build-perf.patch'
Commencer une session de modification des sources et décider de ne pas recopier l'arborescence debian/ :
-
$ svn-do $SHELL [...] I: Running command: /bin/zsh % exit 1 E: command exited with 1; not copying back the debian/ tree.
Modifier un correctif dans un paquet simplement géré par CDBS :
-
$ svn-do cdbs-edit-patch 02_pmount.patch [...]
AUTEURS
Eduard Bloch
- Cette page de manuel a été écrite par Eduard Bloch au format roff.
Goneri Le Bouder
- Conversion des pages de manuel au format SGML.
Neil Williams
- Conversion des pages de manuel au format XML DocBook et responsable Debian actuel
COPYRIGHT
Copyright © 2009 Eduard Bloch