~ubuntu-branches/debian/sid/subversion/sid

« back to all changes in this revision

Viewing changes to subversion/tests/libsvn_wc/utils.h

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2014-05-20 22:45:32 UTC
  • mfrom: (0.2.12)
  • Revision ID: package-import@ubuntu.com-20140520224532-4fec3gohdzyy692g
Tags: 1.8.9-1
* New upstream release
* Merge changes from Ubuntu:
  - Add DEB-8 test for Apache functionality
  - debian/rules: Create pot file on build.
  - debian/rules: Ensure the doxygen output directory exists
  - Move svn2cl to subversion-tools' Suggests on Ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
svn_error_t *
105
105
sbox_wc_copy(svn_test__sandbox_t *b, const char *from_path, const char *to_path);
106
106
 
 
107
svn_error_t *
 
108
sbox_wc_copy_url(svn_test__sandbox_t *b, const char *from_url,
 
109
                 svn_revnum_t revision, const char *to_path);
 
110
 
 
111
svn_error_t *
 
112
sbox_wc_relocate(svn_test__sandbox_t *b,
 
113
                 const char *new_repos_url);
 
114
 
107
115
/* Revert a WC file or directory tree at PATH */
108
116
svn_error_t *
109
117
sbox_wc_revert(svn_test__sandbox_t *b, const char *path, svn_depth_t depth);