Modify ↓
Opened 13 years ago
Closed 13 years ago
#11036 closed defect (duplicate)
annotate failed in source browser because of case-sensitive repo path
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control/browser | Version: | 1.0 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
I'm on Windows.
The error message is:
Warnung: Kann Markierer blame nicht benutzen: svn blame auf branches/BRANCH_foo/src/foo.c fehlgeschlagen: 170000 - 'file:///d:/svn/Foo/branches/BRANCH_foo/src/foo.c' isn't in the same repository as 'file:///D:/svn/Foo'
The workaround was to change the drive name from "d" to "D" on http://mytracproject/admin/versioncontrol/repository/Foo.
But I think it shouldn't trigger an error since Windows pathes are case-insensitive.
Attachments (0)
Note:
See TracTickets
for help on using tickets.



I'm quite sure there's already a ticket for that issue (or a very similar one involving blame).