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

Bug #21002 SVN plugin does not handle SVN >= 1.7
Submitted: 2015-12-16 16:24 UTC
From: danielc Assigned: danielc
Status: Assigned Package: PEAR_PackageFileManager_Plugins (version 1.0.4)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  


 [2015-12-16 16:24 UTC] danielc (Daniel Convissor)
Description: ------------ SVN 1.7 now only puts a .svn directory in the root of the working copy. Need to traverse up the tree until it's found, then parse the metadata correctly.

Comments

 [2015-12-16 16:24 UTC] danielc (Daniel Convissor)
-Status: Open +Status: Assigned -Assigned To: +Assigned To: danielc
 [2015-12-17 12:35 UTC] danielc (Daniel Convissor)
-Summary: SVN plugin does not handle .svn just being in root dir +Summary: SVN plugin does not handle SVN >= 1.7
The metadata is in the .svn/wc.db SQLite database.