We had a file OLD_FILE with very long history ~ 100 revisions.
Then this file was removed from repository. And new file NEW_FILE with content of OLD_FILE was created. Don't ask me - why file was not just renamed ;)
Then NEW_FILE was changed 5 times. And then NEW_FILE was renamed to OLD_FILE using svn.
Now if we try to see history for OLD_FILE - we see only last 5 revisions related to NEW_FILE. But we do not see a lot of revisions from first OLD_FILE's history.
Is it possible to fix repository in order to see all revisions both for OLD_FILE(~100 revisions) and NEW_FILE(5 revisions)? I would like to see all these revisions using command svn lof -q OLD_FILE
BTW When I try to call "Show Log" from TortoiseSVN I can see next dialog:
Go offline?
There has been a problem connecting the server. Do you want to see the cached data instead?
Please understand that the cached data may be outdated, incomplete or even misleading due to incomplete history.
Offline for Now. Permanently offline. Don't go offline
And then I can see all 100 revisions for first OLD_FILE.
What does it mean?