Wrong revision number when browsing
It seems that the browser displays the wrong revision number of a file. When I am browsing a directory in a branch I see a file with revision 1. This file has not been changed since revision 1 but has been copied to the branch from the trunk.
When I click on the file I see the correct file but when I want to download the file in the Orginal Format it tries to display the file with ?rev=1&format=raw
However, the branch did not exist yet at that point so a No node at /branch error is given.
I am using 0.9.pre [1548]
Anyway, even if I manage to get the raw file I still get the problem as described in #1417
Change History
(2)
Resolution: |
→ worksforme
|
Status: |
new → closed
|
After some additional searching in the code I concluded that it might be caused by the svn python bindings. I updated my subversion installation from 1.1.3 to 1.1.4 with the corresponding python bindings and found that this solved my problem.