#3203: Hide SVK revision links in repository browser
----------------------------------+-----------------------------------------
 Reporter:  [EMAIL PROTECTED]  |        Owner:  jonas
     Type:  enhancement           |       Status:  new  
 Priority:  low                   |    Milestone:       
Component:  browser               |      Version:  0.9.5
 Severity:  minor                 |   Resolution:       
 Keywords:  svk                   |  
----------------------------------+-----------------------------------------
Changes (by mgood):

  * keywords:  svk integration design => svk
  * summary:  Problem with SVK links in repository browser => Hide SVK
              revision links in repository browser
  * type:  defect => enhancement

Comment:

 Since SVK uses SVN underneath, it has its own revision numbers from the
 local repository.  By default it adds a header when pushing changes out to
 the central SVN server that include information on the original SVK
 revision(s) it was based on, like:
 {{{
 r9671:  matt | 2006-05-16 12:01:53 -0400
 }}}

 Trac recognizes `r9671` as an SVN-style revision number and turns it into
 a link, but it corresponds to a revision on the developer's computer, not
 one on the server.

 The link-generation can't be handled in the template because it's part of
 the Trac Wiki syntax, which is far too complicated to do in the template.
 I always use the "--verbatim" option when pushing changes to the server so
 that those headers aren't added, since they're pretty useless IMO.  I
 don't really know of a good way to hide them on Trac once they're already
 in the commit messages.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/3203>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to