You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Reser <be...@reser.org> on 2003/12/13 10:14:14 UTC

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

* 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 <be...@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

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

Posted by Erik Huelsmann <e....@gmx.net>.
> * subversion/bindings/swig/perl/Client.pm                                 
>      
>     Fix the docs so the example actually works.
> 

Applied in r7998. Thanks.

bye,

Erik.

-- 
+++ GMX - die erste Adresse für Mail, Message, More +++
Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net



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