Archive for the ‘IDE’ Category
Remove .svn files from directory list
One of my projects had an old .svn files from the ckeditor checkout.
The problem was that there are too many directories to remove it manually so after some searches and tries here is the command to clean this .svn files.
find ./ -name ".svn" | xargs rm -Rf
Have Fun
Meld – File diff for Ubuntu
I have been working most of my life with Total Commander under Windows.
But for the past year I am sitting on Ubuntu and really needed a good visual diff tool.
The one I found really did the job, and it’s called Meld.
You can install it simply by: sudo apt-get install meld
And after it access it from the menu, of from the GNOME Commander (which I am using)
Never change horses in midstream, or upgrade IDE in mid development.
I have decided to upgrade my Zend Studio 7.2 Beta to the released version.
Well as I found out, NEVER change horses in midstream.
It took me most of the day to set up server connection again.
😦