12 thoughts on “Defeating “svn: Error processing command ‘modify-wcprop’ in ‘.'”

  1. Thank you ! Got this error after kill -9 svn update … Last time I had to checkout all project again !

  2. 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 &

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.