mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
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:
@@ -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__ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user