Main Page | Namespace List | Class Hierarchy | Data Structures | File List | Namespace Members | Data Fields | Globals

wc.hpp

Go to the documentation of this file.
00001 /* 00002 * ==================================================================== 00003 * Copyright (c) 2002-2004 The RapidSvn Group. All rights reserved. 00004 * 00005 * This software is licensed as described in the file LICENSE.txt, 00006 * which you should have received as part of this distribution. 00007 * 00008 * This software consists of voluntary contributions made by many 00009 * individuals. For exact contribution history, see the revision 00010 * history and logs, available at http://rapidsvn.tigris.org/. 00011 * ==================================================================== 00012 */ 00013 00014 #ifndef _SVNCPP_WC_HPP_ 00015 #define _SVNCPP_WC_HPP_ 00016 00017 // svncpp 00018 #include "svncpp/revision.hpp" 00019 00020 00021 namespace svn 00022 { 00026 class Wc 00027 { 00028 public: 00035 static bool 00036 checkWc (const char * dir); 00037 00047 static void 00048 ensureAdm (const char * dir, const char * uuid, 00049 const char * url, const Revision & revision); 00050 00051 static const char * ADM_DIR_NAME; 00052 00053 private: 00054 }; 00055 } 00056 00057 #endif 00058 /* ----------------------------------------------------------------- 00059 * local variables: 00060 * eval: (load-file "../../rapidsvn-dev.el") 00061 * end: 00062 */

Generated on Fri Sep 3 00:33:07 2004 for SvnCpp by doxygen 1.3.8