You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by kf...@collab.net on 2003/11/17 19:01:18 UTC

Jostein, ready to try your hand at 0.33.1?

Jostein, this change by Mike fixes a huge 'oops' in 0.33 -- it's not a
correctness issue, but a major performance issue for updates.  It
warrants a 0.33.1 release.  Fortunately, due to the way Mike made the
fix, the problem is solved if *either* client or a server uses the new
code, so people don't have to rush to upgrade their servers.

Would you like to make 0.33.1?  Just copy the 0.33.0 tag to a 0.33.1
branch, merge this one change (r7782), then follow the standard
release process, resulting in a 0.33.1 tag and tarball.

Ben and I (and others) are standing by to answer questions, of course.

Thanks,
-Karl

cmpilato@tigris.org writes:
> Author: cmpilato
> Date: Mon Nov 17 12:54:54 2003
> New Revision: 7782
> 
> Modified:
>    trunk/subversion/libsvn_ra_dav/fetch.c
>    trunk/subversion/mod_dav_svn/update.c
> Log:
> Ouch.  Fix a bug which caused ra-dav clients to both receive inline
> textdeltas and then turn around as ask the server for the text again.
> Also, put some temporary bandages in place so that clients can be
> upgraded independently of servers and still get the effects of this
> fix.
> 
> * subversion/mod_dav_svn/update.c
>   (upd_close_file): Don't transmit the <fetch-file> tag when in
>     "send-all" mode.
> 
> * subversion/libsvn_ra_dav/fetch.c
>   (start_element): Don't fetch file contents, even when told to, if we
>     know we're using the new "send-all" server mode.  This is the
>     aforementioned bandage.

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

Re: Jostein, ready to try your hand at 0.33.1?

Posted by "Jostein Chr. Andersen" <jo...@josander.net>.
On Monday 17 November 2003 20.01, kfogel@collab.net wrote:
> Jostein, this change by Mike fixes a huge 'oops' in 0.33 -- it's not a
> correctness issue, but a major performance issue for updates.  It
> warrants a 0.33.1 release.  Fortunately, due to the way Mike made the
> fix, the problem is solved if *either* client or a server uses the new
> code, so people don't have to rush to upgrade their servers.
>
> Would you like to make 0.33.1?  Just copy the 0.33.0 tag to a 0.33.1
> branch, merge this one change (r7782), then follow the standard
> release process, resulting in a 0.33.1 tag and tarball.
>
> Ben and I (and others) are standing by to answer questions, of course.

I'm starting now. I will ask for help when needed (better safe than 
sorry..)

Jostein
-- 
Jostein Chr. Andersen <jo...@josander.net>
http://www.josander.net/


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

Re: Jostein, ready to try your hand at 0.33.1?

Posted by "Jostein Chr. Andersen" <jo...@josander.net>.
On Monday 17 November 2003 20.01, kfogel@collab.net wrote:
> Jostein, this change by Mike fixes a huge 'oops' in 0.33 -- it's not a
> correctness issue, but a major performance issue for updates.  It
> warrants a 0.33.1 release.  Fortunately, due to the way Mike made the
> fix, the problem is solved if *either* client or a server uses the new
> code, so people don't have to rush to upgrade their servers.
>
> Would you like to make 0.33.1?  Just copy the 0.33.0 tag to a 0.33.1
> branch, merge this one change (r7782), then follow the standard
> release process, resulting in a 0.33.1 tag and tarball.
>
> Ben and I (and others) are standing by to answer questions, of course.

I'm starting now. I will ask for help when needed (better safe than 
sorry..)

Jostein
-- 
Jostein Chr. Andersen <jo...@josander.net>
http://www.josander.net/


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