From 57aca12d02f98a264d21625cb3d8c734f11e9bab Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Fri, 4 Sep 2009 07:47:07 +0000 Subject: [PATCH] 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. --- dev-util/subversion/subversion-1.6.5-haiku-2.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/subversion/subversion-1.6.5-haiku-2.diff b/dev-util/subversion/subversion-1.6.5-haiku-2.diff index 742875903..fe47041ec 100644 --- a/dev-util/subversion/subversion-1.6.5-haiku-2.diff +++ b/dev-util/subversion/subversion-1.6.5-haiku-2.diff @@ -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__ */