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

Bug #12671 SVN metadata for directories ignored; directories read from filesystem
Submitted: 2007-12-12 12:45 UTC
From: timj Assigned:
Status: Open Package: PEAR_PackageFileManager_Plugins
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  


 [2007-12-12 12:45 UTC] timj (Tim Jackson)
Description: ------------ The SVN metadata in a working copy defining which directories are version controlled is ignored, and instead the list of directories is read from the filesystem. This means, for example, that if a directory looks something like this: |- myproject \-- somestuff |-- library1 \-- library2 (SVN checkout from another base URL) then if you use PFM2 to generate a file list from the top-level directory, somestuff/library2 will be included in the file list even though it shouldn't be.

Comments

 [2008-04-15 00:07 UTC] dufuz (Helgi Þormar Þorbjörnsson)
Which SVN format version are those files ?
 [2008-04-29 13:52 UTC] timj (Tim Jackson)
SVN 1.4
 [2008-07-24 05:21 UTC] dufuz (Helgi Þormar Þorbjörnsson)
I guess we could read the repo url in the root dir and compare it on each iteration and ignore dirs that don't match that.
 [2009-01-13 21:28 UTC] dufuz (Helgi Þormar Þorbjörnsson)
Move to the plugin package
 [2009-03-26 02:03 UTC] dufuz (Helgi Þormar Þorbjörnsson)
-Roadmap Versions: 1.7.0 +Roadmap Versions:
In your example, is library2 an svn external or a normal checkout ? Do you perhaps want both to be excluded when you package up ?