tisdag 17 oktober 2023 kl. 01:25:04 UTC+2 skrev [email protected]:
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 incoming commits. Set this to false if you don't want this or if you have other tools which already do that. The default is true. Best regards. On Monday, October 16, 2023 at 4:19:47 PM UTC-7 Arath Burgos Hernandez wrote: 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 that it was developed in this commit: https://github.com/TortoiseGit/TortoiseGit/commit/2871c9646ef0931c955ef1617a6e7db00e0e43ad However, this feature is not available for TortoiseSvn. I know that Git is better than Svn. Unfortunately, I have to continue using SVN yet. It would be great to have this feature. I tried to download an re-compile the project but I had some issues. Do you know if is it too complicated integrate that change on TortoiseSvn? A difference between Git and SVN is that a branch in Git is something that applies to a whole repository. In SVN, a branch is only a certain directory within the tree, copied from some other directory. By convention, branches live in /branches but there is nothing in the SVN design enforcing this. A repository can also contain multiple projects where each project has its own directory (with "branches" below). Finally, the equivalent of the Git Master/Main branch is the directory /trunk, which doesn't live beneath /branches at all. So the problem to solve is how to figure out the branch name. The only way is to have some heuristics that look at the path name, but that is bound to fail sooner or later depending on the repository layout. What was the problem compiling? Can we help with that? Kind regards, Daniel -- You received this message because you are subscribed to the Google Groups "TortoiseSVN-dev" 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-dev/ebb28d0b-ca83-41f0-9cdf-c5fecbd2aab1n%40googlegroups.com.

