Showing posts with label SVN: Error. Show all posts
Showing posts with label SVN: Error. Show all posts

Tuesday, November 10, 2009

RICA... well stupid

RICA is forced upon us in South Africa (it's some act where you have to register your sim card so they can track you in case your number/sim is used in crime). I registered today, because I upgrade my cellphone contract tomorrow (or it's due anyway).

But if you, like me, are a bit of a techno guy, then you don't get snail mail anymore. So how do you prove where you stay? My edgars accounts, my vodacom acccount, my bank statements, all goes to my email now (I started that just before RICA came, and now what?!). So I went to the police station to fill in an affidavit to state I stay where I stay. It worked fine... but what bothered me about it all is that my address is on my ID, and my ID is required for RICA. So yeah, stupid if you ask me. :-/

Friday, October 03, 2008

SVN frustrations

Again... I don't want this to be a techie blog (probably because I'm in the land of the blind, and I have one eye... and I've seen the land of the sighted...)

Anyway, my searches on google failed to help me here, so I am hoping this will help people out. (THIS IS DONE AT YOUR OWN RISK!!!)

My SVN kept dying (during checkout - and afterwards during update). And leaving me with a state where neither svn up, or svn cleanup would work. Giving me this error:
svn: Error processing command 'modify-wcprop' in

The advice other people gave, was to remove the directory and start over... this works ok, but the trouble is when it's in the root of the 50mb svn... then remove the directory (and it's subdirectories) won't work.

Here's what I did, and again... NO WARRANTY.

I deleted the .svn/lock file. Then I just did svn up, and it completed it!

Anyone reading this, that know and understand why this is a bad thing please comment. Also if you did it and it worked, also please comment.