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

[PATCH]doc string update for subversion/libsvn_ra_svn/client.c:open_session

From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: 2006-11-16 10:12:20 CET

Hi All,
Find the attached patch and log.

With regards
Kamesh Jayachandran

[[[

Doc string update.

* subversion/libsvn_ra_svn/client.c
  (open_session):
   Fixing doc string as per current code.

Patch by: Kamesh Jayachandran <kamesh@collab.net>
]]]

Index: subversion/libsvn_ra_svn/client.c
===================================================================
--- subversion/libsvn_ra_svn/client.c (revision 22315)
+++ subversion/libsvn_ra_svn/client.c (working copy)
@@ -492,9 +492,9 @@
 }
 
 /* Open a session to URL, returning it in *SESS_P, allocating it in POOL.
- URI is a parsed version of URL. AUTH_BATON is provided by the caller of
- ra_svn_open. If tunnel_argv is non-null, it points to a program
- argument list to use when invoking the tunnel agent. */
+ URI is a parsed version of URL. CALLBACKS and CALLBACKS_BATON
+ are provided by the caller. If tunnel_argv is non-null, it points to a
+ program argument list to use when invoking the tunnel agent. */
 static svn_error_t *open_session(svn_ra_svn__session_baton_t **sess_p,
                                  const char *url,
                                  const apr_uri_t *uri,

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 16 10:12:43 2006

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.