You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Kamesh Jayachandran <ka...@collab.net> on 2006/12/20 06:26:15 UTC

Re: svn commit: r22761 - trunk/subversion/libsvn_ra_dav

dlr@tigris.org wrote:
> Modified: trunk/subversion/libsvn_ra_dav/README
> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/libsvn_ra_dav/README?pathrev=22761&r1=22760&r2=22761
> ==============================================================================
> --- trunk/subversion/libsvn_ra_dav/README	(original)
> +++ trunk/subversion/libsvn_ra_dav/README	Tue Dec 19 14:21:43 2006
> @@ -16,7 +16,7 @@
>  
>  Both Neon and ra_dav have concepts known as 'session' and 'request'.
>  The request concept in ra_dav parallels the one in Neon, except that
> -it stores request related information for ra_dav.  The session
> +ra_dav's stores request-related info for the RA layer.  The session
>   
Should it not be?

+ra_dav stores request-related info for the RA layer.  The session

>  concept in ra_dav differs from the one in Neon: while the one in Neon
>  is mainly meant to track / maintain a socket connection, the ra_dav
>  session is the RA session opened by an RA consumer.  An ra_dav session
> @@ -70,8 +70,7 @@
>  
>   * Make Neon resources which need explicit destruction live as short
>     as possible, or register a pool cleanup to ensure destruction.
> -   Preferrably copy the results into a pool with the required life time
> -   though.
> +   Preferrably, copy the results into a pool with the necessary lifetime
>   
Missing period.

With regards
Kamesh Jayachandran

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

Re: svn commit: r22761 - trunk/subversion/libsvn_ra_dav

Posted by Daniel Rall <dl...@collab.net>.
On Wed, 20 Dec 2006, Kamesh Jayachandran wrote:

[snip corrections]

Thanks, fixed in r22764.