Development, testing, ideas

Monday, August 3, 2009

What is SVN Going to Commit?

To find this out, use the following command:
svn status | grep -v '?' | less

Tuesday, January 27, 2009

Remove unversioned files from SVN working copy

In ubuntu, we can accomplish this with only one command:
svn status | awk '/^\?/{print $2}' | xargs rm -rf

About Me

My photo
Kharkov, Ukraine
Trying to find inspiration in work