Wolfgang Rühl
unread,Mar 29, 2024, 10:57:25 AM3/29/24Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TortoiseSVN
There seems to be a bug in TortoiseSVN 1.14.6.
I right-click on some directory, select "TortoiseSVN -> Repo-browser" and enter "svn://MyServer/MyRepo" (the repository is at revision 60469)
In the repo browser, I right-click on the top level item (svn://MyServer/MyRepo), select "Show log", and in the log I click "Show all"
In the search edit, I enter "MyFeature"; at revision 60249 I find an entry with the comment "Deleted branch after reintegration: MyFeature)
I right-klick on the previous revision (60248) and select "Browse repository"; in the top right corner of new repo browser I see "Revision: 60248"
I navigate to svn://MyServer/MyRepo/branches/MyFeature, right-click on this item and select "Show log"
Now I get an error message
Want to go offline? There has been a problem to contact 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 data.
The error was: URL 'svn://MyServer/MyRepo/branches/MyFeature' non-existent in revisioni 60469 (this is the head revision of the repository)
[ ] Make this the default
Offline for now, Permanently offline, Retry, Cancel
This used to work until TortoiseSVN 1.14.5.
In Windows Command prompt, the command line "svn log svn://MyServer/MyRepo/branches/MyFeature@60248" works fine.