25 #ifndef _SVNCPP_CLIENT_H_
26 #define _SVNCPP_CLIENT_H_
29 #if defined (_MSC_VER) && _MSC_VER <= 1200
31 #pragma warning (disable: 4786)
33 #pragma warning (disable: 4290)
37 #if defined (_MSC_VER) && _MSC_VER > 1200 && _MSC_VER <= 1500
39 #pragma warning (disable: 4290)
156 const bool descend =
false,
157 const bool get_all =
true,
158 const bool update =
false,
159 const bool no_ignore =
false,
200 const Path & destPath,
203 bool ignore_externals =
false,
229 remove(
const Targets & targets,
280 std::vector<svn_revnum_t>
358 const char * message,
378 const Path & destPath,
426 const Path & to_path,
428 bool overwrite =
false,
430 bool ignore_externals =
false,
454 import(
const Path & path,
456 const char * message,
459 import(
const Path & path,
461 const char * message,
472 const Path & localPath,
bool force,
474 bool notice_ancestry =
false,
513 log(
const char * path,
516 bool discoverChangedPaths =
false,
544 const bool recurse,
const bool ignoreAncestry,
573 const bool recurse,
const bool ignoreAncestry,
602 const Revision & revision2,
const bool recurse,
603 const bool ignoreAncestry,
const bool noDiffDeleted)
617 list(
const char * pathOrUrl,
618 svn_opt_revision_t * revision,
633 bool recurse =
false);
649 bool recurse =
false);
669 const char * propValue,
672 bool recurse =
false,
673 bool skip_checks =
true);
688 bool recurse =
false);
699 std::pair<svn_revnum_t,PropertiesMap>
712 std::pair<svn_revnum_t,std::string>
730 const char * propValue,