I need to check differences of the files which I committed before.
But if I try to diff or export files by using revision range option,
the files which others committed also shown in the result.
I need the only files which I committed.
How to export or diff files which are committed by a specific user with svn?
Save below python file as
userchanges.pyin current directory and make it executable:Then run:
where
youruseris svn user name of the user you want to inspect.It will run
svn difffor each file and revision by selected user.