The Tigris site will receive a major upgrade the evening of Monday, December 1, beginning at 8:30 pm PST. Downtime is projected to be about ten hours.
Further details in the announcement
svn::Url Class Reference
#include <url.hpp>
|
Public Member Functions |
| | Url () |
| virtual | ~Url () |
Static Public Member Functions |
| static bool | isValid (const char *urlToValidate) |
| static std::string | escape (const char *url) |
| static std::string | unescape (const char *url) |
static std::vector
< std::string > | supportedSchemas () |
Constructor & Destructor Documentation
| virtual svn::Url::~Url |
( |
|
) |
[virtual] |
Member Function Documentation
| static bool svn::Url::isValid |
( |
const char * |
urlToValidate |
) |
[static] |
| static std::string svn::Url::escape |
( |
const char * |
url |
) |
[static] |
| static std::string svn::Url::unescape |
( |
const char * |
url |
) |
[static] |
returns a url with forbidden charachters like spaces unescaped
Undo the changes done by the previous function, escape ()
| static std::vector<std::string> svn::Url::supportedSchemas |
( |
|
) |
[static] |
returns a vector with url schemas that are supported by svn
- Returns:
- vector with entries like "file:", "http:"
- Deprecated:
- since 0.9.1 (returns an empty vector now)
The documentation for this class was generated from the following file:
Generated on Tue Mar 4 00:40:41 2008 for SvnCpp by
1.5.3