#include <client.hh>
Public Types | |
| enum | Type { rUnspecified = svn_opt_revision_unspecified, rNumber = svn_opt_revision_number, rDate = svn_opt_revision_date, rCommitted = svn_opt_revision_committed, rPrevious = svn_opt_revision_previous, rBase = svn_opt_revision_base, rWorking = svn_opt_revision_working, rHead = svn_opt_revision_head } |
Public Member Functions | |
| RevisionSpecifier (const RevisionNumber &) | |
| RevisionSpecifier (const apr::Time &) | |
Static Public Attributes | |
| const RevisionSpecifier | COMMITTED |
| const RevisionSpecifier | TRUNK |
| const RevisionSpecifier | PREVIOUS |
| const RevisionSpecifier | BASE |
| const RevisionSpecifier | WORKING |
| const RevisionSpecifier | HEAD |
Protected Attributes | |
| svn_opt_revision_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 58 of file client.hh.
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||||||||||
|
Checks out a working copy of
Uses |
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 96 of file client.hh. Referenced by svn::client::checkout(), svn::client::doSwitch(), and svn::client::update(). |
|
|
|
|
|
|
|
|
|
1.3.5