I just reproduced it on a new repo in 5 minutes: 1) Create empty repo with trunk/tags/branches (rev.1) 2) in trunk, create test.txt and folder-1\folder-1-1\folder-1-1-1\test111.txt 3) open the text files and insert some text 4) commit (rev.2) 5) create branch b01 from working copy (trunk), switch working copy (rev.3) 6) open the text files and edit the text 7) commit (rev.4) 8) create branch b02 from working copy (b01), switch working copy (rev.5) 9) open the test111.txt and edit the text 10) commit (rev.6) 11) open the other text file and edit the text 12) commit (rev.7) 13) open log window on the test111.txt . You will see revisions 2 to 6. 14) select rev.4; in the lower pane select test111.txt (blue; the test.txt is grey), right-click, choose "compare with working copy" 15) Beyond Compare 4 starts (in my case), showing "test111.txt - revision 4" on the left, with the content of the file, and "test111.txt - working copy" on the right, saying "file not found". The path "D:\svn\spielwiese2\branches\b01\folder-1\folder-1-1\folder-1-1-1\test111.txt" is given for the right file, although the directory does not exist on my disk, because I did not update the branch folder, so the branches are not on the disk, but only in the SVN repo. Remember, I switched the working copy to the specific branches in the trunk folder.
Stefan schrieb am Dienstag, 22. September 2020 um 18:16:56 UTC+2: > On Tuesday, September 22, 2020 at 12:12:22 PM UTC+2 Tobias Knauss wrote: > >> No, it's blue. >> I'm using TortoiseSVN 1.14.0, Build 28885 - 64 Bit , 2020/05/24 13:32:45 >> >> I also tested with >> TortoiseSVN 1.14.0, Build 28975 - 64 Bit -dev, 2020/09/19 07:09:46 >> and it still fails. >> Should be very easy to reproduce. >> > > No, it isn't. Please provide more detailed info: > * what's your wc root > * from where do you show the log > * which file do you want the diff for > > >> >> FYI, the link "https://nightlybuilds.tortoisesvn.net/1.11.x/" to the >> Release Candidates in the section "Stable Branch Builds" on your web page >> https://tortoisesvn.net/downloads.html does not work. >> > > Will fix soon. > > >> And why is the installer 28973 in "latest" older than the installer 28975 >> in "1.14.x"? 28973 not the _latest_ then, although it was placed there on >> 22.09, whereas the newer 28975 was placed in "1.14.x" a day before... >> confusing. >> >> > commit on trunk (latest), then merge to 1.14.x later. So that's why 1.14.x > is newer. > The filedates are different because a build takes a long time... > > -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/d5e72477-a8c4-43cb-96f7-ddef8c2e48a1n%40googlegroups.com.
