Daniel Shahaf wrote on Fri, Feb 01, 2013 at 19:15:04 +0200:
> Hi again!
> 
> Ryan Vordermann wrote on Thu, Jan 31, 2013 at 13:01:19 -0700:
> > Hi,
> > 
> > My name is Ryan. I'm not subscribed to this list so I would appreciate
> > being CC'ed on responses
> > 
> > I'm working on a utility that uses the svn client api. Right now it works,
> >  but I want to add support for usernames and passwords. I do not (yet)
> 
> Have a look at subversion/tests/cmdline/atomic-ra-revprop-change.c .  It
> supports exactly providing a (single, known-in-advance)
> username/password pair.

I should clarify, though: that tool uses the svn_ra_* API directly,
bypassing the (higher-level) svn_client_* API.  Your tool might or might
not want to do that.

Reply via email to