I have learned..

January 29th, 2009 Posted in Our World

I’ve learned- that you shouldn’t compare yourself to the best others can do.
I’ve learned- that our background and circumstances may have influenced who we are, but we are responsible for who we become.
I’ve learned- that either you control your attitude or it controls you.
I’ve learned- that we are responsible for what we do, no matter [...]

» Read More

IT Twins!!

January 22nd, 2009 Posted in Our World
» Read More

SVN Adding All New Files At Once

January 7th, 2009 Posted in Open Source

Using the SVN commands it will be very difficult to add new files to the repository since we need to add each and every new files separately. Using a combination of “svn status” piped into grep, awk, and xargs  we can accomplish adding new files recursively.
This works  for all of the files that `svn info` [...]

» Read More