Re: SVN::GetRootAndHead

2024-05-01 Thread Daniel Sahlberg via TortoiseSVN-dev
onsdag 1 maj 2024 kl. 11:29:44 UTC+2 skrev Daniel Sahlberg: Den mån 29 apr. 2024 kl 19:28 skrev Stefan via TortoiseSVN-dev < tortois...@googlegroups.com>: would it work if we do both? rev = cachedProperties.GetHeadRevision(uuid, path); if ((rev == NO_REVISION) || (m_err

Re: To not delete the pathfile

2024-05-01 Thread Daniel Sahlberg via TortoiseSVN-dev
onsdag 1 maj 2024 kl. 19:57:34 UTC+2 skrev Stefan: if you set the registry DWORD value HKCU\Software\TortoiseSVN\Debug to 1, then TortoiseProc will show a message box on startup with the command line. While that message box is shown you can make a copy of the pathfile. Clever trick, works

Re: To not delete the pathfile

2024-05-01 Thread Stefan via TortoiseSVN-dev
if you set the registry DWORD value HKCU\Software\TortoiseSVN\Debug to 1, then TortoiseProc will show a message box on startup with the command line. While that message box is shown you can make a copy of the pathfile. -- You received this message because you are subscribed to the Google Groups

To not delete the pathfile

2024-05-01 Thread Daniel Sahlberg via TortoiseSVN-dev
Hi, I'm looking at the bug report that Win11 context menu only processes a subset of the selected items (https://groups.google.com/g/tortoisesvn/c/tXskNbYHCAQ/m/rIbHwMoTAgAJ?utm_medium=email_source=footer). I'm leaning towards a Win11 bug but to prove it I'd like to keep the path file

Re: SVN::GetRootAndHead

2024-05-01 Thread TortoiseSVN-dev
Den mån 29 apr. 2024 kl 19:28 skrev Stefan via TortoiseSVN-dev < tortoisesvn-dev@googlegroups.com>: > would it work if we do both? > > rev = cachedProperties.GetHeadRevision(uuid, path); > if ((rev == NO_REVISION) || (m_err != nullptr)) > { >