Re: Add additional information to the Windows Explorer Title Bar - SVN

2023-11-28 Thread Arath Burgos Hernandez via TortoiseSVN-dev
Oh I understand. Ok, thank you for the explanation :) Fortunately, my team is migrating to Git so that means I won't need SVN anymore (thanks God). Have a nice day. On Friday, October 20, 2023 at 6:30:14 AM UTC-8 Stefan wrote: > just FYI: the feature in TGit was implemented by me ;) > > And

Re: Add additional information to the Windows Explorer Title Bar - SVN

2023-10-20 Thread Stefan via TortoiseSVN-dev
just FYI: the feature in TGit was implemented by me ;) And of course I first thought of implementing this in TSVN first, but there are too many problems. As Daniel already pointed out the branch/trunk naming is only a convention. And yes, TSVN has "classification patterns" in the settings

Re: Add additional information to the Windows Explorer Title Bar - SVN

2023-10-18 Thread TortoiseSVN-dev
I found something interesting related to the problem that you mentioned @Daniel Sahlberg: https://github.com/JohnstonCode/svn-scm#settings The possibility to include regex for tags, branches and trunk: [image: image.png] Regards. On Tue, Oct 17, 2023 at 12:40 AM Arath Burgos Hernandez <

Re: Add additional information to the Windows Explorer Title Bar - SVN

2023-10-17 Thread TortoiseSVN-dev
Thanks for you quick response. I'll retake the modification later because I have too much work right now. Maybe yes, I'll need help. I have been following the steps from the txt but it's my first time with some tools. I read in some place that it needs Visual Studio but I prefer Visual Studio

Re: Add additional information to the Windows Explorer Title Bar - SVN

2023-10-17 Thread Daniel Sahlberg via TortoiseSVN-dev
tisdag 17 oktober 2023 kl. 01:25:04 UTC+2 skrev arathb...@gmail.com: I found this info in the documentation: https://tortoisegit.org/docs/tortoisegit/tgit-dug-settings.html ModifyExplorerTitle When using the status cache, the title bar of explorer windows are modified to include the branch

Re: Add additional information to the Windows Explorer Title Bar - SVN

2023-10-16 Thread Arath Burgos Hernandez via TortoiseSVN-dev
I found this info in the documentation: https://tortoisegit.org/docs/tortoisegit/tgit-dug-settings.html ModifyExplorerTitle When using the status cache, the title bar of explorer windows are modified to include the branch name, stash count and if an upstream is set also the outgoing and

Add additional information to the Windows Explorer Title Bar - SVN

2023-10-16 Thread Arath Burgos Hernandez via TortoiseSVN-dev
Hi Everyone, I saw this interesting feature in TortoiseGit (attached as currentBranchInTittle.png). Which can be enabled as follow (attached as currentBranchInTittle_TGit_Setting.png). The feature basically integrates the current branch in Windows Explorer Title when it is a Git repo. I saw