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

Re: [PATCH] Re: svn co svn://... gets confused by errors in RC file

From: <rooneg_at_electricjellyfish.net>
Date: 2003-01-23 00:38:43 CET

On Wednesday, January 22, 2003, at 06:03 PM, Eric Gillespie wrote:

 Log message and patch:

 Teach ra_svn to report syntax errors in the .subversion/servers
 config file as ra_dav does (thanks to Greg Hudson for help).

 * subversion/libsvn_ra_svn/client.c:

   (find_tunnel_agent): Return svn_error_t * instead of returning
   the const char * output. Now take a const char ** output
   parameter. Finally, report errors from svn_config_read_servers.

   (ra_svn_open): Adapt to new interface of and report errors from
   find_tunnel_agent.

committed in revision 4509, although i put the output parameter before
the pool parameter, rather than after, since most of our code i've seen
takes the pool as the last argument.

although now that i look closer at that file, it seems to have no clear
style on that, using several different orderings, so i suppose the
other way was just as good. oh well.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:07:31 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.