File fix_repository_path.patch of Package rapidsvn
--- rapidsvn-0.13.0.orig/libsvncpp/include/svncpp/repository_path.hpp 2018-08-28 03:27:31.000000000 +0300
+++ rapidsvn-0.13.0/libsvncpp/include/svncpp/repository_path.hpp 2019-05-31 17:46:06.701417033 +0300
@@ -37,8 +37,8 @@
private:
std::string m_repositoryRoot;
- RepositoryPath(const Path &) {}
- Path& operator= (const Path & path) {}
+ RepositoryPath(const Path &);
+ Path& operator= (const Path & path);
public:
/**