You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Collins-Sussman <su...@collab.net> on 2002/06/28 22:27:08 UTC

Subversion 0.13.2 tarball released

Greetings... as we get closer and closer to a Subversion "alpha"
release, we're trying to emit tarballs more frequently.

Just eight days after our last tarball, 0.13.2 has a number of
important bugfixes.  The relevant entry from our CHANGES file is
included below.

As usual, you can use this tarball to build a 'bootstrap' binary that
will allow you to check out the latest Subversion source tree.  The
tarball is available at:

  http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=74


-- The Subversion Team


Version 0.13.2 [Pre-Alpha] (released 28 June 2002, revision 2376)

 User-visible changes:
 * fixed various buggy commandline outputs
 * allow global/local config-files on win32
 * prevent overwrites with 'svn cp URL URL'
 * improvements to svn_load_dirs.pl
 * mod_dav_svn can generate xml output for directory GETs
 * new svnadmin(1) man page

 Developer-visible changes:
 * finished notification callback system, no more buggy output
 * fs-changes:
     - revisions table nothing but an index to txns table
     - branch work-in-progress:  new 'changes' table to store changed paths
 * more work on svn_time_* funcs and formats (moving towards ISO8601)
 * property reversion bugs fixed, dumper bug fixed
 * add version number to svndiff database storage
 * new regression tests for 'svn merge'
 * fix 'svn diff -rX:Y' server bug
 * fix bugs in python test system
 * bring win32 build up-to-date, get most python tests working on win32

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Subversion 0.13.2 tarball released

Posted by cm...@collab.net.
Ben Collins-Sussman <su...@collab.net> writes:

> Version 0.13.2 [Pre-Alpha] (released 28 June 2002, revision 2376)

[...] 

>  * fs-changes:
>      - revisions table nothing but an index to txns table
>      - branch work-in-progress:  new 'changes' table to store changed paths

Actually, the "revisions table nothing but an index to txns table" is
part of the branch work, too. :-)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org