Guest User

Untitled

a guest
Oct 16th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. # shows basic commit info (date, revision, comment)
  2. svn log | sed -n '/username/,/-----$/ p'
  3.  
  4. # shows modified files in addition to basic info
  5. svn log --verbose | sed -n '/username/,/-----$/ p'
Add Comment
Please, Sign In to add comment