Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.5.2

Bug #11935 All checkouts are non-recursive due to a typo in SVN/Checkout.php
Submitted: 2007-08-29 18:51 UTC
From: ligaard Assigned: clay
Status: Closed Package: VersionControl_SVN (version 0.3.0alpha1)
PHP Version: Irrelevant OS: Any
Roadmaps: 0.3.1    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 45 - 22 = ?

 
 [2007-08-29 18:51 UTC] ligaard (Kasper Ligaard)
Description: ------------ On line 234 of SVN/Checkout.php it reads: $_switches .= "--non-recursive "; Instead the lines 233-235 should just be removed. Afterwards lines 230-237 should read: case 'non-recursive': case 'non-interactive': case 'no-auth-cache': case 'quiet': if ($val === true) { $_switches .= "--$switch "; } break; Expected result: ---------------- Recursive checkout (unless specifically asking for 'non-recursive'). Actual result: -------------- Always getting non-recursive checkouts.

Comments

 [2007-09-17 18:55 UTC] clay (Clay Loveless)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.