-
-
Tag Cloud
desktop domino eclipse editor error extjs firefox freewares google install jaunty java javascript javascripts jquery LINUX lion mac MACOSX mysql php plugins problem programming python recursive screen capture screenshot shortcut keys slackware snow leaopard snow leopard softwares svn tips TIPS & TRICKS tips and tricks tools tricks ubuntu ubuntu 11.04 windows windows 7 wordpress xpages
svn Archive
-
Access Forbidden error when accessing security page of XAMPP
Posted on March 31, 2009 | 2 CommentsTry to access the security page of XAMPP (http://localhost/security/) and if you get an Access Forbidden Error then here is a simple solution to get rid of the error message + Go... -
How to delete all .svn folders recursively
Posted on November 29, 2008 | 1 CommentYou might need to do this sometimes, tt’s as simple as this: On Linux / MacOSX: cd /path/to/the/folder rm -rf `find . -name .svn` On Windows Create a .bat file...