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

Re: [PATCH] svn_load_dirs.pl patch for Win32

From: Branko Čibej <brane_at_xbc.nu>
Date: 2004-05-03 12:55:39 CEST

Ian Brockbank wrote:

>Hi,
>
>As I posted on the users list, I had to make a few modifications to get
>svn_load_dirs.pl working on Windows XP (with ActivePerl 5.8). Here's
>the patch:
>
>
>Log message:
>
>Get svn_load_dirs.pl working on Windows. This required the following
>changes:
>
> * open(HANDLE, "-|"); doesn't work on Windows. I replaced it with
> open(HANDLE, "@commandline |"); on Windows ($^O eq "MSWin32").
> * Windows chokes on the multi-line commands. This is caused by
> comments and (potentially) properties.
> I write these to a temporary file and use --file instead of -m.
> * Windows does some processing of the command line so the script
> needs to deal with this.
> * Windows doesn't define TMPDIR by default. It does define TEMP,
> so I use that if TMPDIR isn't found.
>
>

Would it be very hard to reformat this log message so that it conforms
to the rules set out in the HACKING file?

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon May 3 12:58:06 2004

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.