[Trac-tickets] [The Trac Project] #2369: Changeset detail displays propset on repo root as deletion

The Trac Project noreply at edgewall.com
Thu Nov 17 08:39:46 CST 2005


#2369: Changeset detail displays propset on repo root as deletion
-------------------------------------------+--------------------------------
 Reporter:  Tim Hatch <trac at timhatch.com>  |       Owner:  jonas
     Type:  defect                         |      Status:  new  
 Priority:  normal                         |   Milestone:       
Component:  general                        |     Version:  0.9  
 Severity:  normal                         |   Keywords:                                 |  
-------------------------------------------+--------------------------------
 I noticed this while trying to set {{{svn:ignore}}} on the root of an svn
 repository, but the behavior is the same for any property.

 To reproduce:

 {{{
 $ cd /path/to/wc/root
 $ svn propset "blah" "asd" .
 $ svn ci -m "Updated"
 }}}

 View the changeset detail, and it will display incorrectly as a deletion
 with no path, where it should display as a modification to a property on
 {{{/}}}.  Other paths work fine, it's just the display on root that's
 broken.  This exists in the latest version of Trac straight out of svn.
 {{{trac-admin resync}}} once the propset was several revs back did not
 have any effect.

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2369>
The Trac Project <http://trac.edgewall.com/>


More information about the Trac-Tickets mailing list