PDA

View Full Version : SVN update gives an error?


g00fy
05-22-2008, 09:15 PM
I just received this error when updating from SVN:
External: C:\__SVN__\CerberusWeb\libs\devblocks
External: C:\__SVN__\CerberusWeb\libs\devblocks\libs\ZendFra mework
Error: PROPFIND request failed on '/svn/framework/tag/release-1.0.4/library'
Error: PROPFIND of '/svn/framework/tag/release-1.0.4/library': 200 OK (http://framework.zend.com)

Maybe a wrong external?

Hildy
05-22-2008, 09:28 PM
At first I thought maybe they had moved the repo, but looking at http://framework.zend.com/svn/framework/ , it appears that their repo is simply down right now. We may have to just publish ZF as part of *our* svn repository.

You should be able to get it to complete with --ignore-externals, though you'll have to svn up from inside /libs/devblocks, too (since that's external to cerb4)

g00fy
05-22-2008, 09:46 PM
No, I don't think so...

When I try:
http://framework.zend.com/svn/framework/tag/release-1.0.4/library/
It gives 404

When I try:
http://framework.zend.com/svn/framework/
It works...


Did they review their file structure somehow?

g00fy
05-22-2008, 09:51 PM
I think it moved to:
http://framework.zend.com/svn/framework/standard/tags/release-1.0.4/library/

Would be nice to update to 1.5.2 too ;-)

Hildy
05-22-2008, 10:51 PM
Yeah, they moved it... we're looking at that now, and the external link should be updated shortly.

Hildy
05-22-2008, 11:13 PM
/libs/devblocks has been updated to rev 218, with the updated link to Zend. We'll be exploring upgrading to the latest Zend and possibly including it in our repo to avoid this in the future, but for now, things should be working just like they were.