diff --git a/reference/svn/functions/svn-mkdir.xml b/reference/svn/functions/svn-mkdir.xml
new file mode 100644
index 0000000000..bfff0e03c2
--- /dev/null
+++ b/reference/svn/functions/svn-mkdir.xml
@@ -0,0 +1,75 @@
+
+
+
+
+
+ svn_mkdir
+ Creates a directory in a working copy or repository
+
+
+
+ &reftitle.description;
+
+ boolsvn_mkdir
+ stringpath
+
+
+ Creates a directory in a working copy or repository.
+
+
+
+
+ &reftitle.parameters;
+
+
+
+ path
+
+
+ The path to the working copy or repository.
+
+
+
+
+
+
+
+
+ &reftitle.returnvalues;
+
+ &return.success;
+
+
+
+
+ &reftitle.seealso;
+
+
+ svn_add
+ svn_copy
+
+
+
+
+
+
+
diff --git a/reference/svn/functions/svn-revert.xml b/reference/svn/functions/svn-revert.xml
new file mode 100644
index 0000000000..d45b2ff170
--- /dev/null
+++ b/reference/svn/functions/svn-revert.xml
@@ -0,0 +1,84 @@
+
+
+
+
+
+ svn_revert
+ Revert changes to the working copy
+
+
+
+ &reftitle.description;
+
+ boolsvn_revert
+ stringpath
+ boolrecursivefalse
+
+
+ Revert any local changes to the path in a working copy.
+
+
+
+
+ &reftitle.parameters;
+
+
+
+ path
+
+
+ The path to the working repository.
+
+
+
+
+ recursive
+
+
+ Optionally make resurive changes. Defaults to &false;
+
+
+
+
+
+
+
+
+ &reftitle.returnvalues;
+
+ &return.success;
+
+
+
+
+ &reftitle.seealso;
+
+
+ svn_delete
+ svn_export
+
+
+
+
+
+
+