Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 44003
Status: rejected
Priority: 0/
Queue: Alien-SVN

People
Owner: Nobody in particular
Requestors: freeman [...] andrews.edu
Cc:
AdminCc:

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



Subject: Slow proplist
Working great for everything but I noticed that doing a proplist ie: my $props = $ctx->proplist('https://somewhere.something.com/svn/blah/de/blah/File.pm', 'HEAD', 0); Is taking almost exactly 5 seconds per file that I call it for. Using the standard command line svn client to do a proplist on the same file takes less than 1/10th of a second. Willing to poke, prod and debug if I can get some pointers on where to start.
Sorry, Alien::SVN only exists to make SVN::Core available on CPAN. We don't do any work on the code. You'll want to take this upstream to the Subversion developers directly. http://subversion.apache.org/issue-tracker.html
Subject: Re: [rt.cpan.org #44003] Slow proplist
Date: Thu, 27 May 2010 21:51:01 -0400
To: bug-Alien-SVN [...] rt.cpan.org
From: Todd Freeman <freeman [...] andrews.edu>
Started with them but as per my comment in the bug the svn client (and other c programs using svn libraries) do NOT take this amount of time. Something in the perl implementation is taking a huge amount of time to create the proplist data structure. On 05/26/2010 08:35 PM, Michael G Schwern via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=44003> > > Sorry, Alien::SVN only exists to make SVN::Core available on CPAN. We > don't do any work on the code. You'll want to take this upstream to the > Subversion developers directly. > http://subversion.apache.org/issue-tracker.html >
-- Todd Freeman Ext 6103 .^. Don't fear the penguins! Programming Department /V\ Andrews University // \\ http://www.linux.org/ http://www.andrews.edu/~freeman/ /( )\ http://www.debian.org/ ^^ ^^
Subject: Re: [rt.cpan.org #44003] Slow proplist
Date: Thu, 27 May 2010 21:59:32 -0400
To: bug-Alien-SVN [...] rt.cpan.org
From: Todd Freeman <freeman [...] andrews.edu>
Sorry... didn't realize that SVN::Core comes from them... the way it appears in CPAN is with attribution to you... ignore my previous reply... I will take it up with them. Thanks! -- Todd Freeman Ext 6103 .^. Don't fear the penguins! Programming Department /V\ Andrews University // \\ http://www.linux.org/ http://www.andrews.edu/~freeman/ /( )\ http://www.debian.org/ ^^ ^^
On Thu May 27 21:59:51 2010, vaewyn wrote: Show quoted text
> Sorry... didn't realize that SVN::Core comes from them... the way it > appears in CPAN is with attribution to you... ignore my previous > reply... I will take it up with them. > > Thanks!
That's ok, we don't make it as obvious as it should be where to report what bug. Thank you for reporting it!