I was looking for PHP files that I worked on that week. After some searches I come up with this command :
svn log -r{20101213}:{20101215} -v | sed -n '/username/,/-----$/ p' | grep '.php' | awk '{print $2}' | sort | uniq
I was looking for PHP files that I worked on that week. After some searches I come up with this command :
svn log -r{20101213}:{20101215} -v | sed -n '/username/,/-----$/ p' | grep '.php' | awk '{print $2}' | sort | uniq