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

Re: svn rev 7611: FAIL (i386-unknown-freebsdelf5.0 static ra_local)

From: D.J. Heap <djheap_at_dhiprovo.com>
Date: 2003-11-03 19:13:18 CET

Sander Striker wrote:
>>From: Branko Cibej [mailto:brane@xbc.nu]
>>Sent: Monday, November 03, 2003 5:52 PM
>
>
>>>How about, "Since it's temporary, let's leave well enough alone and go
>>>respond to Russ's message"?
>>>
>>>http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=48883
>>>
>>>:)
>>
>>That message is irrelevant. It has nothing to do with this thread.
>
>
> And TBH, I'd rather not go that way. Unless a large crowd of people
> compiling on win32 decides on grouping and purchasing pitchforks.
>
> I think that requiring APR_0_9_BRANCH on win32 temporarily might be
> acceptable. Thoughts?
>
> Sander
>

With Brane's patch to apu.hw (in both places -- httpd's directory and
Subversion's copy of apr-util) and this little patch I'm compiling fine
on Windows now. It's not ideal, but since it is temporary, I personally
don't mind.

DJ

Index: subversion/libsvn_subr/io.c
===================================================================
--- subversion/libsvn_subr/io.c (revision 7614)
+++ subversion/libsvn_subr/io.c (working copy)
@@ -273,7 +273,7 @@
      }
  #ifdef SVN_WIN32
    /* Next, on Win32, try the C:\TEMP directory. */
- if (test_tempdir("C:\\TEMP", p))
+ if (test_tempdir("C:\\TEMP", pool))
      {
        memcpy(global_temp_dir, "C:\\TEMP", 7 + 1);
        goto end;

**********************************************************************
This email and any files transmitted with it are confidential
and intended solely for the use of the individual or entity to
whom they are addressed. If you have received this email
in error please notify the system manager.

This footnote also confirms that this email message has been
swept by MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Nov 3 19:14:22 2003

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.