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

[PATCH] Documentation update for Client.pm so examples work.

From: Ben Reser <ben_at_reser.org>
Date: 2003-12-13 11:14:14 CET

* subversion/bindings/swig/perl/Client.pm
    Fix the docs so the example actually works.

Index: subversion/bindings/swig/perl/Client.pm
===================================================================
--- subversion/bindings/swig/perl/Client.pm (revision 7997)
+++ subversion/bindings/swig/perl/Client.pm (working copy)
@@ -12,8 +12,8 @@
     my $ctx = SVN::_Client::new_svn_client_ctx_t ();
 
     $ctx->auth_baton (SVN::Core::auth_open
- ([SVN::Client::get_simple_provider,
- SVN::Client::get_username_provider]));
+ ([SVN::Client::get_simple_provider(),
+ SVN::Client::get_username_provider()]));
 
     SVN::Client::cat (\*STDOUT,
                       'http://svn.collab.net/repos/svn/trunk/README',

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Dec 13 11:15:23 2003

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.