Gavin Beau Baumanis <gav...@thespidernet.com> writes:

>> --- subversion-1.7.xx-svn/subversion/libsvn_subr/config_impl.h       
>> (revision
>> 1002735)
>> +++ subversion-1.7.xx-svn/subversion/libsvn_subr/config_impl.h       
>> (working copy)
>> @@ -114,8 +114,11 @@
>>    or svn_config_get_user_config_path() instead. */
>> #ifdef WIN32
>> #  define SVN_CONFIG__SUBDIRECTORY    "Subversion"
>> -#else  /* ! WIN32 */
>> +#elif defined __HAIKU__ /* HAIKU */
>> #  define SVN_CONFIG__SYS_DIRECTORY   "subversion"
>> +#  define SVN_CONFIG__USR_DIRECTORY   "subversion"
>> +#else  /* ! WIN32 && ! __HAIKU__ */
>> +#  define SVN_CONFIG__SYS_DIRECTORY   "/etc/subversion"
>> #  define SVN_CONFIG__USR_DIRECTORY   ".subversion"
>> #endif /* WIN32 */

This bit doesn't apply, it's obviously wrong.  Scott, please send a
clean patch for trunk.

-- 
Philip

Reply via email to