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
|
svn-buildpackage (0.6.22) experimental; urgency=low
IMPORTANT: changed default behaviour of saving the configuration in
.svn/deb-layout by default to avoid stale data to override the
configuration options that were updated in the repository.
(Closes: #414581)
As a consequence, a new option --svn-savecfg was added to allow a
mechanism for easily overriding options locally
The priority of the layout information should now be imported in the
following order:
properties -> debian/svn-deblayout -> .svn/deb-layout -> command line
is recommended to drop usage of debian/svn-deblayout in favour of svn
properties; a simple tool to allow the migration is already present in
/usr/share/svn-buildpackage/contrib/deblayout2svnprops
-- Eddy Petrișor <eddy.petrisor@gmail.com> Sun, 14 Oct 2007 14:03:49 +0300
svn-buildpackage (0.6.17) unstable; urgency=low
add a small contrib script to allow easy transition from
debian/svn-deblayout to svn properties which keep the layout info
the script (deblayout2svnprops) is installed in
/usr/share/svn-buildpackage/contrib
-- Eduard Bloch <blade@debian.org> Wed, 11 Apr 2007 12:41:54 +0200
|