[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Subversion 0.14.2 released

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-08-23 04:26:31 CEST

This is interim release 0.14.2, another in the series leading up to
Beta. You can download it from:

   http://subversion.tigris.org/files/documents/15/718/subversion-r3033.tar.gz

FIRST, a big *Thank You* to the many people who have been testing and
fixing bugs to get this out the door. See "svn log" for more :-).

Now, the details:

The repository schema has changed. If you have any repositories,
you'll need to do "svnadmin dump" with your previous Subversion, then
"svnadmin load" with the new code. (We have not upgraded
svn.collab.net yet, but we will soon. Don't worry, new clients will
work over ra_dav with both old and new servers.)

Also, this release again does not build out of the box for Windows,
due to http://subversion.tigris.org/issues/show_bug.cgi?id=872, and
possibly due to a Neon build problem (that's second-hand, though,
please let us know how it works for you).

Issue #872 is scheduled to be resolved in the next release, 0.14.3.
After that, we'll try to ensure that the Windows builds don't fall
into being second class citizens anymore. They should build out of
the box, have full i18n support, etc. We'll probably coordinate that
release more than we have others, perhaps even use a branch, to get
parallel testing by many people.

Anyway, here are the changes in 0.14.2:

 User-visible changes:
 * fs schema change, see issue #842. **NOTE: repos dump/load cycle required!**
 * new 'svn ls -R' option
 * new status code `~', for type changes
 * add --username and --password options to 'svn ls'
 * new script tools/client-side/svn_all_diffs.pl
 * new script tools/examples/blame.py (draft)

 Developer-visible changes:
 * test suite now does XFAIL and XPASS
 * test suite over DAV now uses SVNParentPath, no longer depends on symlinks
 * DAV tests now work on Windows
 * upgrade to neon 0.22.0
 * 'make install' notices the $(DESTDIR) parameter
 * new dav prop namespaces, but old still sent for compat; see issue #840
 * error code space reorganized, see issue #702
 * many cleanups to path handling
 * more use of access batons in libsvn_wc, see issue #749
 * working props now stored with ".svn-work" extension, see issue #618
 * the usual round of bug fixes, new regression tests, etc

Let us know how it works for you!,
-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 23 04:45:06 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.