You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by pl...@lanminds.com on 2003/07/23 21:07:13 UTC

Subversion 0.26.0 released

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

 http://subversion.tigris.org/files/documents/15/5322/subversion-0.26.0.tar.gz

The MD5 checksum for this release is 700caa3f59b585d173812c4a078feeba

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.26.0 (released 24 July 2003, revision 6550, branches/release-0.26.0)

User-visible changes:

  * fixed - --parent-dir option to svnadmin load (r6436)
  * fixed - 'svnlook diff' now properly displays diffs  (r6408, #1241)
  * fixed - 'svn cat' no longer expands values from the wrong revision.
  * fixed 'svn merge':
     . (r6447,#1402) -r FOO:PREV works correctly
     . (r6452,#1379) no longer prints confusing no-op lines
     . (r6500/6503,#1399) warn user when a tree-delta chunk can't be applied
  * turn compression off to work around to mod_deflate timeouts (r6509)

Developer-visible changes:
  * cvs2svn.py:  lots of bugfixing related to branch/tag support
  * diff code refactored to allow use by other tools (r6407)
  * make 'svn export' set commit-timestamps (not ready yet) (r6420)
  * fixed - memory leaks in libsvn_ra_dav commits (r6422)
  * fixed - cvs2svn.py handles branch files rooted in dead revs (r6482,#1417)
  * fixed - new lines now detected in svn:author property (r6497,#1401)
  * fixed - svn_load_dirs works w/ absolute paths (r6507, Debian bug #187331)
  * changed - build infrastructure now supports Perl SWIG bindings (r6441)
  * removed - PORTING document no longer necessary (r6472)

-- 

Seeya,
Paul
--
Key fingerprint = 1660 FECC 5D21 D286 F853  E808 BB07 9239 53F1 28EE

	It may look like I'm just sitting here doing nothing,
   but I'm really actively waiting for all my problems to go away.

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

Posted by Andrew <ap...@kaleo.biz>.
Will there be Win32 binaries for download of release 0.26.0.  I have .24
installed but I wanted to upgrade to .26.

Andrew P.

<pl...@lanminds.com> wrote in message news:20030723210713.AF8BCF77A@tater...
|
| I am pleased to announce that another interim release of Subversion is
| now available. You can grab release 0.26.0 at the following location:
|
|
http://subversion.tigris.org/files/documents/15/5322/subversion-0.26.0.tar.gz
<snipped>
|
| Version 0.26.0 (released 24 July 2003, revision 6550,
branches/release-0.26.0)
|




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

Re: Subversion on Debian

Posted by Colin Watson <cj...@flatline.org.uk>.
On Sun, Aug 03, 2003 at 04:52:11AM +0100, Colin Watson wrote:
> On Sat, Aug 02, 2003 at 11:59:20AM -0400, Fraser Campbell wrote:
> > I've been running my subversion server on an "unstable" Debian system.  It's 
> > been through a few upgrades and no problems have cropped up but I've only 
> > been running it for about a month.  I'm accessing it over the network (apache 
> > server).  Interestingly the current state is that the subversion programs are 
> > at version 0.26 but the apache dav module is still at version 0.25 ... that 
> > isn't causing any problems though (at least that I've found).
> 
> The libapache-dav-svn package is obsolete and has been replaced by
> libapache-svn. If you use a good package manager it'll tell you this.
> :-)

Er, make that libapache2-dav-svn and libapache2-svn ...

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]

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

Re: Subversion on Debian

Posted by Colin Watson <cj...@flatline.org.uk>.
On Sat, Aug 02, 2003 at 11:59:20AM -0400, Fraser Campbell wrote:
> On August 1, 2003 05:07 pm, Steele Price wrote:
> > I had forgotten that debian was maintaining source packages for subversion
> > and thought I might remind anyone who wants to build the most recent
> > sources on debian that they can use the debian sources instead of the raw
> > sources at collab.net. (unless of course you want to create your own set of
> > debian rules for some reason, they are only a day or 2 behind the most
> > current releases)
> 
> I've been running my subversion server on an "unstable" Debian system.  It's 
> been through a few upgrades and no problems have cropped up but I've only 
> been running it for about a month.  I'm accessing it over the network (apache 
> server).  Interestingly the current state is that the subversion programs are 
> at version 0.26 but the apache dav module is still at version 0.25 ... that 
> isn't causing any problems though (at least that I've found).

The libapache-dav-svn package is obsolete and has been replaced by
libapache-svn. If you use a good package manager it'll tell you this.
:-)

> For those that want to stick with the stable Debian distribution someone out 
> there is maintaining the necessary packages for subversion on woody at:
> 
>     deb http://people.debian.org/~cjwatson/subversion-woody ./
> 
> Add that to your /etc/apt/source.list and "apt-get install subversion".  I'm 
> only using these subversion programs on the client side but they're working 
> great for me.  Everything you need should be in there to run a subversion 
> server on woody as well, though I haven't tried it.

I started that backport because I needed to run a subversion server on
woody, so it should work.

Cheers,

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]

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

Re: Subversion on Debian

Posted by Fraser Campbell <fr...@wehave.net>.
On August 1, 2003 05:07 pm, Steele Price wrote:

> After much hair pulling trying to find the right voodoo to compile the head
> releases on debian, and not being patient enough to wait for binaries...
>
> I had forgotten that debian was maintaining source packages for subversion
> and thought I might remind anyone who wants to build the most recent
> sources on debian that they can use the debian sources instead of the raw
> sources at collab.net. (unless of course you want to create your own set of
> debian rules for some reason, they are only a day or 2 behind the most
> current releases)

I've been running my subversion server on an "unstable" Debian system.  It's 
been through a few upgrades and no problems have cropped up but I've only 
been running it for about a month.  I'm accessing it over the network (apache 
server).  Interestingly the current state is that the subversion programs are 
at version 0.26 but the apache dav module is still at version 0.25 ... that 
isn't causing any problems though (at least that I've found).  It's close 
enough to the latest release that I don't bother hand building anything.

For those that want to stick with the stable Debian distribution someone out 
there is maintaining the necessary packages for subversion on woody at:

    deb http://people.debian.org/~cjwatson/subversion-woody ./

Add that to your /etc/apt/source.list and "apt-get install subversion".  I'm 
only using these subversion programs on the client side but they're working 
great for me.  Everything you need should be in there to run a subversion 
server on woody as well, though I haven't tried it.

-- 
Fraser Campbell <fr...@wehave.net>                 http://www.wehave.net/
Halton Hills, Ontario, Canada                             Debian GNU/Linux


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

Re: Subversion on Debian

Posted by Fraser Campbell <fr...@wehave.net>.
On August 1, 2003 05:07 pm, Steele Price wrote:

> After much hair pulling trying to find the right voodoo to compile the head
> releases on debian, and not being patient enough to wait for binaries...
>
> I had forgotten that debian was maintaining source packages for subversion
> and thought I might remind anyone who wants to build the most recent
> sources on debian that they can use the debian sources instead of the raw
> sources at collab.net. (unless of course you want to create your own set of
> debian rules for some reason, they are only a day or 2 behind the most
> current releases)

I've been running my subversion server on an "unstable" Debian system.  It's 
been through a few upgrades and no problems have cropped up but I've only 
been running it for about a month.  I'm accessing it over the network (apache 
server).  Interestingly the current state is that the subversion programs are 
at version 0.26 but the apache dav module is still at version 0.25 ... that 
isn't causing any problems though (at least that I've found).  It's close 
enough to the latest release that I don't bother hand building anything.

For those that want to stick with the stable Debian distribution someone out 
there is maintaining the necessary packages for subversion on woody at:

    deb http://people.debian.org/~cjwatson/subversion-woody ./

Add that to your /etc/apt/source.list and "apt-get install subversion".  I'm 
only using these subversion programs on the client side but they're working 
great for me.  Everything you need should be in there to run a subversion 
server on woody as well, though I haven't tried it.

-- 
Fraser Campbell <fr...@wehave.net>                 http://www.wehave.net/
Halton Hills, Ontario, Canada                             Debian GNU/Linux


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

Subversion on Debian

Posted by Steele Price <st...@usa.net>.
For anyone using debian:

After much hair pulling trying to find the right voodoo to compile the head releases on debian, and not being patient enough to wait for binaries...

I had forgotten that debian was maintaining source packages for subversion and thought I might remind anyone who wants to build the most recent sources on debian that they can use the debian sources instead of the raw sources at collab.net. (unless of course you want to create your own set of debian rules for some reason, they are only a day or 2 behind the most current releases)

Debian has some peculiarities as most know and the unstable apt sources are being maintained in such a way that it will only require 2 commands to actually build .deb files from the latest source code.

Point your /etc/apt/sources.list to an unstable sources mirror such as:
	deb-src http://ftp.us.debian.org/debian/ unstable main contrib non-free
then:

apt-get update
apt-get build-dep subversion    
apt-get source -b subversion 

I had forgotten that building sources on debian can be quite painful for complexly linked systems such as subversion, but the above method makes it real joy to work with.

It will result in a complete set of the following debs:
-rw-r--r--    1 root     src        267126 Jul 31 17:14 libapache2-svn_0.26.0-1_i386.deb
-rw-r--r--    1 root     src       4151784 Jul 31 17:14 libsvn0-dev_0.26.0-1_i386.deb
-rw-r--r--    1 root     src       1842552 Jul 31 17:13 libsvn0_0.26.0-1_i386.deb
-rw-r--r--    1 root     src        972474 Jul 31 17:14 python2.2-subversion_0.26.0-1_i386.deb
-rw-r--r--    1 root     src         88486 Jul 31 17:11 subversion-tools_0.26.0-1_all.deb
-rw-r--r--    1 root     src       1380102 Jul 31 17:13 subversion_0.26.0-1_i386.deb

you can then use dpkg -i (libs first of course for dependencies) on the portions you 
wish to install the "debian" way.

Debian specific info for the sources can be tracked at:
	http://packages.qa.debian.org/s/subversion.html
there are only 11 of us tracking this via email so I assume there are alot of people who need to be reminded of this option.

Perhaps adding this to the FAQ somewhere might be beneficial.

Steele Price
CTO
Digistor, Inc. 
http://steeleprice.net



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


Subversion on Debian

Posted by Steele Price <st...@usa.net>.
For anyone using debian:

After much hair pulling trying to find the right voodoo to compile the head releases on debian, and not being patient enough to wait for binaries...

I had forgotten that debian was maintaining source packages for subversion and thought I might remind anyone who wants to build the most recent sources on debian that they can use the debian sources instead of the raw sources at collab.net. (unless of course you want to create your own set of debian rules for some reason, they are only a day or 2 behind the most current releases)

Debian has some peculiarities as most know and the unstable apt sources are being maintained in such a way that it will only require 2 commands to actually build .deb files from the latest source code.

Point your /etc/apt/sources.list to an unstable sources mirror such as:
	deb-src http://ftp.us.debian.org/debian/ unstable main contrib non-free
then:

apt-get update
apt-get build-dep subversion    
apt-get source -b subversion 

I had forgotten that building sources on debian can be quite painful for complexly linked systems such as subversion, but the above method makes it real joy to work with.

It will result in a complete set of the following debs:
-rw-r--r--    1 root     src        267126 Jul 31 17:14 libapache2-svn_0.26.0-1_i386.deb
-rw-r--r--    1 root     src       4151784 Jul 31 17:14 libsvn0-dev_0.26.0-1_i386.deb
-rw-r--r--    1 root     src       1842552 Jul 31 17:13 libsvn0_0.26.0-1_i386.deb
-rw-r--r--    1 root     src        972474 Jul 31 17:14 python2.2-subversion_0.26.0-1_i386.deb
-rw-r--r--    1 root     src         88486 Jul 31 17:11 subversion-tools_0.26.0-1_all.deb
-rw-r--r--    1 root     src       1380102 Jul 31 17:13 subversion_0.26.0-1_i386.deb

you can then use dpkg -i (libs first of course for dependencies) on the portions you 
wish to install the "debian" way.

Debian specific info for the sources can be tracked at:
	http://packages.qa.debian.org/s/subversion.html
there are only 11 of us tracking this via email so I assume there are alot of people who need to be reminded of this option.

Perhaps adding this to the FAQ somewhere might be beneficial.

Steele Price
CTO
Digistor, Inc. 
http://steeleprice.net



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


Re: Subversion 0.26.0 released

Posted by Branko Čibej <br...@xbc.nu>.
The Win32 binaries are finally on their way to the file sharing area on
subversion.tigris.org. Bindings for Pyhotn 2.2 included.

    Brane

pll@lanminds.com wrote:

>I am pleased to announce that another interim release of Subversion is
>now available. You can grab release 0.26.0 at the following location:
>
> http://subversion.tigris.org/files/documents/15/5322/subversion-0.26.0.tar.gz
>
>The MD5 checksum for this release is 700caa3f59b585d173812c4a078feeba
>
>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.26.0 (released 24 July 2003, revision 6550, branches/release-0.26.0)
>
>User-visible changes:
>
>  * fixed - --parent-dir option to svnadmin load (r6436)
>  * fixed - 'svnlook diff' now properly displays diffs  (r6408, #1241)
>  * fixed - 'svn cat' no longer expands values from the wrong revision.
>  * fixed 'svn merge':
>     . (r6447,#1402) -r FOO:PREV works correctly
>     . (r6452,#1379) no longer prints confusing no-op lines
>     . (r6500/6503,#1399) warn user when a tree-delta chunk can't be applied
>  * turn compression off to work around to mod_deflate timeouts (r6509)
>
>Developer-visible changes:
>  * cvs2svn.py:  lots of bugfixing related to branch/tag support
>  * diff code refactored to allow use by other tools (r6407)
>  * make 'svn export' set commit-timestamps (not ready yet) (r6420)
>  * fixed - memory leaks in libsvn_ra_dav commits (r6422)
>  * fixed - cvs2svn.py handles branch files rooted in dead revs (r6482,#1417)
>  * fixed - new lines now detected in svn:author property (r6497,#1401)
>  * fixed - svn_load_dirs works w/ absolute paths (r6507, Debian bug #187331)
>  * changed - build infrastructure now supports Perl SWIG bindings (r6441)
>  * removed - PORTING document no longer necessary (r6472)
>
>  
>


-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/


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

Re: Subversion 0.26.0 released

Posted by David Golpira <go...@alternatecomputing.com>.
JSVN is a graphical client for Subversion written in Java and does not
use any JNI.  It runs wherever there is a JVM and a svn client in the
path.

The URL is:  http://jsvn.alternatecomputing.com/

-Dave

On Mon, 2003-07-28 at 11:54, Jerry Haltom wrote:
> Well, are there any graphical ones for Unix other than RapidSVN?
> 
> On Mon, 2003-07-28 at 11:47, Cédric Chabanois wrote:
> > For Eclipse, there is subclipse : http://subclipse.tigris.org/index.html
> > 
> > Cédric
> > 
> > >----- Original Message ----- 
> > >From: "Richard Sumilang" <ri...@richard-sumilang.com>
> > >  
> > >
> > >>Is there a graphical interface to subversion?
> > >>
> > >>    
> > >>
> > >
> > >There are several clients out there. 
> > >A standalone GUI-client is e.g. RapidSVN
> > >(http://rapidsvn.tigris.org)
> > >or for windows TortoiseSVN:
> > >(http://tortoisesvn.tigris.org)
> > >
> > >There are also many plugins for IDE's, but
> > >I don't remember their names/urls right now...
> > >
> > >Stefan
> > >
> > >  
> > >
> > 
> > 
> > _____________________________________________________________________
> > Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
> > http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> > For additional commands, e-mail: users-help@subversion.tigris.org
-- 
David Golpira <go...@alternatecomputing.com>


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

Re: Subversion 0.26.0 released

Posted by Jerry Haltom <wa...@larvalstage.net>.
Well, are there any graphical ones for Unix other than RapidSVN?

On Mon, 2003-07-28 at 11:47, Cédric Chabanois wrote:
> For Eclipse, there is subclipse : http://subclipse.tigris.org/index.html
> 
> Cédric
> 
> >----- Original Message ----- 
> >From: "Richard Sumilang" <ri...@richard-sumilang.com>
> >  
> >
> >>Is there a graphical interface to subversion?
> >>
> >>    
> >>
> >
> >There are several clients out there. 
> >A standalone GUI-client is e.g. RapidSVN
> >(http://rapidsvn.tigris.org)
> >or for windows TortoiseSVN:
> >(http://tortoisesvn.tigris.org)
> >
> >There are also many plugins for IDE's, but
> >I don't remember their names/urls right now...
> >
> >Stefan
> >
> >  
> >
> 
> 
> _____________________________________________________________________
> Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
> http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
-- 
Jerry Haltom
Feedback Plus, Inc.


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

Re: Subversion 0.26.0 released

Posted by Cédric Chabanois <cc...@ifrance.com>.
For Eclipse, there is subclipse : http://subclipse.tigris.org/index.html

Cédric

>----- Original Message ----- 
>From: "Richard Sumilang" <ri...@richard-sumilang.com>
>  
>
>>Is there a graphical interface to subversion?
>>
>>    
>>
>
>There are several clients out there. 
>A standalone GUI-client is e.g. RapidSVN
>(http://rapidsvn.tigris.org)
>or for windows TortoiseSVN:
>(http://tortoisesvn.tigris.org)
>
>There are also many plugins for IDE's, but
>I don't remember their names/urls right now...
>
>Stefan
>
>  
>


_____________________________________________________________________
Envie de discuter en "live" avec vos amis ? Télécharger MSN Messenger
http://www.ifrance.com/_reloc/m la 1ère messagerie instantanée de France


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

Re: Subversion 0.26.0 released

Posted by SteveKing <st...@gmx.ch>.
----- Original Message ----- 
From: "Richard Sumilang" <ri...@richard-sumilang.com>
> Is there a graphical interface to subversion?
> 

There are several clients out there. 
A standalone GUI-client is e.g. RapidSVN
(http://rapidsvn.tigris.org)
or for windows TortoiseSVN:
(http://tortoisesvn.tigris.org)

There are also many plugins for IDE's, but
I don't remember their names/urls right now...

Stefan


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

Re: Subversion 0.26.0 released

Posted by kf...@collab.net.
Richard Sumilang <ri...@richard-sumilang.com> writes:
> Is there a graphical interface to subversion?

Just for next time: there's no reason to CC dev@subversion.tigris.org.
The whole reason we separated into 'users' and 'dev' was to keep these
questions out of 'dev' :-).

I'm crossposting this reply to dev, however, so that other people will
be reminded to gently nudge user questions over to 'users'.

To answer your original question:

Yes, there are RapidSVN, TortoiseSVN, and others (I guess others have
replied with more a complete list?).

Best,
-Karl

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

Re: Subversion 0.26.0 released

Posted by kf...@collab.net.
Richard Sumilang <ri...@richard-sumilang.com> writes:
> Is there a graphical interface to subversion?

Just for next time: there's no reason to CC dev@subversion.tigris.org.
The whole reason we separated into 'users' and 'dev' was to keep these
questions out of 'dev' :-).

I'm crossposting this reply to dev, however, so that other people will
be reminded to gently nudge user questions over to 'users'.

To answer your original question:

Yes, there are RapidSVN, TortoiseSVN, and others (I guess others have
replied with more a complete list?).

Best,
-Karl

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

Re: Subversion 0.26.0 released

Posted by Richard Sumilang <ri...@richard-sumilang.com>.
Is there a graphical interface to subversion?



On Wednesday, July 23, 2003, at 02:07  PM, pll@lanminds.com wrote:

>
> I am pleased to announce that another interim release of Subversion is
> now available. You can grab release 0.26.0 at the following location:
>
>   
> http://subversion.tigris.org/files/documents/15/5322/subversion- 
> 0.26.0.tar.gz
>
> The MD5 checksum for this release is 700caa3f59b585d173812c4a078feeba
>
> 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.26.0 (released 24 July 2003, revision 6550,  
> branches/release-0.26.0)
>
> User-visible changes:
>
>   * fixed - --parent-dir option to svnadmin load (r6436)
>   * fixed - 'svnlook diff' now properly displays diffs  (r6408, #1241)
>   * fixed - 'svn cat' no longer expands values from the wrong revision.
>   * fixed 'svn merge':
>      . (r6447,#1402) -r FOO:PREV works correctly
>      . (r6452,#1379) no longer prints confusing no-op lines
>      . (r6500/6503,#1399) warn user when a tree-delta chunk can't be  
> applied
>   * turn compression off to work around to mod_deflate timeouts (r6509)
>
> Developer-visible changes:
>   * cvs2svn.py:  lots of bugfixing related to branch/tag support
>   * diff code refactored to allow use by other tools (r6407)
>   * make 'svn export' set commit-timestamps (not ready yet) (r6420)
>   * fixed - memory leaks in libsvn_ra_dav commits (r6422)
>   * fixed - cvs2svn.py handles branch files rooted in dead revs  
> (r6482,#1417)
>   * fixed - new lines now detected in svn:author property (r6497,#1401)
>   * fixed - svn_load_dirs works w/ absolute paths (r6507, Debian bug  
> #187331)
>   * changed - build infrastructure now supports Perl SWIG bindings  
> (r6441)
>   * removed - PORTING document no longer necessary (r6472)
>
> -- 
>
> Seeya,
> Paul
> --
> Key fingerprint = 1660 FECC 5D21 D286 F853  E808 BB07 9239 53F1 28EE
>
> 	It may look like I'm just sitting here doing nothing,
>    but I'm really actively waiting for all my problems to go away.
>
> 	 If you're not having fun, you're not doing it right!
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: announce-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: announce-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.26.0 released

Posted by Christian Schaffner <ch...@users.sourceforge.net>.
On Mittwoch, Juli 23, 2003, at 11:07  Uhr, pll@lanminds.com wrote:
> I am pleased to announce that another interim release of Subversion is
> now available. You can grab release 0.26.0 at the following location:

For those using MacOS X and Fink (<http://fink.sf.net>) the package is 
now updated to 0.26.0 too:

<http://fink.sourceforge.net/pdb/package.php/svn-client-ssl>

Chris.


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