How to update a library in my application

Posted by andho on Stack Overflow See other posts from Stack Overflow or by andho
Published on 2010-03-27T11:29:28Z Indexed on 2010/03/27 11:33 UTC
Read the original article Hit count: 172

Filed under:
|
|
|

I have used a library like ZendFramework in my project which I have put in Subversion. Now I want to update the version that I have put in Subversion. What's the best way to do this? Copying, taking a svn diff and patching the working copy or just copying the new files over the old files?

I have tried svn diff with svn diff but this doesn't output anything. Normal diff outputs some stuff but it also considers the .svn directories.

© Stack Overflow or respective owner

Related posts about library

Related posts about diff