SvnCpp
|
#include <wc.hpp>
Static Public Member Functions | |
static bool | checkWc (const char *dir) |
static bool | checkWc (const Path &dir) |
static void | ensureAdm (const char *dir, const char *uuid, const char *url, const Revision &revision) |
static void | setAdmDir (const char *dir) |
static bool | isAdmDir (const char *name) |
Class that deals with a working copy
|
static |
check if Path is a valid working directory
dir | path to a directory |
|
static |
|
static |
ensure that an administrative area exists for dir, so that dir is a working copy subdir based on url at revision.
dir | path to a directory |
uuid | |
url | corresponding url |
revision | expected working copy revision |
|
static |
checks whether name is an administrative directory
|
static |
use dir as name for the subversion administrative directory instead of the standard ".svn"
dir |