[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: Michael W Thelen <thelenm_at_cs.utah.edu>
Date: 2004-05-18 18:11:13 CEST

* Ian Brockbank <Ian.Brockbank@wolfsonmicro.com> [2004-05-18 09:57]:
> > The short of it: Ian Brockbank created a patch for svn_load_dirs.pl
> > which allows it to run on the Win32 platform. I have just applied the
> > patch, and I would like to report that it works perfectly.
> > Only had to
> > replace $OSNAME with $^O. Perl was complaining that $OSNAME had to be
> > prefixed with a package name, and I didn't know which one to use.
>
> Thanks! Interesting about $OSNAME - it works fine for me. However, I
> originally wrote it with $^O and then changed it to $OSNAME for better
> readability. I'm happy to change it back.

$OSNAME should work fine if the program uses the English module (but it
doesn't look like it does). Without using English, it shouldn't even
make it past compilation, since svn_load_dirs.pl also uses strict.

-- Mike

-- 
Michael W. Thelen
Nostalgia isn't what it used to be.
                -- Peter DeVries

Received on Tue May 18 18:12:39 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.