RE: [Patch] RE: Windows drive letter check fails on lower case current working drive

2010-05-19 Thread Bert Huijben
e Jr. > > Cc: Bert Huijben; d...@apr.apache.org; 'Philip Martin'; 'Bert > Huijben'; > > dev@subversion.apache.org > > Subject: Re: [Patch] RE: Windows drive letter check fails on lower > case > > current working drive > > > > William A. Rowe Jr. wro

RE: [Patch] RE: Windows drive letter check fails on lower case current working drive

2010-01-20 Thread Bert Huijben
> -Original Message- > From: Branko Čibej [mailto:br...@xbc.nu] > Sent: woensdag 20 januari 2010 10:17 > To: William A. Rowe Jr. > Cc: Bert Huijben; d...@apr.apache.org; 'Philip Martin'; 'Bert Huijben'; > dev@subversion.apache.org > Subject: Re: [Pa

Re: [Patch] RE: Windows drive letter check fails on lower case current working drive

2010-01-20 Thread Branko Čibej
William A. Rowe Jr. wrote: > On 1/19/2010 5:19 AM, Bert Huijben wrote: > >> The patch was written on the 1.4.x branch but I svn switch'ed it to trunk >> for easy application. >> > > I would suggest one bit of alternate code that is a bit more condensed, any > concern?; > > +static int same

Re: [Patch] RE: Windows drive letter check fails on lower case current working drive

2010-01-19 Thread William A. Rowe Jr.
On 1/19/2010 5:19 AM, Bert Huijben wrote: > > The patch was written on the 1.4.x branch but I svn switch'ed it to trunk for > easy application. I would suggest one bit of alternate code that is a bit more condensed, any concern?; +static int same_drive(const char *path1, const char *path2) +{ +

[Patch] RE: Windows drive letter check fails on lower case current working drive

2010-01-19 Thread Bert Huijben
Ping, This issue (and mailinglist thread) is now more than two months old. The latest patch adds a testcase showing the issue in the APR testsuite. (There is also an XFail test in the subversion testsuite for this issue) The patch was written on the 1.4.x branch but I svn switch'ed it t