Opened 18 years ago
Closed 16 years ago
#1146 closed defect (fixed)
Peer review files out of sync with svn repository
Reported by: | Owned by: | Sebastian Marek | |
---|---|---|---|
Priority: | high | Component: | PeerReviewPlugin |
Severity: | major | Keywords: | |
Cc: | alexhalf@… | Trac Release: | 0.10 |
Description (last modified by )
As an example of this bug, a particular directory in the subversion repository attached to our trac system has the following structure:
/JichuExample/jichu/core/playdescriptors/JichuPlayDescriptorFactory.java
The top-level directory (JichuExample) has a revision number of 4 (because it was renamed). Everything below it has a revision number of 3.
When I create a new peer review using this file, it picks up the revision number as 3, not 4, and I can find no way to change this. The result is that when people go to input their review comments, instead of displaying the source code file, they receive this error:
"Internal Error
No node /JichuExample/jichu/core/playdescriptors/JichuPlayDescriptorFactory.java at revision 3"
Attachments (1)
Change History (7)
comment:1 Changed 17 years ago by
Owner: | changed from Team5 to Joseph Lombrozo |
---|---|
Severity: | normal → major |
comment:2 Changed 17 years ago by
Priority: | normal → high |
---|
comment:3 Changed 17 years ago by
Cc: | alexhalf@… added; anonymous removed |
---|
comment:4 Changed 17 years ago by
comment:5 Changed 16 years ago by
Description: | modified (diff) |
---|---|
Owner: | changed from Joseph Lombrozo to Sebastian Marek |
Status: | new → assigned |
comment:6 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Now fixed. I hope it does the right thing now :)
I have the same problem.