#2949 closed defect (fixed)
Download fails when file has been moved after last changed revision
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | highest | Milestone: | 0.10 |
Component: | version control/browser | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | dominique.prunier@… | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When a file has been moved after its last modification revision, source browser tries to download the last changed revision at the newer location, and then fails.
Attachments (1)
Change History (9)
comment:1 by , 19 years ago
Priority: | high → highest |
---|---|
Severity: | major → blocker |
comment:2 by , 19 years ago
Owner: | changed from | to
---|---|
Severity: | blocker → normal |
comment:3 by , 19 years ago
Cc: | added |
---|
I think i found the problem, it is kinda hard to reproduce from a sample repository. I don't know if it is an illegal state of my repository (there were some svnadmin load operaration involded, maybe it comes from there) or a problem in trac.
What happens is that in the file listing, it says the revision is 402 (which is the last changed revision BUT at the old location). When i select file from file listing, i get revision 402 but at the wrong place, then the error. However, if i select revision 402 from history, it works since it look for 402 at the correct location.
follow-up: 6 comment:4 by , 19 years ago
Milestone: | → 0.10 |
---|---|
Status: | new → assigned |
Sorry for all the trouble, actually the issue was quite simple to reproduce. Will be fixed shortly…
comment:5 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
This should work now in r3099.
comment:6 by , 17 years ago
Keywords: | File added |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
Replying to cboos:
Sorry for all the trouble, actually the issue was quite simple to reproduce. Will be fixed shortly…
comment:7 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Do not reopen a ticket without providing details.
comment:8 by , 17 years ago
Keywords: | File removed |
---|
Hm, it seems to work for me… Can you provide some detailed instructions about how to reproduce the issue? Like: