You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Paul Lussier <pl...@lanminds.com> on 2003/09/02 15:00:44 UTC

Subversion 0.28.2 release

I am pleased to announce that another interim release of Subversion is
now available. You can grab release 0.28.2 at the following
location:

http://subversion.tigris.org/files/documents/15/5940/subversion-0.28.2.tar.gz

The MD5 checksum for this release is f7544f48657fd5fa32a091949eb23880

This release fixes a very serious scalability bug in the previous 0.28.x
releases.  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.

========== 
Version 0.28.2 (released 29 Aug 2003, revision 6946)
http://svn.collab.net/repos/svn/tags/0.28.2

 User-visible changes:
 * MAJOR BUGFIX:  revert revision 6764.

      The new history-searching code was over-stressing our use
      of BerkeleyDB transactions, causing checkouts to go
      twice as slow and lose all concurrent-client scalability.

      This is a temporary fix for a larger design problem.  See issue
      http://subversion.tigris.org/issues/show_bug.cgi?id=1499


-- 
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

RE: Subversion 0.28.2 release

Posted by Paul Lussier <pl...@lanminds.com>.
On Wed, 2003-09-03 at 12:56, Sander Striker wrote:

> Paul, it might be an idea to add a note about using vanilla a libtool
> in the releases.txt file.

Not a bad idea.  I'll add that in.

Thanks,
-- 
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: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: Subversion 0.28.2 release

Posted by Sander Striker <st...@apache.org>.
> From: Paul Lussier [mailto:pll@lanminds.com]
> Sent: Wednesday, September 03, 2003 6:53 PM

> On Wed, 2003-09-03 at 04:15, Tobias Ringstrom wrote:
> > The 0.28.[12] announcements were not posted to the announcement list.
> 
> No, they weren't.  For some reason I didn't realize there was an
> announcement list, and the notes/releases.txt file only mentions
> e-mailing the dev@ list (since users@ didn't exist until quite
> recently).
> 
> This will be fixed for .29+

Paul, it might be an idea to add a note about using vanilla a libtool
in the releases.txt file.


Sander

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

Re: Subversion 0.28.2 release

Posted by Paul Lussier <pl...@lanminds.com>.
On Wed, 2003-09-03 at 04:15, Tobias Ringstrom wrote:
> The 0.28.[12] announcements were not posted to the announcement list.

No, they weren't.  For some reason I didn't realize there was an
announcement list, and the notes/releases.txt file only mentions
e-mailing the dev@ list (since users@ didn't exist until quite
recently).

This will be fixed for .29+
-- 
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

Re: Subversion 0.28.2 release

Posted by Paul Lussier <pl...@lanminds.com>.
On Wed, 2003-09-03 at 04:15, Tobias Ringstrom wrote:
> The 0.28.[12] announcements were not posted to the announcement list.

No, they weren't.  For some reason I didn't realize there was an
announcement list, and the notes/releases.txt file only mentions
e-mailing the dev@ list (since users@ didn't exist until quite
recently).

This will be fixed for .29+
-- 
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: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Subversion 0.28.2 release

Posted by Tobias Ringstrom <to...@ringstrom.mine.nu>.
The 0.28.[12] announcements were not posted to the announcement list.

/Tobias


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

Re: Subversion 0.28.2 release

Posted by kf...@collab.net.
Paul Lussier <pl...@lanminds.com> writes:
> I am pleased to announce that another interim release of Subversion is
> now available. You can grab release 0.28.2 at the following
> location:

Thanks, Paul!

Your News item for this release still contained the big warning block
from the original 0.28.0 release (included below).  Unfortunately,
that block just talked about "this release", never giving its name, so
it made it sound as though 0.28.2 included an incompatible schema
change relative to 0.28.1, which is of course not true.

I've edited it to read like this:

   #####################################################################
   ##  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  ##
   #####################################################################
   ##                                                                 ##
   ##  Release 0.28.0 made an incompatible change to the Subversion   ##
   ##  repository filesystem schema.  Repositories created with       ##
   ##  Subversion code prior to 0.28.0 will unable to operate with    ##
   ##  this new release.  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.                                                ##
   ##                                                                 ##
   #####################################################################

We should keep this in mind for such announcements in the future...

-Karl

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

Re: Subversion 0.28.2 release

Posted by kf...@collab.net.
Paul Lussier <pl...@lanminds.com> writes:
> I am pleased to announce that another interim release of Subversion is
> now available. You can grab release 0.28.2 at the following
> location:

Thanks, Paul!

Your News item for this release still contained the big warning block
from the original 0.28.0 release (included below).  Unfortunately,
that block just talked about "this release", never giving its name, so
it made it sound as though 0.28.2 included an incompatible schema
change relative to 0.28.1, which is of course not true.

I've edited it to read like this:

   #####################################################################
   ##  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  ##
   #####################################################################
   ##                                                                 ##
   ##  Release 0.28.0 made an incompatible change to the Subversion   ##
   ##  repository filesystem schema.  Repositories created with       ##
   ##  Subversion code prior to 0.28.0 will unable to operate with    ##
   ##  this new release.  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.                                                ##
   ##                                                                 ##
   #####################################################################

We should keep this in mind for such announcements in the future...

-Karl

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

Re: Subversion 0.28.2 release

Posted by Tobias Ringstrom <to...@ringstrom.mine.nu>.
The 0.28.[12] announcements were not posted to the announcement list.

/Tobias


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

Re: Subversion 0.28.2 release

Posted by Christian Schaffner <ch...@users.sourceforge.net>.
On Dienstag, September 2, 2003, at 05:00  Uhr, Paul Lussier wrote:
> I am pleased to announce that another interim release of Subversion is
> now available. You can grab release 0.28.2 at the following
> location:

The fink package has now also been updated:
<http://fink.sourceforge.net/pdb/package.php/svn-ssl>

You might need to wait up to 24h before the cvs servers have 
synchronized.

To get it type 'fink selfupdate-cvs' and 'fink install svn-ssl' or 
'fink install svn-client-ssl' in the Terminal.

Note that the svn Fink package is still in the unstable tree.  To 
enable it, please read the Fink FAQ:
<http://fink.sourceforge.net/faq/usage-fink.php#unstable>


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

Re: Subversion 0.28.2 release

Posted by Christian Schaffner <ch...@users.sourceforge.net>.
On Dienstag, September 2, 2003, at 05:00  Uhr, Paul Lussier wrote:
> I am pleased to announce that another interim release of Subversion is
> now available. You can grab release 0.28.2 at the following
> location:

The fink package has now also been updated:
<http://fink.sourceforge.net/pdb/package.php/svn-ssl>

You might need to wait up to 24h before the cvs servers have 
synchronized.

To get it type 'fink selfupdate-cvs' and 'fink install svn-ssl' or 
'fink install svn-client-ssl' in the Terminal.

Note that the svn Fink package is still in the unstable tree.  To 
enable it, please read the Fink FAQ:
<http://fink.sourceforge.net/faq/usage-fink.php#unstable>


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