Edgewall Software

Opened 12 years ago

Last modified 11 years ago

#10514 closed defect

Annotate fails on Windows - maybe when the drive letter case is incorrect — at Initial Version

Reported by: ilewismsl Owned by:
Priority: normal Milestone: 0.12.6
Component: version control/browser Version: 0.12.2
Severity: normal Keywords: Annotate blame browser
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

When attempting to use Annotate in the browser, we get an error that the file to annotate is not in the same repository.

The repository named as incorrect in the error is exactly what we have set as the repository root, except that the drive letter is an upper case "D", rather than a lower case "d".

I have searched all of our configuration, an I am fairly sure that we are not using D: anywhere. In all locations we reference d:.

This seems to indicate that somewhere Trac is converting the case and either confusing itself (or maybe SubVersion).

Exact text:

Warning:Can't use blame annotator: 
svn blame failed on Sys/Private/SvnServer/CDrive/PBat/config.txt: 170000 - 'file:///d:/Svn/Repositories/msl/Sys/Private/SvnServer/CDrive/PBat/config.txt' isn't in the same repository as 'file:///D:/Svn/Repositories/msl'

Environment: Windows 7 Professional Python 2.6 SubVersion 1.7

Change History (0)

Note: See TracTickets for help on using tickets.