[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Updating to the latest neon release

From: Sergey A. Lipnevich <sergeyli_at_pisem.net>
Date: 2002-06-02 01:52:55 CEST

Hi Sander,

I'm sure you know that, but maybe you'll be interested in what renames I
did to make subversion compile with neon 0.21.0:

       for S in `find subversion/ -name "*.[ch]" -and -type f`; do
               sedit "s/struct uri/ne_uri/" $S
               sedit "s/uri_parse\((.*),
NULL\);/ne_uri_parse\(\1\);/" $S
               sedit "s/uri_free/ne_uri_free/" $S
               sedit "s/uri_compare/ne_uri_compare/" $S
               sedit "s/sock_init/ne_sock_init/" $S
       done

sedit is a small function that calls sed and uses /tmp to perform the
actual replace. perl can do that also. The line about uri_parse may not
work exactly right, but the idea is to rename to ne_uri_parse() and cut
out parameter #3 which is always NULL.
If you need a patch again r1868, please let me know.
Thanks!

Sergey.

Sander Striker wrote:

>>From: Garrett Rooney [mailto:rooneg@electricjellyfish.net]
>>Sent: 01 June 2002 20:54
>>
>>
>
>
>
>>On Sat, Jun 01, 2002 at 08:55:18PM +0200, Sander Striker wrote:
>>
>>
>>>Anyone have any objections if I upgrade us to
>>>use the latest neon release?
>>>
>>>That way I can finally incorporate the deflate
>>>patches aswell.
>>>
>>>Thoughts?
>>>
>>>
>>please, feel free. i've been waiting for us to upgrade to the latest
>>release so i can upgrade the freebsd neon port, and it would be nice
>>to be able to do so soon. i'd hate to have the next snapshot of
>>subversion rely on an older version of neon unless it was absolutely
>>necessary.
>>
>>i spent about 5 minutes looking at what would need to be done a while
>>back, but i didn't have a chance to finish it and likely won't have
>>time for a few weeks.
>>
>>-garrett
>>
>>
>
>Ok, enough feedback as far as I'm concerned. I'll do the update tomorrow
>morning, at around 12:00 GMT +1.
>
>Sander
>
>---------------------------------------------------------------------
>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
Received on Sun Jun 2 03:40:00 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.