svn cleanup
seems to do this when there is a partially completed update in a directory. (I think..) Try deleting the .svn/log file in the offending directory and doing svn cleanup
again.
Thank you stackoverflow.
svn cleanup
seems to do this when there is a partially completed update in a directory. (I think..) Try deleting the .svn/log file in the offending directory and doing svn cleanup
again.
Thank you stackoverflow.
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Thank you ! Got this error after kill -9 svn update … Last time I had to checkout all project again !
Simple and straight to the point. Solved my problem. Thanks!
Thank you ! It helped me to set svn to update by small chunks over a vpn deconnecting after a few minutes:
sudo vpnc-disconnect ; killall -9 svn ; find . -name log -exec rm ‘{}’ \; ; svn cleanup .; sudo vpnc-connect ; svn up &
thank you for pointing this out, it fix my recent problem in a large tree
thanks a lot.. that saved me a total download of a package.
Many thanks and God bless you! It worked for me perfectly.
thank you! ilove you!
Thanks for the quick fix 😉
This helped.Thanks a ton!!!
Thanks!