简体   繁体   中英

svn client to group commits by time range

  1. 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?

  2. Is there a way to see all my commits per day in Eclipse ?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM