#include <client.hh>
Public Member Functions | |
| AuthBaton () | |
| void | setPrompt (const PromptFunc &newPrompt) |
| void | setStoreAuthInfo (bool newVal) |
| bool | getGotNewAuthInfo () const |
Protected Attributes | |
| svn_client_auth_baton_t | me |
Friends | |
| void | checkout (boost::function1< void, const wc::Notification & >, AuthBaton, const std::string &, const std::string &, const RevisionSpecifier &, bool, Pool &) |
Checks out a working copy of url at revision, using path as the root directory of the newly-checked-out working copy, and authenticating with authBaton. | |
| void | update (AuthBaton, const std::string &path, const RevisionSpecifier &revision, bool recurse, boost::function1< void, const wc::Notification & > notifyFunction, Pool &pool) |
| void | doSwitch (AuthBaton, const std::string &path, const std::string &url, const RevisionSpecifier &revision, bool recurse, boost::function1< void, const wc::Notification & >, Pool &pool) |
Definition at line 28 of file client.hh.
|
|
Definition at line 33 of file client.cc. References me. |
|
|
Definition at line 46 of file client.hh. References me. |
|
|
Definition at line 44 of file client.hh. References svn::client::PromptFunc. |
|
|
Definition at line 45 of file client.hh. References me. |
|
||||||||||||||||||||||||||||||||
|
Checks out a working copy of
Uses |
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
Definition at line 49 of file client.hh. Referenced by AuthBaton(), svn::client::checkout(), svn::client::doSwitch(), getGotNewAuthInfo(), setStoreAuthInfo(), and svn::client::update(). |
1.3.5