Woodworth, James wrote:

Hello,

Over the past three weeks I have changed and committed some files. I need to somehow recurse through the directories and show me only the files I have changed. How do I do this?

I suppose I could write a script to do this, but I suspect Subversion is sophisticated enough, and I am just missing something.

Thank you,

Jim

Shouldn't this be enough?

svn log http://repos | grep username

Reply via email to