Category Archives: Freelancing

How to remove .svn folder

Windows: Save the following to the folder to clean to a filename with a .cmd extension (cleansvn.cmd).  After that issue the command, eg., C:\www>cleansvn for /f “tokens=* delims=” %%i in (‘dir /s /b /a:d *svn’) do ( rd /s /q … Continue reading

Posted in Freelancing, Linux, Programming | Tagged | Leave a comment

Vi is misbehaving with my arrow keys!

(Note: The following blog entry is for Linux users and may not be of any use to Windows users.  No discrimination intended.) In my earlier days, I always use nano as my editor of choice whenever I’m on a Linux … Continue reading

Posted in Editor, Freelancing, Linux, Workplace | Tagged , , | Leave a comment

Tired of entering you svn password everytime?

I have set up svn repositories on dedicated Linux server of my clients but the constant typing of svn password everytime I access the repository makes life for a developer less livable. Until I found the solution… So here it … Continue reading

Posted in Freelancing, Programming, subversion | Tagged , , , | 7 Comments