summaryrefslogtreecommitdiff
path: root/devel/subversion/Makefile.version
diff options
context:
space:
mode:
authorepg <epg>2003-08-29 01:58:49 +0000
committerepg <epg>2003-08-29 01:58:49 +0000
commit788ee686835f254390d0bbc39c3fd1a26ba6bd3a (patch)
treeb6d1a2870a9758429d4c9d03c61c6c91411fd038 /devel/subversion/Makefile.version
parentf62e14739cadc42c1fc2b9fd92d4a051cf3d1c73 (diff)
downloadpkgsrc-788ee686835f254390d0bbc39c3fd1a26ba6bd3a.tar.gz
Update to 0.28.1.
##################################################################### ## 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 repository_upgrade_HOWTO document located in the notes directory of the source tree 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)
Diffstat (limited to 'devel/subversion/Makefile.version')
-rw-r--r--devel/subversion/Makefile.version6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/subversion/Makefile.version b/devel/subversion/Makefile.version
index 3ffcabdf671..ec9746a8db7 100644
--- a/devel/subversion/Makefile.version
+++ b/devel/subversion/Makefile.version
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.version,v 1.4 2003/08/15 19:27:43 recht Exp $
+# $NetBSD: Makefile.version,v 1.5 2003/08/29 01:58:49 epg Exp $
.if !defined(SVNVER)
-SVNVER= 0.27.0
+SVNVER= 0.28.1
# This macro is in this file because the URL changes with every release.
-MASTER_SITES= http://subversion.tigris.org/files/documents/15/5642/
+MASTER_SITES= http://subversion.tigris.org/files/documents/15/5880/
.endif