[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] for building subversion 1.6.12 for haiku

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 20 Oct 2010 10:20:00 +0100

scott mc <scottmc2_at_gmail.com> writes:

> Here's the updated patch vs. svn r1022152, feel free to add a
> "reviewed by" to the message below.
> Thanks,
> -scottmc
>
> ------------------------------------------------------------------------------------------------------
> This patch makes use of find_directory() on Haiku to locate the proper
> directories to use. Currently B_USER_SETTINGS_DIRECTORY points to
> /boot/home/config/settings, so this puts the .subversion directory in
> /boot/home/config/settings/subversion instead of $HOME/subversion or
> $HOME/.subversion.
>
> * subversion/libsvn_subr/config_file.c
> (svn_config__sys_config_path): Set the path on Haiku to point to
> "B_COMMON_SETTINGS_DIRECTORY"
> + SVN_CONFIG__SYS_DIRECTORY
> (svn_config__usr_config_path): Set the path on Haiku to point to
> "B_USER_SETTINGS_DIRECTORY"
> + SVN_CONFIG__USR_SUBDIRECTORY
>
> * subversion/libsvn_subr/config_impl.h:
> Set SVN_CONFIG__SYS_DIRECTORY and SVN_CONFIG__USR_DIRECTORY for Haiku
>
> Patch by: Scott McCreary <scottmc2_at_gmail.com> (HaikuPorts)
> Found by: Chris Roberts <cpr420_at_gmail.com> (HaikuPorts)

Committed in r1024558. Thanks!

-- 
Philip
Received on 2010-10-20 11:20:49 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.