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/08/27 18:11:44 UTC

Subversion 0.28.0 released

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

Re: Subversion 0.28.0 released

Posted by Michael Wood <mw...@its.uct.ac.za>.
On Wed, Aug 27, 2003 at 02:11:44PM -0400, Paul Lussier wrote:
[snip]
>  Please see the notes/repository_upgrade_HOWTO document located  for
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^          ^^^^^^^^^^^^
>  documentation on migrating pre-.28 repos to revision .28.
[snip]

Perhaps the fix for this should have been ported to the release branch?
:)

-- 
Michael Wood <mw...@its.uct.ac.za>

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

Re: Subversion 0.28.0 released

Posted by Michael Wood <mw...@its.uct.ac.za>.
On Wed, Aug 27, 2003 at 02:11:44PM -0400, Paul Lussier wrote:
[snip]
>  Please see the notes/repository_upgrade_HOWTO document located  for
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^          ^^^^^^^^^^^^
>  documentation on migrating pre-.28 repos to revision .28.
[snip]

Perhaps the fix for this should have been ported to the release branch?
:)

-- 
Michael Wood <mw...@its.uct.ac.za>

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

Re: Subversion 0.28.0 released

Posted by Paul Lussier <pl...@lanminds.com>.
On Wed, 2003-08-27 at 14:34, Blair Zajac wrote:
> Paul Lussier wrote:
> > 
> > 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
> 
> Hi Paul,
> 
> Thanks for the new release.
> 
> However, can we please get consistent version numbers?  We now have
> source tarballs with the numbers 0.27.0 and 0.28.  Most tarballs are
> named 0.XX.Y.

Oops, sorry about that!  Will continue with consistency for future
releases :)

-- 
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.0 released

Posted by cm...@collab.net.
Blair Zajac <bl...@orcaware.com> writes:

> Paul Lussier wrote:
> > 
> > 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
> 
> Hi Paul,
> 
> Thanks for the new release.
> 
> However, can we please get consistent version numbers?  We now have
> source tarballs with the numbers 0.27.0 and 0.28.  Most tarballs are
> named 0.XX.Y.

Fixed.

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

Re: Subversion 0.28.0 released

Posted by Blair Zajac <bl...@orcaware.com>.
Paul Lussier wrote:
> 
> 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

Hi Paul,

Thanks for the new release.

However, can we please get consistent version numbers?  We now have
source tarballs with the numbers 0.27.0 and 0.28.  Most tarballs are
named 0.XX.Y.

It makes automatic downloaders for new source versions just a tad bit
harder to update.  I'm thinking of Fink here which has a %v option for
the URL:

Source: http://subversion.tigris.org/files/documents/15/5642/subversion-%v.tar.gz

Best,
Blair

-- 
Blair Zajac <bl...@orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/

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

Re: Subversion 0.28.0 released

Posted by cm...@collab.net.
cmpilato@collab.net writes:

> Note that the URL for the source tarball has been changed to:
> 
>   http://subversion.tigris.org/files/documents/15/5870/subversion-0.28.0.tar.gz

Er.  Please disregard the above.  It is, shall we say, wrong.  Sorry
for the spam.

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

Re: Subversion 0.28.0 released

Posted by cm...@collab.net.
cmpilato@collab.net writes:

> Note that the URL for the source tarball has been changed to:
> 
>   http://subversion.tigris.org/files/documents/15/5870/subversion-0.28.0.tar.gz

Er.  Please disregard the above.  It is, shall we say, wrong.  Sorry
for the spam.

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

Re: Subversion 0.28.0 released

Posted by cm...@collab.net.
Note that the URL for the source tarball has been changed to:

  http://subversion.tigris.org/files/documents/15/5870/subversion-0.28.0.tar.gz

-----

Paul Lussier <pl...@lanminds.com> writes:

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

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

Re: Subversion 0.28.0 released

Posted by cm...@collab.net.
Note that the URL for the source tarball has been changed to:

  http://subversion.tigris.org/files/documents/15/5870/subversion-0.28.0.tar.gz

-----

Paul Lussier <pl...@lanminds.com> writes:

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

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

Re: Subversion 0.28.0 released

Posted by Paul Lussier <pl...@lanminds.com>.
On Thu, 2003-08-28 at 12:50, cmpilato@collab.net wrote:

> Oh, it's that !@#$#@ tigris bug that resets the date when you Edit a
> news item.  Paul, can you please fix it  (I need to catch a train) ?

Done!  I hope you made your train :)
-- 
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.0 released

Posted by Paul Lussier <pl...@lanminds.com>.
On Thu, 2003-08-28 at 12:50, cmpilato@collab.net wrote:

> Oh, it's that !@#$#@ tigris bug that resets the date when you Edit a
> news item.  Paul, can you please fix it  (I need to catch a train) ?

Done!  I hope you made your train :)
-- 
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.0 released

Posted by cm...@collab.net.
Paul Lussier <pl...@lanminds.com> writes:

> On Thu, 2003-08-28 at 12:38, Alexander Mueller wrote:
> > There is no news item for 0.28.0 release on tigris yet...
> 
> There is, it's just got the wrong date...
> 
> Look way down the bottom under January!
> /me wonders what happened, because I specifically checked that the date
> was correct!

Oh, it's that !@#$#@ tigris bug that resets the date when you Edit a
news item.  Paul, can you please fix it  (I need to catch a train) ?

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

Re: Subversion 0.28.0 released

Posted by cm...@collab.net.
Paul Lussier <pl...@lanminds.com> writes:

> On Thu, 2003-08-28 at 12:38, Alexander Mueller wrote:
> > There is no news item for 0.28.0 release on tigris yet...
> 
> There is, it's just got the wrong date...
> 
> Look way down the bottom under January!
> /me wonders what happened, because I specifically checked that the date
> was correct!

Oh, it's that !@#$#@ tigris bug that resets the date when you Edit a
news item.  Paul, can you please fix it  (I need to catch a train) ?

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

Re: Subversion 0.28.0 released

Posted by Paul Lussier <pl...@lanminds.com>.
On Thu, 2003-08-28 at 12:38, Alexander Mueller wrote:
> There is no news item for 0.28.0 release on tigris yet...

There is, it's just got the wrong date...

Look way down the bottom under January!
/me wonders what happened, because I specifically checked that the date
was correct!

-- 
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.0 released

Posted by Paul Lussier <pl...@lanminds.com>.
On Thu, 2003-08-28 at 12:38, Alexander Mueller wrote:
> There is no news item for 0.28.0 release on tigris yet...

There is, it's just got the wrong date...

Look way down the bottom under January!
/me wonders what happened, because I specifically checked that the date
was correct!

-- 
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.0 released

Posted by Alexander Mueller <Al...@littleblue.de>.
There is no news item for 0.28.0 release on tigris yet...

Xela

Paul Lussier wrote:

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


-- 
Mit freundlichen Grüssen aus Ravensburg

Alexander Mueller


=========================================================
littleBLUE GmbH
Untere Breite Strasse 15
88212 Ravensburg

Telefon: 0751/55 777 65
Telefax: 0751/55 777 67
E-Mail:  alexander.mueller@littleblue.de
Web:     www.littleblue.de


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

Re: Subversion 0.28.0 released

Posted by cm...@collab.net.
Olaf Hering <ol...@suse.de> writes:

>  On Wed, Aug 27, Paul Lussier wrote:
> 
> > #####################################################################
> > ##  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  ##
> > #####################################################################
> > ##                                                                 ##
> > ##  This release makes an incompatible change to the Subversion    ##
> > ##  repository filesystem schema.  Repositories created with       ##
> 
> Is the new subversion 'clever' enought to not corrupt the repository
> data? Just look at it from a distributors point or view.

No corruption should occur.  Accesses to the old repositories with new
code should error with an unexpected repository version number, and if
for some odd reason that doesn't happen, the first read of the
filesystem tree will fail with a schema error.  All of this should
occur before anything is written to the filesystem.

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

Re: Subversion 0.28.0 released

Posted by Ben Collins-Sussman <su...@collab.net>.
Olaf Hering <ol...@suse.de> writes:

>  On Wed, Aug 27, Paul Lussier wrote:
> 
> > #####################################################################
> > ##  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  ##
> > #####################################################################
> > ##                                                                 ##
> > ##  This release makes an incompatible change to the Subversion    ##
> > ##  repository filesystem schema.  Repositories created with       ##
> 
> Is the new subversion 'clever' enought to not corrupt the repository
> data?

Re: Subversion 0.28.0 released

Posted by cm...@collab.net.
Olaf Hering <ol...@suse.de> writes:

>  On Wed, Aug 27, Paul Lussier wrote:
> 
> > #####################################################################
> > ##  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  ##
> > #####################################################################
> > ##                                                                 ##
> > ##  This release makes an incompatible change to the Subversion    ##
> > ##  repository filesystem schema.  Repositories created with       ##
> 
> Is the new subversion 'clever' enought to not corrupt the repository
> data? Just look at it from a distributors point or view.

No corruption should occur.  Accesses to the old repositories with new
code should error with an unexpected repository version number, and if
for some odd reason that doesn't happen, the first read of the
filesystem tree will fail with a schema error.  All of this should
occur before anything is written to the filesystem.

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

Re: Subversion 0.28.0 released

Posted by Ben Collins-Sussman <su...@collab.net>.
Olaf Hering <ol...@suse.de> writes:

>  On Wed, Aug 27, Paul Lussier wrote:
> 
> > #####################################################################
> > ##  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  ##
> > #####################################################################
> > ##                                                                 ##
> > ##  This release makes an incompatible change to the Subversion    ##
> > ##  repository filesystem schema.  Repositories created with       ##
> 
> Is the new subversion 'clever' enought to not corrupt the repository
> data?

Re: Subversion 0.28.0 released

Posted by Olaf Hering <ol...@suse.de>.
 On Wed, Aug 27, Paul Lussier wrote:

> #####################################################################
> ##  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  ##
> #####################################################################
> ##                                                                 ##
> ##  This release makes an incompatible change to the Subversion    ##
> ##  repository filesystem schema.  Repositories created with       ##

Is the new subversion 'clever' enought to not corrupt the repository
data? Just look at it from a distributors point or view.
Version X ships subversion 0.x, version X+1 comes with 0.28 or later.
Noone reads release notes, or they are not available immediately after
upgrade. That means after a reboot the new subversion tries to serve the
old format. Murphy is everywhere.


Gruss Olaf

-- 
USB is for mice, FireWire is for men!

sUse lINUX ag, nÜRNBERG

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

Re: Subversion 0.28.0 released

Posted by Olaf Hering <ol...@suse.de>.
 On Wed, Aug 27, Paul Lussier wrote:

> #####################################################################
> ##  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  ##
> #####################################################################
> ##                                                                 ##
> ##  This release makes an incompatible change to the Subversion    ##
> ##  repository filesystem schema.  Repositories created with       ##

Is the new subversion 'clever' enought to not corrupt the repository
data? Just look at it from a distributors point or view.
Version X ships subversion 0.x, version X+1 comes with 0.28 or later.
Noone reads release notes, or they are not available immediately after
upgrade. That means after a reboot the new subversion tries to serve the
old format. Murphy is everywhere.


Gruss Olaf

-- 
USB is for mice, FireWire is for men!

sUse lINUX ag, nÜRNBERG

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

Re: Subversion 0.28.0 released

Posted by Paul Lussier <pl...@lanminds.com>.
On Thu, 2003-08-28 at 09:08, kfogel@collab.net wrote:
> Stanislav Mironov <be...@mail.ru> writes:
> > I wonder how could you release 0.28 if Issuezilla still contains one
> > unresolved bug (#1429).
> 
> That's my fault -- I didn't shift #1429 before Paul made the release.

And to be fair, it's not like Karl had much time to do so, what with my
lightning fast release skills getting 0.28 out the door in record time
;)

-- 
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.0 released

Posted by kf...@collab.net.
Stanislav Mironov <be...@mail.ru> writes:
> I wonder how could you release 0.28 if Issuezilla still contains one
> unresolved bug (#1429).

That's my fault -- I didn't shift #1429 before Paul made the release.
However, #1429 expanded into several subissues, and turned out to be
more complex than could be resolved for 0.28.

I will be adjusting that issue, among others, today.

-Karl

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

Re: Subversion 0.28.0 released

Posted by Ben Collins-Sussman <su...@collab.net>.
Stanislav Mironov <be...@mail.ru> writes:

> And some user's curiosity: what new features does repository
> filesystem version 2 introduce?

    http://svn.collab.net/repos/svn/trunk/notes/repos_upgrade_HOWTO

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

RE: Subversion 0.28.0 released

Posted by Sander Striker <st...@apache.org>.
> From: Stanislav Mironov [mailto:beetles@mail.ru]
> Sent: Thursday, August 28, 2003 10:41 AM

> Paul Lussier wrote:
> 
> >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
> >  
> >
> 
> I wonder how could you release 0.28 if Issuezilla still contains one 
> unresolved bug (#1429).

That's because the bug didn't make the milestone.  Holding up the release
for it wasn't a good idea.


Sander

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

Re: Subversion 0.28.0 released

Posted by Stanislav Mironov <be...@mail.ru>.
Paul Lussier wrote:

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

I wonder how could you release 0.28 if Issuezilla still contains one 
unresolved bug (#1429).

And some user's curiosity: what new features does repository filesystem 
version 2 introduce?

-- 
Stanislav Mironov


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

Re: Subversion 0.28.0 released

Posted by Alexander Mueller <Al...@littleblue.de>.
There is no news item for 0.28.0 release on tigris yet...

Xela

Paul Lussier wrote:

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


-- 
Mit freundlichen Grüssen aus Ravensburg

Alexander Mueller


=========================================================
littleBLUE GmbH
Untere Breite Strasse 15
88212 Ravensburg

Telefon: 0751/55 777 65
Telefax: 0751/55 777 67
E-Mail:  alexander.mueller@littleblue.de
Web:     www.littleblue.de


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

Re: Subversion 0.28.0 released

Posted by Christian Schaffner <ch...@users.sourceforge.net>.
On Mittwoch, August 27, 2003, at 08:11  Uhr, Paul Lussier wrote:
> 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:

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

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