Re: Bug: TortoiseSVN is not showing in context menu anymore

2024-03-01 Thread Tony Rietwyk via TortoiseSVN
Hi Florian, This probably occurred because *something else* upgraded itself yesterday - OneDrive or DropBox? Try the second answer via the TortoiseSVN settings. If no good, you'll need to resort to the regedit in the first answer. Seems bizarre after all these years, and virtualised

Re: Inquiry about diff viewer settings

2024-01-08 Thread Tony Rietwyk via TortoiseSVN
These are the settings that work for me: File compare: "C:\Program Files\Beyond Compare 4\BCompare.exe" /lefttitle=%bname /righttitle=%yname ""%base"" ""%mine"" Properties compare: "C:\Program Files\Beyond Compare 4\BCompare.exe" ""%base"" ""%mine"" On Tuesday 9 January 2024 at 05:21:03

Blame doesn't remember window size

2023-10-02 Thread Tony Rietwyk via TortoiseSVN
Hi. Each time I open Blame, the window is the same size - about 2/3 of my screen size. Since I have a large resolution screen, it is painful having to the resize it to compare code in other apps, or whatever. It would be great if it remembered the window size - especially just before doing

Re: Using URL in diff command

2023-04-27 Thread Tony Rietwyk via TortoiseSVN
Hi. Since it is a URL, does it work if you percent encode the backslash, so \s becomes %5Cs? On Friday, 28 April 2023 at 08:35:46 UTC+10 vad...@gmail.com wrote: > I have a remote server which outputs test results which I would then like > to compare against expected results in my remote SVN

Re: TortoiseUDiff - save to file feature?

2023-04-25 Thread Tony Rietwyk via TortoiseSVN
Hi David, I don't know why you are only seeing Exit in the menu. When I do the same, I get lots of options: [image: TortoiseUDiff file menu.png] On Tuesday, 25 April 2023 at 19:23:04 UTC+10 David Balažic wrote: > Hi! > > I tried to get a change between two revisions as a diff/patch file and >

Re: Alternative to PayPal

2022-10-29 Thread Tony Rietwyk via TortoiseSVN
The blurb for the one-off donation specifically says that you do NOT need a PayPal account to make a donation. Why do you think that you need to have one? On Saturday, 29 October 2022 at 06:26:19 UTC+11 sugarsuga...@gmail.com wrote: > I'd like to register and/or donate, but I closed my

Re: Bug: "Committing to tag" warning is not shown

2022-08-06 Thread Tony Rietwyk via TortoiseSVN
Stefan said "check out from /trunk of a branch instead..." I assume that was meant to read "check out from /trunk OR a branch instead..." On Saturday, 6 August 2022 at 02:35:00 UTC+10 Stefan wrote: > On Friday, August 5, 2022 at 4:14:17 PM UTC+2 Dominik Gnthr wrote: > >> >> Hi, >> >> I

Re: Create patch with relative paths

2022-07-28 Thread Tony Rietwyk via TortoiseSVN
I don't have any problem creating a patch via TortoiseSVN / Create patch... on the root - it includes relative paths as expected. [image: tortoisesvn patch.png] On Thursday, 28 July 2022 at 20:13:39 UTC+10 Ivan Zuboff wrote: > Console command "svn diff" from the root of the repo shows

Re: missing feature: commit possible in Window "Log Messages"

2022-07-26 Thread Tony Rietwyk via TortoiseSVN
I assume Frank actually means the TortoiseGit Check Modifications - confusingly titled Working Tree. Diff on a folder shows the same screen? It has a Commit button, as well as Stash and Save unified diff. I never realised that the link to the branch in the top left, actually prompts to do a

Re: TortoiseMerge should always merge whitespace changes

2022-02-11 Thread Tony Rietwyk via TortoiseSVN
I recommend using Beyond Compare - it has many options and is well worth the money! https://www.sccotersoftware.com. On Saturday, 12 February 2022 at 08:27:55 UTC+11 Martin Fuller wrote: > We often find that TortoiseMerge loses whitespace when doing a 3-way > merge, and we have tracked it

Re: Let's Encrypt validation problems after DST root expiration

2021-10-03 Thread Tony Rietwyk via TortoiseSVN
I assume that everyone is aware that a single certificate expiry has caused issues all over the place since Thu Sep 30. See https://www.theregister.com/2021/09/30/lets_encrypt_xero_slack_outages/ On Sunday, 3 October 2021 at 22:40:25 UTC+11 daniel.l...@gmail.com wrote: > lördag 2 oktober 2021

Re: Disc usage 100%

2021-08-05 Thread Tony Rietwyk via TortoiseSVN
It looks like you have a repository on the E drive. You'll need to ask the SVN group to help for problems with the server. TortoiseSVN is a client program. On Wednesday, 4 August 2021 at 15:25:18 UTC+10 kapa...@gmail.com wrote: > Hello > > i have a proplem, when i click "commit" my disk

Re: Feature to force svn:eol-style native to LF or any other valid value.

2021-06-18 Thread Tony Rietwyk via TortoiseSVN
Visenri said: *> -TortoiseSvn - Change project settings to do UNIX conversion for files that have --native-eol attribute * *> (1 setting per project or even global option for the program). * *> Do this ONCE each time I need to change the operating mode.* *> -Just work normally - Update -

Re: Newbie question -facing issue in Merge

2021-06-18 Thread Tony Rietwyk via TortoiseSVN
Looking at the list of revisions involved I would: - Revert any merges you have have already committed. - Merge the branch with revs 27 to 68 into the branch with revs 5 to 80. - Use the "Merge a range of revisions" option. - Use the "specific range" option and "Show Log" to select

Re: TortoiseSVN Notification Sound "Problem"

2021-05-13 Thread Tony Rietwyk via TortoiseSVN
FWIW, I used to have directly connected speakers to the computer, and never had this type of problem. When I bought new monitors, I changed to use the inbuilt USB speakers. Now I have this same problem, especially for MS Teams. I change the volume for the app, but stupid Windows doesn't

Re: Default action after Update opens the file, rather than show diffs.

2021-03-23 Thread Tony Rietwyk via TortoiseSVN
@Bruce - Thanks for your suggestions - I really like "Review update changes". I hadn't realised that "Show Log..." was limited to only the applied commits. I can then select all of the revisions in order to achieve the same effect as the aggregated diffs done by "Compare to working copy".

Re: Default action after Update opens the file, rather than show diffs.

2021-03-22 Thread Tony Rietwyk via TortoiseSVN
I agree with David, it IS confusing terminology. My reading of the code is that "Compare with working copy" calls CompareWithWC, which does an extract, then calls the diff utility. I don't recall the compare ever having to wait for the server, so I'm confused by Stefan's response. Hopefully

Re: Default action after Update opens the file, rather than show diffs.

2021-03-21 Thread Tony Rietwyk via TortoiseSVN
After doing an update, I look through the files in the Update dialog list to verify the changes that other team members have done. At the moment for each file, I have to right-click and then select "Compare with working copy". I'd much prefer to just double-click the file to perform the same

Re: Default action after Update opens the file, rather than show diffs.

2021-03-20 Thread Tony Rietwyk via TortoiseSVN
A related post yesterday, reminded me to look into this. Following the build.txt instructions: - http://users.skynet.be/sbi/libxml-python/ seems to be broken. - I downloaded libxml2_python-2.9.3-cp27-none-win_amd64.whl from https://www.lfd.uci.edu/~gohlke/pythonlibs/#libxml-python.

Re: TortoiseSVN+7zip integration

2020-10-30 Thread Tony Rietwyk via TortoiseSVN
Hi Pierre, I think most people direct the build outputs to a folder outside the source tree. Then you don't have to do anything. Regards, Tony. -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop

Re: Default action after Update opens the file, rather than show diffs.

2020-08-23 Thread Tony Rietwyk via TortoiseSVN
Thanks for the quick reply, Stefan, though it's a shame that you won't progress the request any further. I have downloaded the tortoisesvn sources and seeing the supplied visual studio project gave that a try. It built the SciLexer.dll, then promptly died on apr.h. It appears that I have

Default action after Update opens the file, rather than show diffs.

2020-08-21 Thread Tony Rietwyk via TortoiseSVN
In most TSVN dialogs, double clicking a file name shows you the diffs - except after doing an Update - it opens the file instead. Strangely, the right-click menu in Update doesn't show Open as the bolded default action. It would be really, really nice if you could add an advanced setting to

Show branch name in Commit menu item, Check for Modifications and/or Log dialogs

2020-02-20 Thread Tony Rietwyk via TortoiseSVN
I've been using TortoiseGit much more lately, and I notice that many of its dialogs show the current branch - and even allow easy browsing of other branches. Even just right-clicking on the folder will show 'Git Commit -> branchName'. When I swap back to my TortoiseSVN projects, I miss not

Re: Working copy file name substitution parameter

2019-10-02 Thread Tony Rietwyk via TortoiseSVN
I use an external compare tool to do merging. This is the text from the settings dialog: "C:\Program Files\Beyond Compare 4\BCompare.exe" ""%theirs"" ""%mine"" ""%base"" ""%merged"" Hope that helps. -- You received this message because you are subscribed to the Google Groups

Re: Remove folder from working copy after removal from repository

2019-05-19 Thread Tony Rietwyk via TortoiseSVN
Would it help if you reran the svndumpfilter on the contents of the folder, but left the folder itself? That way, you can still commit the removal of the now empty folder, and the clients will unversion it when they update. -- You received this message because you are subscribed to the

Re: Tortoise crashes every time I use it

2018-08-20 Thread Tony Rietwyk via TortoiseSVN
I have upgraded to TSVN 1.10.1 on Windows 10 and it is working fine for me. On Tuesday, 22 August 2017 06:22:52 UTC+10, Curda, Andrew wrote: > > I’m using tortoise svn latest version. I can brown the repository through > a web link only. If I try to do anything through windows explorer it

Re: How to avoid "fetching tree conflict details"?

2018-04-30 Thread Tony Rietwyk via TortoiseSVN
Thank you - good to know it can be safely cancelled. I got this as well for a recent merge, and with 10,000+ revisions it takes 5 minutes to come back. And I still have no idea what files or folders it is looking for! On Tuesday, 1 May 2018 02:13:59 UTC+10, tschoening wrote: > > Guten Tag

Re: SVN Update

2018-02-26 Thread Tony Rietwyk via TortoiseSVN
Hello Nils, I recently had a problem doing a switch which unexpectedly couldn't finish and it suggested doing a cleanup, which also didn't help. The problem turned out to be that the switch needed to remove a folder for a project that I had open in Visual Studio at the same time. So now, I