Is there any SVN
Client/Eclipse
plugin which could let the user see all his/her commits during a time range (per day, etc)? Since our CI doesn't support grouping the commits by tasks, how can I do the above thing by myself?Is there a way to see all my commits per day in
Eclipse
?
Asked
Active
Viewed 142 times
0

Ivan Ferić
- 4,725
- 11
- 37
- 47

blue123
- 2,937
- 7
- 27
- 29
1 Answers
1
- None of Subversion clients allow internal filtering by commit-author (AFAIK) (but
svn log | grep USER
will work) svn log
in core have support for dates as revision parameters (seesvn help log
/-r "{DATE}"/ and Revision Dates topic in SVN Book /with special attention to warning "Is Subversion a Day Early?"/)

Lazy Badger
- 94,711
- 9
- 78
- 110