Menu

#157 Want to Monitor Commits for a particular type of files only.

New
nobody
None
Medium
Enhancement
2010-01-02
2009-06-10
Anonymous
No

Originally created by: hiteshpk...@gmail.com

What steps will reproduce the problem?
1. I want to monotor commits for a particluar type of file in a patricluar
path only.
EG: trunk/Retail/BRANCH/WebNG/Screens/**/**/*.jbml
Here i want monitor the commits for any .jbml in any 2nd folder inside
screens....
Please let me know how to do this in commit monitor....

What is the expected output? What do you see instead?
i expect to see the list of commit with revision number the name of the
person who has commited the files and the Comments used for commit and the
datetime stamp

What version of the product are you using? On what operating system?
i am using commit monitor 1.5.1.382 on Windows 2003
i intend to upgrade to 1.6.0.409 on windows 2003

Please provide any additional information below.

Related

Tickets: #210

Discussion

  • Anonymous

    Anonymous - 2009-06-11

    Originally posted by: tortoisesvn

    (No comment was entered for this change.)

    Labels: -Type-Defect Type-Enhancement

     
  • Anonymous

    Anonymous - 2009-06-19

    Originally posted by: tortoisesvn

    (No comment was entered for this change.)

    Summary: Want to Monitor Commits for a particular type of files only.

     
  • Anonymous

    Anonymous - 2010-01-01

    Originally posted by: helder.magalhaes

    For this sort of fine tuning, I know a similar tool which will do the trick,
    SVN-Monitor [1]. But be aware that, although very powerful (in terms of filtering and
    other interesting/advanced options), it also also consumes a lot more resources (CPU
    and, specially, memory).

    A simple filtering option would be pretty valuable, though. I'd suggest a
    text/regular expression matching approach, with a few checkboxes where to be applied
    (code/log message/commit paths); an additional checkbox could be used to allow
    specifying if the matched items would be ignored or displayed. Allowing configuring
    multiple filters for a given repository would also be useful, but then we'll be
    approaching the already stated tool [1] (and I'm not sure about the
    performance/resource consumption implications of such feature).

    [1] http://www.svnmonitor.com/

     
  • Anonymous

    Anonymous - 2010-01-01

    Originally posted by: helder.magalhaes

    > A simple filtering option would be pretty valuable, though.

    Well, guess I should should have crawled a bit more before commenting... ;-)

    Actually, this part is partially already implemented though the "Filter" feature.
    Although only for plain text searches (no regular expression/wild card), in a
    simplified approach this would only need to be configurable for each project and to
    be applied prior to highlighting a given entry (and displaying the notification).

     
  • Anonymous

    Anonymous - 2010-01-02

    Originally posted by: tortoisesvn

    The filter can use regex: just enter the '\' char as the first filter char and then
    the rest of the string is used as a regex.

     

Log in to post a comment.