Fixed a typo in the previous version of the subversion patch, but this patch isn't giving the desired effect of the subversion user config directory being put into home/config/settings/subversion, it's still going into home/subversion

So may need some further development to get this working as expected.
This commit is contained in:
Scott McCreary
2009-09-04 07:47:07 +00:00
parent e17350b5e1
commit 57aca12d02

View File

@@ -28,7 +28,7 @@ diff -urN subversion-1.6.5/subversion/libsvn_subr/config_file.c subversion-1.6.5
+ return SVN_NO_ERROR;
+
+ *path_p = svn_path_join_many (pool, folder,
+ SVN_CONFIG__USER_DIRECTORY, fname, NULL);
+ SVN_CONFIG__USR_DIRECTORY, fname, NULL);
+}
+#else /* ! WIN32 && !__HAIKU__ */