svn upgrade in dl_svn (Bug #336)
Description
Subversion 1.7.0 has changed the format of its metadata in repository.
The version 1.6 uses format 10, new subversion 1.7 uses format 12.
Problem of new subversion 1.7 is with repositories created with previous
version of subversion. Until now the upgrade of format of metadata was
performed automatically by first svn update. Now it is necessary to run
"svn upgrade" before "svn update".
For more info:
http://lists.ibiblio.org/pipermail/sm-discuss/2011-October/020834.html
http://subversion.apache.org/docs/release-notes/1.7.html#wc-ng
I created patch for dl.svn.
It would be fine to have this in stable sorcery and we could update subversion in test to 1.7.2.
History
Updated by Ladislav Hagara over 1 year ago
Works like a charm. :-)
- summon -d eet
Downloading source file eet-svn.tar.bz2
Unpacking source file eet-svn.tar.bz2 for spell eet.
Subversion working copy format: 10
Running svn upgrade...
svn upgrade --non-interactive eet-svn
Upgraded 'eet-svn'
...
Running svn update...
svn update --non-interactive -r HEAD eet-svn
Updating 'eet-svn':
D eet-svn/README.in
...
Updated to revision 66441.
Repackaging eet-svn.tar.bz2 #
- summon -d eet
Downloading source file eet-svn.tar.bz2
Unpacking source file eet-svn.tar.bz2 for spell eet.
Subversion working copy format: 12
Running svn update...
svn update --non-interactive -r HEAD eet-svn
Updating 'eet-svn':
At revision 66441.
Repackaging eet-svn.tar.bz2 #
Updated by Jaka Kranjc 9 months ago
- Status changed from Resolved to Closed