You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by David Anderson <da...@calixo.net> on 2006/09/11 01:34:46 UTC

Subversion 1.4.0 released.

I'm happy to announce Subversion 1.4.0, available from:

    http://subversion.tigris.org/downloads/subversion-1.4.0.tar.gz
    http://subversion.tigris.org/downloads/subversion-1.4.0.tar.bz2
    http://subversion.tigris.org/downloads/subversion-1.4.0.zip
    http://subversion.tigris.org/downloads/subversion-deps-1.4.0.tar.gz
    http://subversion.tigris.org/downloads/subversion-deps-1.4.0.tar.bz2
    http://subversion.tigris.org/downloads/subversion-deps-1.4.0.zip

The MD5 checksums are:

    f0c5fef69fccfb12ef6c8598f484ed0e subversion-1.4.0.tar.bz2
    6f7485986776204138a1d221ac5eec40 subversion-1.4.0.tar.gz
    796fcb1e97382a43e1b92338d16f314c subversion-1.4.0.zip
    6f4c12424074c9348eb6a41f11f687cf subversion-deps-1.4.0.tar.bz2
    3cb38d3d41d290cecdff275e75eb69f1 subversion-deps-1.4.0.tar.gz
    2989e363c4224339c5508375564181bd subversion-deps-1.4.0.zip

The SHA1 checksums are:

    92671bba140e9b9e300b5ffb526c4a7c59aeb5b1subversion-1.4.0.tar.bz2
    fcea8ab76d6d6b3d532d921b94c312ca7fdc9f81subversion-1.4.0.tar.gz
    4c52a9649d4d9aa5e80bab59ac7ca9c0a36ecb91subversion-1.4.0.zip
    3a1125621486bd5465538e88cd0dedb3f775d466 subversion-deps-1.4.0.tar.bz2
    6aa34f94d966ccacf459852c9cb0484d1ed8e5fd subversion-deps-1.4.0.tar.gz
    352c3202bcbfe0e1dbe63930f3bc32e24aa16b8b subversion-deps-1.4.0.zip

PGP Signatures are available at:

    http://subversion.tigris.org/downloads/subversion-1.4.0.tar.gz.asc
    http://subversion.tigris.org/downloads/subversion-1.4.0.tar.bz2.asc
    http://subversion.tigris.org/downloads/subversion-1.4.0.zip.asc
    http://subversion.tigris.org/downloads/subversion-deps-1.4.0.tar.gz.asc
    http://subversion.tigris.org/downloads/subversion-deps-1.4.0.tar.bz2.asc
    http://subversion.tigris.org/downloads/subversion-deps-1.4.0.zip.asc

For this release, the following people have provided PGP signatures:

  David James [1024D/AA890EBE] with fingerprint:
   CCAB 55F1 99C4 89D5 A81F FBF8 3F8D 587A AA89 0EBE
  Daniel J. Berlin [1024D/51E507AC] with fingerprint:
   DAD6 3E94 EBF8 A39A A0AF E193 EC59 A047 51E5 07AC
  David Glasser [1024D/F9FFE928] with fingerprint:
   9FE9 C800 0232 1536 E979 93A2 E8E8 2060 F9FF E928
  D.J. Heap [1024D/F6254D87] with fingerprint:
   5F17 7F74 C736 CE57 FD2D 4B84 127F 923C F625 4D87
  Daniel Rall [1024D/674F05E0] with fingerprint:
   AAFF 6033 364F 02BB 1239 9075 67D9 B249 674F 05E0
  David Anderson [1024D/EE506461] with fingerprint:
   21DF EE01 0E07 B970 CBD1 F75A 09BC 35E3 EE50 6461
  Paul T. Burba [1024D/53FCDC55] with fingerprint:
   E630 CF54 792C F913 B13C 32C5 D916 8930 53FC DC55
  Ben Collins-Sussman [1024D/EC6B5156] with fingerprint:
   9FBF BEB7 409D D55F 6946 5CC6 5348 1A68 EC6B 5156

The Windows binary packages are also available:

    http://subversion.tigris.org/downloads/svn-win32-1.4.0.zip
    http://subversion.tigris.org/downloads/svn-win32-1.4.0_dev.zip
    http://subversion.tigris.org/downloads/svn-win32-1.4.0_javahl.zip
    http://subversion.tigris.org/downloads/svn-win32-1.4.0_pdb.zip
    http://subversion.tigris.org/downloads/svn-win32-1.4.0_pl.zip

The Windows Python bindings now ship with an installer:

    http://subversion.tigris.org/downloads/svn-python-1.4.0-py2.3.exe
    (Python 2.3)
    http://subversion.tigris.org/downloads/svn-python-1.4.0-py2.4.exe
    (Python 2.4)

Subversion 1.4.0 is the first new feature release since 1.3.0 and
includes a number of new improvements and features. The changes
between 1.3.2 and 1.4.0 are listed in the CHANGES document for this
release. You can also find a detailed list of the changes in our
release notes at:

    http://subversion.tigris.org/svn_1.4_releasenotes.html

Before upgrading to 1.4.0, please take note of the following:

 * We have decided to splice out the libraries that we used to ship
   alongside the Subversion source code into a separate package. If
   you wish to use the dependencies we provide, you must download both
   the subversion source package and the corresponding '-deps'
   package, and decompress both into the same directory.

 * Due to various improvements made to the working copy library, the
   working copy format has changed. Using Subversion 1.4.0 on any
   working copy created by previous versions of Subversion will
   SILENTLY upgrade your working copy, which means that previous
   versions of Subversion will no longer be able to read it.

 * One particular feature of this release is support for BDB 4.4. If
   you are using the Win32 binary packages, or if you build Subversion
   1.4.0 with BDB 4.4, your BDB repositories will be automatically
   upgraded to the 4.4 format when first accessed. Both upgrading from
   BDB 4.2 to 4.4 and 4.3 to 4.4 should work transparently, with no
   extra work on your behalf.

You can find list of changes between 1.3.2 and 1.4.0 at:

    http://svn.collab.net/repos/svn/tags/1.4.0/CHANGES

Questions, comments, and bug reports to users@subversion.tigris.org.

Thanks,
- The Subversion Team

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

Re: Subversion 1.4.0 released.

Posted by Daniel Rall <dl...@collab.net>.
On Mon, 11 Sep 2006, Jacob Atzen wrote:

> Seems the datestamp was forgotten in the top of the CHANGES file, first
> 3 lines of http://svn.collab.net/repos/svn/tags/1.4.0/CHANGES:
> 
> Version 1.4.0
> (?? July 2006, from /branches/1.4.x)
> http://svn.collab.net/repos/svn/tags/1.4.0
> 
> Note the ?? July 2006.

Thanks Jacob.  This had already been corrected in trunk, but I've
backported the fix to the 1.4.x branch as well.

Re: Subversion 1.4.0 released.

Posted by Jacob Atzen <ja...@jacobatzen.dk>.
Seems the datestamp was forgotten in the top of the CHANGES file, first
3 lines of http://svn.collab.net/repos/svn/tags/1.4.0/CHANGES:

Version 1.4.0
(?? July 2006, from /branches/1.4.x)
http://svn.collab.net/repos/svn/tags/1.4.0

Note the ?? July 2006.

-- 
Cheers,
- Jacob Atzen

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

Re: Subversion 1.4.0 released.

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 9/15/06, Garrett Rooney <ro...@electricjellyfish.net> wrote:
> On 9/15/06, Philip M. Gollucci <pg...@p6m7g8.com> wrote:
> > David Anderson wrote:
> > > I'm happy to announce Subversion 1.4.0, available from:
> > >
> > >    http://subversion.tigris.org/downloads/subversion-1.4.0.tar.gz
> > cd subversion/libsvn_ra_dav && /usr/local/bin/bash /home/pgollucci/dev/src/subversion-1.4.0/libtool --tag=CC --silent
> > --mode=link gcc  -g -g   -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow  -L/usr/local/lib/db42
> > -L/usr/local/lib  -rpath /usr/local/software/freebsd-6.1-stable/3.4.4/subversion/1.4.0/lib -o libsvn_ra_dav-1.la
> > commit.lo fetch.lo file_revs.lo log.lo merge.lo options.lo props.lo replay.lo session.lo util.lo
> > ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la
> > /usr/local/lib/libaprutil-1.la -ldb-4.2 -lexpat -liconv /usr/local/lib/libapr-1.la -lcrypt  -lpthread
> > /usr/local/lib/libneon.la -lintl  -lz
> > libtool: link: cannot find the library `/usr/local/lib/libneon.la' or unhandled argument `/usr/local/lib/libneon.la'
> > *** Error code 1
> >
> > Stop in /usr/home/pgollucci/dev/src/subversion-1.4.0.
> >
> > $ ./configure
> >         --prefix=$PREFIX \
> >         --enable-maintainer-mode \
> >         --enable-debug \
> >         --with-ssl \
> >         --with-editor=vim \
> >         --with-zlib
> > $ make
>
> What is $PREFIX?  is it /usr/local?  If not, then I imagine that for
> some reason configure thinks there should be a neon install in
> /usr/local (maybe it found a neon-config that told it?) but there
> really isn't one there.

Oh, alternatively, were you trying to use the installed neon?  Or did
you want to use a bundled one?  As was mentioned in the release notes,
the dependencies now come in a separate tarball, so if you didn't get
that you don't have a bundled neon to use...

-garrett

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

Re: Subversion 1.4.0 released.

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 9/15/06, Philip M. Gollucci <pg...@p6m7g8.com> wrote:
> David Anderson wrote:
> > I'm happy to announce Subversion 1.4.0, available from:
> >
> >    http://subversion.tigris.org/downloads/subversion-1.4.0.tar.gz
> cd subversion/libsvn_ra_dav && /usr/local/bin/bash /home/pgollucci/dev/src/subversion-1.4.0/libtool --tag=CC --silent
> --mode=link gcc  -g -g   -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow  -L/usr/local/lib/db42
> -L/usr/local/lib  -rpath /usr/local/software/freebsd-6.1-stable/3.4.4/subversion/1.4.0/lib -o libsvn_ra_dav-1.la
> commit.lo fetch.lo file_revs.lo log.lo merge.lo options.lo props.lo replay.lo session.lo util.lo
> ../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la
> /usr/local/lib/libaprutil-1.la -ldb-4.2 -lexpat -liconv /usr/local/lib/libapr-1.la -lcrypt  -lpthread
> /usr/local/lib/libneon.la -lintl  -lz
> libtool: link: cannot find the library `/usr/local/lib/libneon.la' or unhandled argument `/usr/local/lib/libneon.la'
> *** Error code 1
>
> Stop in /usr/home/pgollucci/dev/src/subversion-1.4.0.
>
> $ ./configure
>         --prefix=$PREFIX \
>         --enable-maintainer-mode \
>         --enable-debug \
>         --with-ssl \
>         --with-editor=vim \
>         --with-zlib
> $ make

What is $PREFIX?  is it /usr/local?  If not, then I imagine that for
some reason configure thinks there should be a neon install in
/usr/local (maybe it found a neon-config that told it?) but there
really isn't one there.

-garrett

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

Re: Subversion 1.4.0 released.

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
David Anderson wrote:
> I'm happy to announce Subversion 1.4.0, available from:
> 
>    http://subversion.tigris.org/downloads/subversion-1.4.0.tar.gz
cd subversion/libsvn_ra_dav && /usr/local/bin/bash /home/pgollucci/dev/src/subversion-1.4.0/libtool --tag=CC --silent
--mode=link gcc  -g -g   -DSVN_DEBUG -DAP_DEBUG -Wpointer-arith -Wwrite-strings -Wshadow  -L/usr/local/lib/db42
-L/usr/local/lib  -rpath /usr/local/software/freebsd-6.1-stable/3.4.4/subversion/1.4.0/lib -o libsvn_ra_dav-1.la
commit.lo fetch.lo file_revs.lo log.lo merge.lo options.lo props.lo replay.lo session.lo util.lo
../../subversion/libsvn_delta/libsvn_delta-1.la ../../subversion/libsvn_subr/libsvn_subr-1.la
/usr/local/lib/libaprutil-1.la -ldb-4.2 -lexpat -liconv /usr/local/lib/libapr-1.la -lcrypt  -lpthread
/usr/local/lib/libneon.la -lintl  -lz
libtool: link: cannot find the library `/usr/local/lib/libneon.la' or unhandled argument `/usr/local/lib/libneon.la'
*** Error code 1

Stop in /usr/home/pgollucci/dev/src/subversion-1.4.0.

$ ./configure
	--prefix=$PREFIX \
	--enable-maintainer-mode \
	--enable-debug \
	--with-ssl \
	--with-editor=vim \
	--with-zlib
$ make


This works fine for 1.1.4, 1.2.3, and 1.3.2

$ find subversion-* -type d -name "neon"
subversion-1.1.4/neon
subversion-1.2.3/neon
subversion-1.3.2/neon

$ md5 subversion-1.4.0.tar.gz
MD5 (subversion-1.4.0.tar.gz) = 6f7485986776204138a1d221ac5eec40

$ sha1 subversion-1.4.0.tar.gz
SHA1 (subversion-1.4.0.tar.gz) = fcea8ab76d6d6b3d532d921b94c312ca7fdc9f81

grep neon CHANGES | head -3
1.3.0:
 * support for neon 0.25.x, which fixes http:// control-c bug (issue #2297)
 * increase default neon (ra_dav) timeout from 120 to 3600 seconds (r9568)
 * neon 0.24.7 now required (fixes wire compression bugs) (r10159, 10176)

This is on
	FreeBSD 6.1-stable /i386
	gcc 3.4.4
	autocof 2.59
	auotmake 1.96
	libtool 1.5.22

I've not yet had time to dig into this... I might over the weekend.

Am I missing something obvious ?

-- 
------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"In all that I've done wrong I know I must have done something right to
deserve a hug every morning and butterfly kisses at night."
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /
 / /|_/ / // /\ \/ /_/ / /__
/_/  /_/\_, /___/\___\_\___/
       <___/

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

Re: Subversion 1.4.0 released.

Posted by Grant Rettke <gr...@acm.org>.
> A dump/load is entirely a server side change, it has zero effect on
> clients (unless they're talking to the repository via file:/// urls),
> the incompatibility he's talking about is because all Subversion 1.4
> clients use a new working copy, and the JavaSVN libraries used by
> SmartSVN haven't yet been updated to use it because they're a third
> party product that isn't maintained by the subversion team.

To be more specific, it is a 3rd party implementation of the svn 
library. They don't link against the svn libraries. As such, whenever 
svn changes, their product will need to "catch up" with the standard 
svn libraries.

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

Re: Subversion 1.4.0 released.

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 9/12/06, Thomas Harold <tg...@tgharold.com> wrote:
> David Anderson wrote:
> > * Sean Kelley <se...@gmail.com> [2006-09-12 00:07:22]:
> >>> * Due to various improvements made to the working copy library, the
> >>>   working copy format has changed. Using Subversion 1.4.0 on any
> >>>   working copy created by previous versions of Subversion will
> >>>   SILENTLY upgrade your working copy, which means that previous
> >>>   versions of Subversion will no longer be able to read it.
> >> Does this change imply that if you are using a third party client like
> >> SmartSVN, you need to wait on updating the server until all clients,
> >> such as SmartSVN, have been updated to support SVN 1.4?
> >
> > No. Any 1.X client will continue to work with any 1.Y server (though
> > features may be lost, obviously). It means that when SmartSVN starts
> > using 1.4 libraries, your working copies will be unreadable by
> > previous versions of SmartSVN.
> >
>
> Is this true even after a dump/reload to take advantage of the new diff
> format in the repository?  (Or did I just misread this as being an issue
> where the new diff repository format requires 1.4 clients.)

A dump/load is entirely a server side change, it has zero effect on
clients (unless they're talking to the repository via file:/// urls),
the incompatibility he's talking about is because all Subversion 1.4
clients use a new working copy, and the JavaSVN libraries used by
SmartSVN haven't yet been updated to use it because they're a third
party product that isn't maintained by the subversion team.

-garrett

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

Re: Subversion 1.4.0 released.

Posted by Mark Phippard <ma...@softlanding.com>.
Thomas Harold <tg...@tgharold.com> wrote on 09/12/2006 09:49:26 AM:

> David Anderson wrote:
> > * Sean Kelley <se...@gmail.com> [2006-09-12 00:07:22]:
> >>> * Due to various improvements made to the working copy library, the
> >>>   working copy format has changed. Using Subversion 1.4.0 on any
> >>>   working copy created by previous versions of Subversion will
> >>>   SILENTLY upgrade your working copy, which means that previous
> >>>   versions of Subversion will no longer be able to read it.
> >> Does this change imply that if you are using a third party client 
like
> >> SmartSVN, you need to wait on updating the server until all clients,
> >> such as SmartSVN, have been updated to support SVN 1.4?
> > 
> > No. Any 1.X client will continue to work with any 1.Y server (though
> > features may be lost, obviously). It means that when SmartSVN starts
> > using 1.4 libraries, your working copies will be unreadable by
> > previous versions of SmartSVN.
> > 
> 
> Is this true even after a dump/reload to take advantage of the new diff 
> format in the repository?  (Or did I just misread this as being an issue 

> where the new diff repository format requires 1.4 clients.)

The repository format does not effect older clients.  They will not have 
any trouble talking to the server.

Mark

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

Re: Subversion 1.4.0 released.

Posted by Thomas Harold <tg...@tgharold.com>.
David Anderson wrote:
> * Sean Kelley <se...@gmail.com> [2006-09-12 00:07:22]:
>>> * Due to various improvements made to the working copy library, the
>>>   working copy format has changed. Using Subversion 1.4.0 on any
>>>   working copy created by previous versions of Subversion will
>>>   SILENTLY upgrade your working copy, which means that previous
>>>   versions of Subversion will no longer be able to read it.
>> Does this change imply that if you are using a third party client like
>> SmartSVN, you need to wait on updating the server until all clients,
>> such as SmartSVN, have been updated to support SVN 1.4?
> 
> No. Any 1.X client will continue to work with any 1.Y server (though
> features may be lost, obviously). It means that when SmartSVN starts
> using 1.4 libraries, your working copies will be unreadable by
> previous versions of SmartSVN.
> 

Is this true even after a dump/reload to take advantage of the new diff 
format in the repository?  (Or did I just misread this as being an issue 
where the new diff repository format requires 1.4 clients.)

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

Re: Subversion 1.4.0 released.

Posted by Lorenz <lo...@yahoo.com>.
David Anderson wrote:
>* Sean Kelley <se...@gmail.com> [2006-09-12 00:07:22]:
>> > * Due to various improvements made to the working copy library, the
>> >   working copy format has changed. Using Subversion 1.4.0 on any
>> >   working copy created by previous versions of Subversion will
>> >   SILENTLY upgrade your working copy, which means that previous
>> >   versions of Subversion will no longer be able to read it.
>>
>> Does this change imply that if you are using a third party client like
>> SmartSVN, you need to wait on updating the server until all clients,
>> such as SmartSVN, have been updated to support SVN 1.4?
>
>No. Any 1.X client will continue to work with any 1.Y server (though
>features may be lost, obviously). It means that when SmartSVN starts
>using 1.4 libraries, your working copies will be unreadable by
>previous versions of SmartSVN.

But it also means, that you can _not_ mix a pre 1.4 SmartSVN with a
1.4 svn commandline client, as the later will update your working
copy.


Lorenz

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

RE: Subversion 1.4.0 released.

Posted by Gavin Lambert <ga...@compacsort.com>.
Quoth David Anderson <ma...@calixo.net>:
> * Sean Kelley <se...@gmail.com> [2006-09-12 00:07:22]:
>> Does this change imply that if you are using a third party client
>> like SmartSVN, you need to wait on updating the server until all
>> clients, such as SmartSVN, have been updated to support SVN 1.4?
> 
> No. Any 1.X client will continue to work with any 1.Y server
> (though features may be lost, obviously). It means that when
> SmartSVN starts using 1.4 libraries, your working copies will
> be unreadable by previous versions of SmartSVN.

As an example, on one Linux box I'm still running svn 1.0 to talk to our
1.3 server.  (The box is running Ubuntu 5.04, and that's the packaged
version available for it.  It's too much of a hassle to upgrade at the
moment, since 1.0 is working just fine, and I don't enjoy wrestling with
Linux packages.)

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

Re: Subversion 1.4.0 released.

Posted by David Anderson <da...@calixo.net>.
* Sean Kelley <se...@gmail.com> [2006-09-12 00:07:22]:
> > * Due to various improvements made to the working copy library, the
> >   working copy format has changed. Using Subversion 1.4.0 on any
> >   working copy created by previous versions of Subversion will
> >   SILENTLY upgrade your working copy, which means that previous
> >   versions of Subversion will no longer be able to read it.
>
> Does this change imply that if you are using a third party client like
> SmartSVN, you need to wait on updating the server until all clients,
> such as SmartSVN, have been updated to support SVN 1.4?

No. Any 1.X client will continue to work with any 1.Y server (though
features may be lost, obviously). It means that when SmartSVN starts
using 1.4 libraries, your working copies will be unreadable by
previous versions of SmartSVN.

- Dave

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

Re: Subversion 1.4.0 released.

Posted by Mark Phippard <ma...@softlanding.com>.
"Sean Kelley" <se...@gmail.com> wrote on 09/12/2006 01:07:22 AM:

> Does this change imply that if you are using a third party client like
> SmartSVN, you need to wait on updating the server until all clients,
> such as SmartSVN, have been updated to support SVN 1.4?

SmartSVN uses JavaSVN, it does not use the Subversion libraries.  JavaSVN 
does not support the 1.4 working copy format yet. You can use it against a 
1.4 server but you will not be able to mix it with any other clients that 
are built on the 1.4 Subversion libraries.

Mark

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

Re: Subversion 1.4.0 released.

Posted by Sean Kelley <se...@gmail.com>.
Hi,

On 9/10/06, David Anderson <da...@calixo.net> wrote:
> I'm happy to announce Subversion 1.4.0, available from:
>
>     http://subversion.tigris.org/downloads/subversion-1.4.0.tar.gz
>     http://subversion.tigris.org/downloads/subversion-1.4.0.tar.bz2
>     http://subversion.tigris.org/downloads/subversion-1.4.0.zip
>     http://subversion.tigris.org/downloads/subversion-deps-1.4.0.tar.gz
>     http://subversion.tigris.org/downloads/subversion-deps-1.4.0.tar.bz2
>     http://subversion.tigris.org/downloads/subversion-deps-1.4.0.zip
>
> snip!
....
>     http://subversion.tigris.org/svn_1.4_releasenotes.html
>
> Before upgrading to 1.4.0, please take note of the following:
>
>  * We have decided to splice out the libraries that we used to ship
>    alongside the Subversion source code into a separate package. If
>    you wish to use the dependencies we provide, you must download both
>    the subversion source package and the corresponding '-deps'
>    package, and decompress both into the same directory.
>
>  * Due to various improvements made to the working copy library, the
>    working copy format has changed. Using Subversion 1.4.0 on any
>    working copy created by previous versions of Subversion will
>    SILENTLY upgrade your working copy, which means that previous
>    versions of Subversion will no longer be able to read it.

Does this change imply that if you are using a third party client like
SmartSVN, you need to wait on updating the server until all clients,
such as SmartSVN, have been updated to support SVN 1.4?

Thanks,

Sean

>
>  * One particular feature of this release is support for BDB 4.4. If
>    you are using the Win32 binary packages, or if you build Subversion
>    1.4.0 with BDB 4.4, your BDB repositories will be automatically
>    upgraded to the 4.4 format when first accessed. Both upgrading from
>    BDB 4.2 to 4.4 and 4.3 to 4.4 should work transparently, with no
>    extra work on your behalf.
>
> You can find list of changes between 1.3.2 and 1.4.0 at:
>
>     http://svn.collab.net/repos/svn/tags/1.4.0/CHANGES
>
> Questions, comments, and bug reports to users@subversion.tigris.org.
>
> Thanks,
> - The Subversion Team
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-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 1.4.0 released.

Posted by Andy Levy <an...@gmail.com>.
Answered in the release notes:
http://subversion.tigris.org/svn_1.4_releasenotes.html

"To upgrade an existing installation, just install the newest
libraries and binaries on top of the older ones."

On 9/10/06, Bala Paranj <bp...@yahoo.com> wrote:
> How do I upgrade from Subversion 1.3.1 to 1.4 ? TIA
>
> --- David Anderson <da...@calixo.net> wrote:
>
> > I'm happy to announce Subversion 1.4.0, available from:
> >
> >     http://subversion.tigris.org/downloads/subversion-1.4.0.tar.gz
> >     http://subversion.tigris.org/downloads/subversion-1.4.0.tar.bz2
> >     http://subversion.tigris.org/downloads/subversion-1.4.0.zip
> >     http://subversion.tigris.org/downloads/subversion-deps-1.4.0.tar.gz
> >     http://subversion.tigris.org/downloads/subversion-deps-1.4.0.tar.bz2
> >     http://subversion.tigris.org/downloads/subversion-deps-1.4.0.zip
> >
> > The MD5 checksums are:
> >
> >     f0c5fef69fccfb12ef6c8598f484ed0e subversion-1.4.0.tar.bz2
> >     6f7485986776204138a1d221ac5eec40 subversion-1.4.0.tar.gz
> >     796fcb1e97382a43e1b92338d16f314c subversion-1.4.0.zip
> >     6f4c12424074c9348eb6a41f11f687cf subversion-deps-1.4.0.tar.bz2
> >     3cb38d3d41d290cecdff275e75eb69f1 subversion-deps-1.4.0.tar.gz
> >     2989e363c4224339c5508375564181bd subversion-deps-1.4.0.zip
> >
> > The SHA1 checksums are:
> >
> >     92671bba140e9b9e300b5ffb526c4a7c59aeb5b1subversion-1.4.0.tar.bz2
> >     fcea8ab76d6d6b3d532d921b94c312ca7fdc9f81subversion-1.4.0.tar.gz
> >     4c52a9649d4d9aa5e80bab59ac7ca9c0a36ecb91subversion-1.4.0.zip
> >     3a1125621486bd5465538e88cd0dedb3f775d466 subversion-deps-1.4.0.tar.bz2
> >     6aa34f94d966ccacf459852c9cb0484d1ed8e5fd subversion-deps-1.4.0.tar.gz
> >     352c3202bcbfe0e1dbe63930f3bc32e24aa16b8b subversion-deps-1.4.0.zip
> >
> > PGP Signatures are available at:
> >
> >     http://subversion.tigris.org/downloads/subversion-1.4.0.tar.gz.asc
> >     http://subversion.tigris.org/downloads/subversion-1.4.0.tar.bz2.asc
> >     http://subversion.tigris.org/downloads/subversion-1.4.0.zip.asc
> >     http://subversion.tigris.org/downloads/subversion-deps-1.4.0.tar.gz.asc
> >     http://subversion.tigris.org/downloads/subversion-deps-1.4.0.tar.bz2.asc
> >     http://subversion.tigris.org/downloads/subversion-deps-1.4.0.zip.asc
> >
> > For this release, the following people have provided PGP signatures:
> >
> >   David James [1024D/AA890EBE] with fingerprint:
> >    CCAB 55F1 99C4 89D5 A81F FBF8 3F8D 587A AA89 0EBE
> >   Daniel J. Berlin [1024D/51E507AC] with fingerprint:
> >    DAD6 3E94 EBF8 A39A A0AF E193 EC59 A047 51E5 07AC
> >   David Glasser [1024D/F9FFE928] with fingerprint:
> >    9FE9 C800 0232 1536 E979 93A2 E8E8 2060 F9FF E928
> >   D.J. Heap [1024D/F6254D87] with fingerprint:
> >    5F17 7F74 C736 CE57 FD2D 4B84 127F 923C F625 4D87
> >   Daniel Rall [1024D/674F05E0] with fingerprint:
> >    AAFF 6033 364F 02BB 1239 9075 67D9 B249 674F 05E0
> >   David Anderson [1024D/EE506461] with fingerprint:
> >    21DF EE01 0E07 B970 CBD1 F75A 09BC 35E3 EE50 6461
> >   Paul T. Burba [1024D/53FCDC55] with fingerprint:
> >    E630 CF54 792C F913 B13C 32C5 D916 8930 53FC DC55
> >   Ben Collins-Sussman [1024D/EC6B5156] with fingerprint:
> >    9FBF BEB7 409D D55F 6946 5CC6 5348 1A68 EC6B 5156
> >
> > The Windows binary packages are also available:
> >
> >     http://subversion.tigris.org/downloads/svn-win32-1.4.0.zip
> >     http://subversion.tigris.org/downloads/svn-win32-1.4.0_dev.zip
> >     http://subversion.tigris.org/downloads/svn-win32-1.4.0_javahl.zip
> >     http://subversion.tigris.org/downloads/svn-win32-1.4.0_pdb.zip
> >     http://subversion.tigris.org/downloads/svn-win32-1.4.0_pl.zip
> >
> > The Windows Python bindings now ship with an installer:
> >
> >     http://subversion.tigris.org/downloads/svn-python-1.4.0-py2.3.exe
> >     (Python 2.3)
> >     http://subversion.tigris.org/downloads/svn-python-1.4.0-py2.4.exe
> >     (Python 2.4)
> >
> > Subversion 1.4.0 is the first new feature release since 1.3.0 and
> > includes a number of new improvements and features. The changes
> > between 1.3.2 and 1.4.0 are listed in the CHANGES document for this
> > release. You can also find a detailed list of the changes in our
> > release notes at:
> >
> >     http://subversion.tigris.org/svn_1.4_releasenotes.html
> >
> > Before upgrading to 1.4.0, please take note of the following:
> >
> >  * We have decided to splice out the libraries that we used to ship
> >    alongside the Subversion source code into a separate package. If
> >    you wish to use the dependencies we provide, you must download both
> >    the subversion source package and the corresponding '-deps'
> >    package, and decompress both into the same directory.
> >
> >  * Due to various improvements made to the working copy library, the
> >    working copy format has changed. Using Subversion 1.4.0 on any
> >    working copy created by previous versions of Subversion will
> >    SILENTLY upgrade your working copy, which means that previous
> >    versions of Subversion will no longer be able to read it.
> >
> >  * One particular feature of this release is support for BDB 4.4. If
> >    you are using the Win32 binary packages, or if you build Subversion
> >    1.4.0 with BDB 4.4, your BDB repositories will be automatically
> >    upgraded to the 4.4 format when first accessed. Both upgrading from
> >    BDB 4.2 to 4.4 and 4.3 to 4.4 should work transparently, with no
> >    extra work on your behalf.
> >
> > You can find list of changes between 1.3.2 and 1.4.0 at:
> >
> >     http://svn.collab.net/repos/svn/tags/1.4.0/CHANGES
> >
> > Questions, comments, and bug reports to users@subversion.tigris.org.
> >
> > Thanks,
> > - The Subversion Team
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: users-help@subversion.tigris.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-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 1.4.0 released.

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Sep 11, 2006, at 05:38, Bala Paranj wrote:

> How do I upgrade from Subversion 1.3.1 to 1.4 ? TIA

As far as I know, just install Subversion 1.4 on top of 1.3.1. If  
running a server (svnserve, apache), restart it.

If you want to take advantage of the new smaller svndiff  
representation in the repository, "svnadmin dump" it, "svnadmin  
create" a new repository using Subversion 1.4, and "svnadmin load"  
the dump back into it (all this while the server process is stopped  
and nobody is using the repository).


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

Re: Subversion 1.4.0 released.

Posted by Bala Paranj <bp...@yahoo.com>.
How do I upgrade from Subversion 1.3.1 to 1.4 ? TIA

--- David Anderson <da...@calixo.net> wrote:

> I'm happy to announce Subversion 1.4.0, available from:
> 
>     http://subversion.tigris.org/downloads/subversion-1.4.0.tar.gz
>     http://subversion.tigris.org/downloads/subversion-1.4.0.tar.bz2
>     http://subversion.tigris.org/downloads/subversion-1.4.0.zip
>     http://subversion.tigris.org/downloads/subversion-deps-1.4.0.tar.gz
>     http://subversion.tigris.org/downloads/subversion-deps-1.4.0.tar.bz2
>     http://subversion.tigris.org/downloads/subversion-deps-1.4.0.zip
> 
> The MD5 checksums are:
> 
>     f0c5fef69fccfb12ef6c8598f484ed0e subversion-1.4.0.tar.bz2
>     6f7485986776204138a1d221ac5eec40 subversion-1.4.0.tar.gz
>     796fcb1e97382a43e1b92338d16f314c subversion-1.4.0.zip
>     6f4c12424074c9348eb6a41f11f687cf subversion-deps-1.4.0.tar.bz2
>     3cb38d3d41d290cecdff275e75eb69f1 subversion-deps-1.4.0.tar.gz
>     2989e363c4224339c5508375564181bd subversion-deps-1.4.0.zip
> 
> The SHA1 checksums are:
> 
>     92671bba140e9b9e300b5ffb526c4a7c59aeb5b1subversion-1.4.0.tar.bz2
>     fcea8ab76d6d6b3d532d921b94c312ca7fdc9f81subversion-1.4.0.tar.gz
>     4c52a9649d4d9aa5e80bab59ac7ca9c0a36ecb91subversion-1.4.0.zip
>     3a1125621486bd5465538e88cd0dedb3f775d466 subversion-deps-1.4.0.tar.bz2
>     6aa34f94d966ccacf459852c9cb0484d1ed8e5fd subversion-deps-1.4.0.tar.gz
>     352c3202bcbfe0e1dbe63930f3bc32e24aa16b8b subversion-deps-1.4.0.zip
> 
> PGP Signatures are available at:
> 
>     http://subversion.tigris.org/downloads/subversion-1.4.0.tar.gz.asc
>     http://subversion.tigris.org/downloads/subversion-1.4.0.tar.bz2.asc
>     http://subversion.tigris.org/downloads/subversion-1.4.0.zip.asc
>     http://subversion.tigris.org/downloads/subversion-deps-1.4.0.tar.gz.asc
>     http://subversion.tigris.org/downloads/subversion-deps-1.4.0.tar.bz2.asc
>     http://subversion.tigris.org/downloads/subversion-deps-1.4.0.zip.asc
> 
> For this release, the following people have provided PGP signatures:
> 
>   David James [1024D/AA890EBE] with fingerprint:
>    CCAB 55F1 99C4 89D5 A81F FBF8 3F8D 587A AA89 0EBE
>   Daniel J. Berlin [1024D/51E507AC] with fingerprint:
>    DAD6 3E94 EBF8 A39A A0AF E193 EC59 A047 51E5 07AC
>   David Glasser [1024D/F9FFE928] with fingerprint:
>    9FE9 C800 0232 1536 E979 93A2 E8E8 2060 F9FF E928
>   D.J. Heap [1024D/F6254D87] with fingerprint:
>    5F17 7F74 C736 CE57 FD2D 4B84 127F 923C F625 4D87
>   Daniel Rall [1024D/674F05E0] with fingerprint:
>    AAFF 6033 364F 02BB 1239 9075 67D9 B249 674F 05E0
>   David Anderson [1024D/EE506461] with fingerprint:
>    21DF EE01 0E07 B970 CBD1 F75A 09BC 35E3 EE50 6461
>   Paul T. Burba [1024D/53FCDC55] with fingerprint:
>    E630 CF54 792C F913 B13C 32C5 D916 8930 53FC DC55
>   Ben Collins-Sussman [1024D/EC6B5156] with fingerprint:
>    9FBF BEB7 409D D55F 6946 5CC6 5348 1A68 EC6B 5156
> 
> The Windows binary packages are also available:
> 
>     http://subversion.tigris.org/downloads/svn-win32-1.4.0.zip
>     http://subversion.tigris.org/downloads/svn-win32-1.4.0_dev.zip
>     http://subversion.tigris.org/downloads/svn-win32-1.4.0_javahl.zip
>     http://subversion.tigris.org/downloads/svn-win32-1.4.0_pdb.zip
>     http://subversion.tigris.org/downloads/svn-win32-1.4.0_pl.zip
> 
> The Windows Python bindings now ship with an installer:
> 
>     http://subversion.tigris.org/downloads/svn-python-1.4.0-py2.3.exe
>     (Python 2.3)
>     http://subversion.tigris.org/downloads/svn-python-1.4.0-py2.4.exe
>     (Python 2.4)
> 
> Subversion 1.4.0 is the first new feature release since 1.3.0 and
> includes a number of new improvements and features. The changes
> between 1.3.2 and 1.4.0 are listed in the CHANGES document for this
> release. You can also find a detailed list of the changes in our
> release notes at:
> 
>     http://subversion.tigris.org/svn_1.4_releasenotes.html
> 
> Before upgrading to 1.4.0, please take note of the following:
> 
>  * We have decided to splice out the libraries that we used to ship
>    alongside the Subversion source code into a separate package. If
>    you wish to use the dependencies we provide, you must download both
>    the subversion source package and the corresponding '-deps'
>    package, and decompress both into the same directory.
> 
>  * Due to various improvements made to the working copy library, the
>    working copy format has changed. Using Subversion 1.4.0 on any
>    working copy created by previous versions of Subversion will
>    SILENTLY upgrade your working copy, which means that previous
>    versions of Subversion will no longer be able to read it.
> 
>  * One particular feature of this release is support for BDB 4.4. If
>    you are using the Win32 binary packages, or if you build Subversion
>    1.4.0 with BDB 4.4, your BDB repositories will be automatically
>    upgraded to the 4.4 format when first accessed. Both upgrading from
>    BDB 4.2 to 4.4 and 4.3 to 4.4 should work transparently, with no
>    extra work on your behalf.
> 
> You can find list of changes between 1.3.2 and 1.4.0 at:
> 
>     http://svn.collab.net/repos/svn/tags/1.4.0/CHANGES
> 
> Questions, comments, and bug reports to users@subversion.tigris.org.
> 
> Thanks,
> - The Subversion Team
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-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 1.4.0 released.

Posted by Bala Paranj <bp...@yahoo.com>.
How do I upgrade from Subversion 1.3.1 to 1.4 ? TIA

--- David Anderson <da...@calixo.net> wrote:

> I'm happy to announce Subversion 1.4.0, available from:
> 
>     http://subversion.tigris.org/downloads/subversion-1.4.0.tar.gz
>     http://subversion.tigris.org/downloads/subversion-1.4.0.tar.bz2
>     http://subversion.tigris.org/downloads/subversion-1.4.0.zip
>     http://subversion.tigris.org/downloads/subversion-deps-1.4.0.tar.gz
>     http://subversion.tigris.org/downloads/subversion-deps-1.4.0.tar.bz2
>     http://subversion.tigris.org/downloads/subversion-deps-1.4.0.zip
> 
> The MD5 checksums are:
> 
>     f0c5fef69fccfb12ef6c8598f484ed0e subversion-1.4.0.tar.bz2
>     6f7485986776204138a1d221ac5eec40 subversion-1.4.0.tar.gz
>     796fcb1e97382a43e1b92338d16f314c subversion-1.4.0.zip
>     6f4c12424074c9348eb6a41f11f687cf subversion-deps-1.4.0.tar.bz2
>     3cb38d3d41d290cecdff275e75eb69f1 subversion-deps-1.4.0.tar.gz
>     2989e363c4224339c5508375564181bd subversion-deps-1.4.0.zip
> 
> The SHA1 checksums are:
> 
>     92671bba140e9b9e300b5ffb526c4a7c59aeb5b1subversion-1.4.0.tar.bz2
>     fcea8ab76d6d6b3d532d921b94c312ca7fdc9f81subversion-1.4.0.tar.gz
>     4c52a9649d4d9aa5e80bab59ac7ca9c0a36ecb91subversion-1.4.0.zip
>     3a1125621486bd5465538e88cd0dedb3f775d466 subversion-deps-1.4.0.tar.bz2
>     6aa34f94d966ccacf459852c9cb0484d1ed8e5fd subversion-deps-1.4.0.tar.gz
>     352c3202bcbfe0e1dbe63930f3bc32e24aa16b8b subversion-deps-1.4.0.zip
> 
> PGP Signatures are available at:
> 
>     http://subversion.tigris.org/downloads/subversion-1.4.0.tar.gz.asc
>     http://subversion.tigris.org/downloads/subversion-1.4.0.tar.bz2.asc
>     http://subversion.tigris.org/downloads/subversion-1.4.0.zip.asc
>     http://subversion.tigris.org/downloads/subversion-deps-1.4.0.tar.gz.asc
>     http://subversion.tigris.org/downloads/subversion-deps-1.4.0.tar.bz2.asc
>     http://subversion.tigris.org/downloads/subversion-deps-1.4.0.zip.asc
> 
> For this release, the following people have provided PGP signatures:
> 
>   David James [1024D/AA890EBE] with fingerprint:
>    CCAB 55F1 99C4 89D5 A81F FBF8 3F8D 587A AA89 0EBE
>   Daniel J. Berlin [1024D/51E507AC] with fingerprint:
>    DAD6 3E94 EBF8 A39A A0AF E193 EC59 A047 51E5 07AC
>   David Glasser [1024D/F9FFE928] with fingerprint:
>    9FE9 C800 0232 1536 E979 93A2 E8E8 2060 F9FF E928
>   D.J. Heap [1024D/F6254D87] with fingerprint:
>    5F17 7F74 C736 CE57 FD2D 4B84 127F 923C F625 4D87
>   Daniel Rall [1024D/674F05E0] with fingerprint:
>    AAFF 6033 364F 02BB 1239 9075 67D9 B249 674F 05E0
>   David Anderson [1024D/EE506461] with fingerprint:
>    21DF EE01 0E07 B970 CBD1 F75A 09BC 35E3 EE50 6461
>   Paul T. Burba [1024D/53FCDC55] with fingerprint:
>    E630 CF54 792C F913 B13C 32C5 D916 8930 53FC DC55
>   Ben Collins-Sussman [1024D/EC6B5156] with fingerprint:
>    9FBF BEB7 409D D55F 6946 5CC6 5348 1A68 EC6B 5156
> 
> The Windows binary packages are also available:
> 
>     http://subversion.tigris.org/downloads/svn-win32-1.4.0.zip
>     http://subversion.tigris.org/downloads/svn-win32-1.4.0_dev.zip
>     http://subversion.tigris.org/downloads/svn-win32-1.4.0_javahl.zip
>     http://subversion.tigris.org/downloads/svn-win32-1.4.0_pdb.zip
>     http://subversion.tigris.org/downloads/svn-win32-1.4.0_pl.zip
> 
> The Windows Python bindings now ship with an installer:
> 
>     http://subversion.tigris.org/downloads/svn-python-1.4.0-py2.3.exe
>     (Python 2.3)
>     http://subversion.tigris.org/downloads/svn-python-1.4.0-py2.4.exe
>     (Python 2.4)
> 
> Subversion 1.4.0 is the first new feature release since 1.3.0 and
> includes a number of new improvements and features. The changes
> between 1.3.2 and 1.4.0 are listed in the CHANGES document for this
> release. You can also find a detailed list of the changes in our
> release notes at:
> 
>     http://subversion.tigris.org/svn_1.4_releasenotes.html
> 
> Before upgrading to 1.4.0, please take note of the following:
> 
>  * We have decided to splice out the libraries that we used to ship
>    alongside the Subversion source code into a separate package. If
>    you wish to use the dependencies we provide, you must download both
>    the subversion source package and the corresponding '-deps'
>    package, and decompress both into the same directory.
> 
>  * Due to various improvements made to the working copy library, the
>    working copy format has changed. Using Subversion 1.4.0 on any
>    working copy created by previous versions of Subversion will
>    SILENTLY upgrade your working copy, which means that previous
>    versions of Subversion will no longer be able to read it.
> 
>  * One particular feature of this release is support for BDB 4.4. If
>    you are using the Win32 binary packages, or if you build Subversion
>    1.4.0 with BDB 4.4, your BDB repositories will be automatically
>    upgraded to the 4.4 format when first accessed. Both upgrading from
>    BDB 4.2 to 4.4 and 4.3 to 4.4 should work transparently, with no
>    extra work on your behalf.
> 
> You can find list of changes between 1.3.2 and 1.4.0 at:
> 
>     http://svn.collab.net/repos/svn/tags/1.4.0/CHANGES
> 
> Questions, comments, and bug reports to users@subversion.tigris.org.
> 
> Thanks,
> - The Subversion Team
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 
> 

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