I am pleased to announce that another interim release of Subversion is
now (finally!) available. You can grab release 0.28.0 at the following
location:
http://subversion.tigris.org/files/documents/15/5870/subversion-0.28.tar.gz
The MD5 checksum for this release is 62a10c5ec13815e29f9bc100a1ee6dcc
For a full list of changes please refer to the end of this email.
Please note this release was tested against Apache httpd 2.0.47, which
is available at this location:
http://httpd.apache.org/download.cgi
Please direct all questions and comments regarding this release to
the dev_at_subversion.tigris.org mailing list.
Paul Lussier
==========
Version 0.28.0 (released 27 August 2003, rev 6894,
branches/release-0.28)
(http://svn.collab.net/repos/svn/tags/0.28)
#####################################################################
## WARNING WARNING WARNING WARNING WARNING WARNING WARNING ##
#####################################################################
## ##
## This release makes an incompatible change to the Subversion ##
## repository filesystem schema. Repositories created with ##
## Subversion code prior to this release will unable to operate ##
## with this new code. To maintain the ability to use said ##
## repositories, you must use a version 'svnadmin dump' prior to ##
## this change to dump your repository to a dumpfile, then use ##
## this new Subversion code to create, and load your dumpfile ##
## a new repository using 'svnadmin load'. And don't forget to ##
## copy over any custom configuration/hooks from the old to the ##
## new repository. ##
## ##
#####################################################################
Please see the notes/repository_upgrade_HOWTO document located for
documentation on migrating pre-.28 repos to revision .28.
Also located here:
http://svn.collab.net/repos/svn/trunk/notes/repos_upgrade_HOWTO
User-visible changes:
* fs schema change, see issue #1003 **NOTE: repos dump/load cycle
required!**
* command-line options
- changed 'lsdblogs' is now 2 commands 'list-dblogs',
'list-unused-dblogs'
- removed '--only-unread' option
- new 'list-unused-dblogs'
- new '--config-dir' allows svn config to live outside
~/.subversion
- new (r6811)
- svn-status-get-specific-revision (interface to svn cat)
- svn-ediff-with-revision (run ediff w/ a file wc and a specified
rev)
* fixed 'mod_dav_svn' segfault bug caused by foreign DeltaV requests
(r6725)
* fixed 'svn switch' bug which could result in corrupted repo
(#1316,r6746)
* fixed items now marked as 'deleted' if they no longer exist
(#919,r6748)
* fixed 'merge' no longer adds file/dir if schema differs from wc.
(#1321)
* fixed Handle \r correctly when prompting on Windows. (r6792,#1307)
* 'svn merge' now 'skip's when it hits unversioned obstructions
(r6810,#1425)
* fixed repos->wc of file w/ svn:keywords set caused segfault
(r6818,#1473)
* fixed 'svn diff -r PREV:HEAD' failed if tmp/ exists in cwd
(r6838,#1487)
Developer-visible changes:
* database schema changed (see warning above!)
(r6752,#1003,#1248,#1438)
* svn Perl bindings are ready - see swig/INSTALL
* internal changes to treat swig libraries more like normal libraries
(r6761)
* improved handling of errors opening a repository over ra_svn (r6841)
--
Seeya,
Paul
GPG Key fingerprint = 1660 FECC 5D21 D286 F853 E808 BB07 9239 53F1 28EE
If you're not having fun, you're not doing it right!
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 27 20:14:21 2003