Hi Andries (et al), I have filed the following JIRA issue to track the problem:
http://framework.zend.com/issues/browse/ZF-958 Thanks for the report! Best regards, Darby Andries Seutens wrote: > > Dear all, > > I am using some of Zend's libraries in several projects. To keep > everything up to date, I am *using* svn:externals as follows: > > svn propedit svn:externals . > lib/ http://framework.zend.com/svn/framework/trunk/library > > Turns out that this isn't possible, because any directory you specify > for an svn:externals checkout should not already exist in the > repository. Apperently in my case, the folder lib already exist, and I'm > using it to store other libraries. > > So this leads to an svn error (because the libs folder already exist): > > svn: Working copy 'libs' locked > svn: run 'svn cleanup' to remove locks > > What I could do is: > > svn propedit svn:externals . > lib/Zend http://framework.zend.com/svn/framework/trunk/library > > but this will create a "Zend" folder, which in turn contains a "Zend" > folder with the actual ZF libraries. I like to keep my files organized, > so this solution > isn't really what I am looking for. > > What I did now is: > > svn propedit svn:externals . > lib/Zend http://framework.zend.com/svn/framework/trunk/library/Zend/ > > Again, this brings me a big con, because now I don't have the file > "Zend.php" in my svn:externals. > > Has anybody experienced the same problems? Or does anyone has a solution > for this scenario? > > Best, > > > > ------------------------------------------------------------------------ > > Gecontroleerd op virussen door de JOJO Secure Gateway.
