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

Re: ISSUE+PATCH: svn_load_dirs.pl fails on filenames containing $-sign ( probably Cygwin specific )

From: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2005-09-05 13:04:08 CEST

Citeren Max Bowsher <maxb@ukf.net>:

> Lieven Govaerts wrote:
> > Max Bowsher <maxb@ukf.net>:
> >> You say you are using Cygwin, yet your patch exclusively touches code
> >> which
> >> is only used when running with native-Windows Perl.
> >> I suspect your problems are due to mixing Cygwin and non-Cygwin
> >> components.
> >>
> >> I think that the patch would cause problems for fully native-Windows
> >> environments.
> >
> > Max,
> >
> > I don't have Perl installed in my windows environment, only as a cygwin
> > package. As a double check, this is the info concerning perl and svn in
> > my cygwin:
> >
> > $ which perl
> > /usr/bin/perl
> >
> > $ perl --version
> > This is perl, v5.8.7 built for cygwin-thread-multi-64int
> >
> > $ which svn
> > /usr/bin/svn
> >
> > $ svn --version
> > svn, version 1.2.0 (r14790)
> > compiled Jun 10 2005, 22:10:10
> >
> > It's clear that the code in my patch is executed, as it fixes my problem.
> > Any idea which other component can be involved then?
>
> The code you patched is definitely inside a conditional to run only for
> native windows perl.
> What does this print?:
> perl -MEnglish -e "print $OSNAME;"
>
> I'm baffled.
>
> Max.
$ perl -MEnglish -e "print $OSNAME;"

$

Seems that $OSNAME is an empty string.

I checked this on another pc too, same result. OS = windows 2000.

Cygwin is uptodate with current release.
We installed all standard packages + subversion 1.2.0-1, perl 5.8.7-4,
openssl 0.9.8.2, openssl 097 0.9.7g-1.

Lieven.

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 5 13:05:31 2005

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.