Ticket #2369 (closed defect: fixed)
Changeset detail displays propset on repo root as deletion
| Reported by: | Tim Hatch <trac@…> | Owned by: | cboos |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9.1 |
| Component: | version control | Version: | 0.9 |
| Severity: | minor | Keywords: | |
| Cc: | trac@… |
Description
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.



