Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the SVN-Look CPAN distribution.

Report information
The Basics
Id: 55672
Status: resolved
Priority: 0/
Queue: SVN-Look

People
Owner: GNUSTAVO [...] cpan.org
Requestors: joel [...] peshkin.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: SVN::Look wont install on Windows (ActiveState)
Date: Wed, 17 Mar 2010 14:14:46 -0700 (PDT)
To: bug-SVN-Look [...] rt.cpan.org
From: "Joel Peshkin" <joel [...] peshkin.net>
Regarding: SVN-Look-0.17 Using: ActiveState Perl 5.10.1003 The makefile of SVN::Look makes several non-portable assumptions... 1) It looks for a file named 'svnlook' and will not match 'svnlook.exe' 2) When it tries the svnlook command, it redirects to /dev/null using shell redirection that doesn't work in a windows (command.com) environment. 3) The implementation itself assumes the executable does not have the '.exe' extension. 4) The tests need similar changes made ---- To really round out the portability, it would be best if the constructor and makefile accepted an optional argument to specify the path to the SVN commands. This would help on systems where there are multiple versions of the commands installed.
On Wed Mar 17 17:17:05 2010, joel@peshkin.net wrote: Show quoted text
> Regarding: SVN-Look-0.17 > Using: ActiveState Perl 5.10.1003 > > The makefile of SVN::Look makes several non-portable assumptions...
Hi Joel. I'm sorry for the long delay. I've just released version 0.21 of SVN::Look which should work under Windows with ActiveState Perl and also with Strawberry Perl. Can you give it a try, please? Thank you. Gustavo.
I'm resolving this. Please, if you catch any problem re-open it or let me know.