Opened 17 years ago
Closed 17 years ago
#2717 closed enhancement (invalid)
Specifying hours and minutes on SVN commits
Reported by: | anonymous | Owned by: | Russ Tyndall |
---|---|---|---|
Priority: | normal | Component: | TimingAndEstimationPlugin |
Severity: | normal | Keywords: | svn post commit hook hours |
Cc: | Trac Release: | 0.10 |
Description
I don't really know if it would be very difficult to make or adapt a patch for Subversion commit hook in order to specify hours and minutes spent on your job at the moment of the commit.
(spent xx h) Adds xx to time spent and decreases time remaining by xx, spent may be omitted.
(spent xx h, rem yy h) Adds xx to time spent and sets time remaining to yy.
Use of refs #<ticknum> or closes #<ticknum> is pretty useful and also would be specify hours and minutes spent or remaining.
As I said I don't know if this could be possible by modifying a little bit contrib/trac-post-commit-hook script, as done in http://trac.edgewall.org/wiki/TimeTracking#UsingaSubversioncommithookoptional
Attachments (0)
Change History (2)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Good News!,
Some other kind soul already did all that work for us.
Check out and DL your preferred version: http://trac-hacks.org/wiki/TimingAndEstimationPlugin#Documents