Re: [PATCH] for building subversion 1.6.12 for haiku

2010-10-25 Thread Philip Martin
Julian Foad writes: > On Fri, 2010-10-22, scott mc wrote: >> We've run into another issue on Haiku, perhaps it's just something I >> did wrong when configuring it, seems the subversion port on Haiku >> thinks the system uses ISO-8859-15 encoding: >> http://ports.haiku-files.org/ticket/422 >> Haik

Re: [PATCH] for building subversion 1.6.12 for haiku

2010-10-25 Thread Julian Foad
On Fri, 2010-10-22, scott mc wrote: > We've run into another issue on Haiku, perhaps it's just something I > did wrong when configuring it, seems the subversion port on Haiku > thinks the system uses ISO-8859-15 encoding: > http://ports.haiku-files.org/ticket/422 > Haiku's locale kit is still evolv

Re: [PATCH] for building subversion 1.6.12 for haiku

2010-10-22 Thread scott mc
>> Patch by: Scott McCreary (HaikuPorts) >> Found by: Chris Roberts (HaikuPorts) > > Committed in r1024558.  Thanks! > > -- > Philip > Thanks Philip. We've run into another issue on Haiku, perhaps it's just something I did wrong when configuring it, seems the subversion port on Haiku thinks the

Re: [PATCH] for building subversion 1.6.12 for haiku

2010-10-20 Thread Philip Martin
scott mc 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 Haik

Re: [PATCH] for building subversion 1.6.12 for haiku

2010-10-13 Thread scott mc
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 directori

Re: [PATCH] for building subversion 1.6.12 for haiku

2010-10-13 Thread Philip Martin
Gavin Beau Baumanis 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. */ >

Re: [PATCH] for building subversion 1.6.12 for haiku

2010-10-13 Thread Gavin Beau Baumanis
Ping. This submission has received no responses in over a week. Gavin "Beau" Baumanis On 05/10/2010, at 5:21 AM, scott mc wrote: > I've attached the 1.6.12 patch and the 1.7.xx-svn patches. >> -scottmc >> >> Scott McCreary >> HaikuPorts >> > > This time as in-line text: > > ---

Re: [PATCH] for building subversion 1.6.12 for haiku

2010-10-04 Thread scott mc
I've attached the 1.6.12 patch and the 1.7.xx-svn patches. > -scottmc > > Scott McCreary > HaikuPorts > This time as in-line text: ---1.6.12.patch diff -urN subversion-1.6.12/subversion/libsvn_subr/config_file.c subversion-1.6.12-haiku/subversion/libsvn_subr/config_file.c ---

Re: [PATCH] for building subversion 1.6.12 for haiku

2010-10-04 Thread scott mc
Philip, On Thu, Sep 30, 2010 at 9:53 AM, Philip Martin wrote: > scott mc writes: > >> On Wed, Sep 29, 2010 at 5:45 PM, Philip Martin >> wrote: >> >>> Please write a log message: >> - >>

Re: [PATCH] for building subversion 1.6.12 for haiku

2010-09-30 Thread Philip Martin
scott mc writes: > On Wed, Sep 29, 2010 at 5:45 PM, Philip Martin > wrote: > >> Please write a log message: > - > > 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

Re: [PATCH] for building subversion 1.6.12 for haiku

2010-09-29 Thread scott mc
On Wed, Sep 29, 2010 at 5:45 PM, Philip Martin wrote: > Please write a log message: - 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 directo

Re: [PATCH] for building subversion 1.6.12 for haiku

2010-09-29 Thread Philip Martin
scott mc writes: Please write a log message: http://subversion.apache.org/docs/community-guide/conventions.html#log-messages Please use spaces rather than tabs for indentation. > Index: subversion/libsvn_subr/config_file.c > === >

Re: [PATCH] for building subversion 1.6.12 for haiku

2010-09-29 Thread scott mc
> Unfortunately this mailing list appears to be silently dropping > attachments in some cases. Can you try again with a .txt extension? > > Also, would it be possible for you to send a patch that's relative > to Subversion's trunk code, rather than 1.6.12? > > Thanks, > Stefan > Sure. Here it is

Re: [PATCH] for building subversion 1.6.12 for haiku

2010-09-29 Thread Stefan Sperling
On Wed, Sep 29, 2010 at 07:37:27AM -0700, scott mc wrote: > Here is the patch we use for building subversion on Haiku. > -scottmc > > Scott McCreary > HaikuPorts Unfortunately this mailing list appears to be silently dropping attachments in some cases. Can you try again with a .txt extension? Al

[PATCH] for building subversion 1.6.12 for haiku

2010-09-29 Thread scott mc
Here is the patch we use for building subversion on Haiku. -scottmc Scott McCreary HaikuPorts