Feature request: selective updates of "check for modification" dialog

2024-09-10 Thread TortoiseSVN on behalf of H. Niemann
Hi! Would it be possible to update the "check for modification" dialog content more specifically? It looks like all state is thrown away when a command was issued via the context menu. Example: I have a list of modifications, press "check repository" because I am interested in some locks. N

Re: Feature request: distinguish between disconnect to server and to proxy

2024-04-11 Thread TortoiseSVN
Thank you, got it. On Thu, Apr 11, 2024 at 6:20 PM Stefan via TortoiseSVN wrote: > > you have to ask for such a feature on the svn mailing list: > https://subversion.apache.org/mailing-lists.html > > -- > You received this message because you are subscribed to a topic in the Google > Groups "Tor

Re: Feature request: distinguish between disconnect to server and to proxy

2024-04-11 Thread Stefan via TortoiseSVN
you have to ask for such a feature on the svn mailing list: https://subversion.apache.org/mailing-lists.html -- 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 torto

Feature request: distinguish between disconnect to server and to proxy

2024-04-10 Thread Mikhail Dvorkin via TortoiseSVN
I received this error when doing 'svn update': svn: E170013: Unable to connect to a repository at URL … I spent many minutes trying to find why the perfectly working server would not grant a connection. The solution was: for years in my svn settings a proxy server was selected, and it simply h

Re: [Feature Request] Windows Explorer Enhancement

2023-08-08 Thread Daniel Sahlberg via TortoiseSVN
måndag 7 augusti 2023 kl. 18:25:09 UTC+2 skrev brhw...@gmail.com: Even if the polling rate could be client configurable and/or maybe in its own thread? Default the polling to something higher to maybe 10 minutes to 1 hour default polling and have the setting configurable so each client may se

Re: [Feature Request] Windows Explorer Enhancement

2023-08-07 Thread Stefan via TortoiseSVN
https://tortoisesvn.net/faq.html#ovlremote -- 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 tortoisesvn+unsubscr...@googlegroups.com. To view this discussion on th

Re: [Feature Request] Windows Explorer Enhancement

2023-08-07 Thread Benjamin Hannon via TortoiseSVN
Even if the polling rate could be client configurable and/or maybe in its own thread? Default the polling to something higher to maybe 10 minutes to 1 hour default polling and have the setting configurable so each client may set their own if desired. On Monday, August 7, 2023 at 12:15:53 PM UT

Re: [Feature Request] Windows Explorer Enhancement

2023-08-07 Thread Daniel Sahlberg via TortoiseSVN
måndag 7 augusti 2023 kl. 17:30:57 UTC+2 skrev brhw...@gmail.com: Would be very useful to see locked files in Windows Explorer Detail mode (column listing). This could be something simple just signifying the file is locked in the SVN Repository or more advanced by showing the user that has the fi

[Feature Request] Windows Explorer Enhancement

2023-08-07 Thread Benjamin Hannon via TortoiseSVN
Would be very useful to see locked files in Windows Explorer Detail mode (column listing). This could be something simple just signifying the file is locked in the SVN Repository or more advanced by showing the user that has the file locked. This could also be limited to files the current logged

Re: [Feature Request] Cache merge commit logs

2023-05-18 Thread Stefan via TortoiseSVN
On Wednesday, May 3, 2023 at 3:08:03 PM UTC+2 T Z wrote: The log caching feature is really nice for speeding up the display of large logs. However, it doesn't appear to cache merge commit messages. Yes, merge commits are not cached with the log cache. Sorry, but that's by design. -- You

[Feature Request] Cache merge commit logs

2023-05-03 Thread T Z via TortoiseSVN
;Export" button on that page the "prefix.merges.csv" which is created has only a header row and no data. The other cache exports appear normal. This (that the merge export is empty) is the case for every repo I've tried. Apologies, I wrote this up as a feature request but i

Re: [Feature request with patch] Copy revision numbers as hyperlinks

2023-02-18 Thread Stefan via TortoiseSVN
Thanks! That's actually a good idea! Committed in r29529, with minor changes. -- 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 tortoisesvn+unsubscr...@googlegroup

Re: [Feature request with patch]: Show log at revision

2023-02-18 Thread Stefan via TortoiseSVN
committed your patch in r29527 but I changed it slightly so that your new menu entry only shows when shift is pressed (extended menu). The reason that showing an old revision range from an existing log dialog is very slow is the peg revision. You see, the log dialog is usually started to show t

Re: [Feature request with patch] Add hotkeys for Copy Revisions

2023-02-17 Thread Stefan via TortoiseSVN
committed your patch in r29526 -- 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 tortoisesvn+unsubscr...@googlegroups.com. To view this discussion on the web visit

[Feature request with patch] Copy revision numbers as hyperlinks

2023-02-17 Thread TortoiseSVN on behalf of Dave Lawrence
One last change I'm making in our internal build of Tortoise SVN, if you want it for the public release... If the webviewer::revision property is set, copy revisions from the Log dialog as clickable hyperlinks for applications that accept the CF_HTML clipboard format like email, Slack, Jira, etc.

Re: [Feature request with patch]: Show log at revision

2023-02-16 Thread TortoiseSVN on behalf of Dave Lawrence
Yeah, I use Shift all the time to open a command prompt. It just never occurred to me to do it with the Tortoise menu. Good to know! My team needs to investigate old code changes fairly often, starting with a revision number recorded in an old task or bug, and right now it's a pretty complicated,

Re: [Feature request with patch] Add hotkeys for Copy Revisions

2023-02-16 Thread TortoiseSVN on behalf of Dave Lawrence
It looks like r29525 changes the behavior of Ctrl-Shift-C, which currently copies the log without changed paths (done in the else statement.) I didn't want to remove that behavior so I was adding separate hotkeys. Here's what was missing from the patch if you want to try it again... In resource.h

Re: [Feature request with patch]: Show log at revision

2023-02-16 Thread Stefan via TortoiseSVN
On Monday, February 13, 2023 at 8:35:41 PM UTC+1 Dave Lawrence wrote: Dang, after decades of using Tortoise I, just realized there are extra menu items when you hold down shift! How about we add this new command right after Show Log with the ITEMIS_EXTENDED flag? That would make it more disco

Re: [Feature request with patch] Add hotkeys for Copy Revisions

2023-02-16 Thread Stefan via TortoiseSVN
Thanks for your patch, but it doesn't compile. I guess because the resource.h file is in utf-16 and therefore not included in the patch file. please check r29525, maybe that's what you're looking for? -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" g

[Feature request with patch] Add hotkeys for Copy Revisions

2023-02-13 Thread TortoiseSVN on behalf of Dave Lawrence
Add accelerators to the log window to copy revisions to the clipboard: Alt-Ctrl-C or Ctrl-R. Note, as far as I can tell, this code is obsolete so I removed it: void CLogDlg::CopySelectionToClipBoard() const { if ((GetKeyState(VK_CONTROL) & 0x8000) && ((GetKeyState(L'C') & 0x8000) == 0) &&

Re: [Feature request with patch]: Show log at revision

2023-02-13 Thread Dave Lawrence via TortoiseSVN
While I can see why you want such a feature, I think it's really not worth adding yet another entry to the already very crowded context menu. Also I don't quite see the reason to pop up a dialog asking for a revision number. Wouldn't it be enough to just show the log for the repo root? You can t

Re: [Feature request with patch]: Show log at revision

2023-02-10 Thread Stefan via TortoiseSVN
Or, you could just use a powershell script, something like this: Add-Type -AssemblyName System.Windows.Forms Add-Type -AssemblyName System.Drawing $form = New-Object System.Windows.Forms.Form $form.Text = 'Show log for repo root' $form.Size = New-Object System.Drawing.Size(300,200) $form.StartPos

Re: [Feature request with patch]: Show log at revision

2023-02-10 Thread Stefan via TortoiseSVN
While I can see why you want such a feature, I think it's really not worth adding yet another entry to the already very crowded context menu. Also I don't quite see the reason to pop up a dialog asking for a revision number. Wouldn't it be enough to just show the log for the repo root? You can t

[Feature request with patch]: Show log at revision

2023-02-10 Thread TortoiseSVN
Background: We often need to review old code changes, but only have an old revision number without knowing the branch. Tortoise SVN doesn't expose a good way to look up a specific revision. The only way I know to do it is by opening the Repo Browser and doing an Show Log on the repo's root fold

[Feature request with patch]: Show log at revision

2023-02-10 Thread TortoiseSVN on behalf of Dave Lawrence
*Background:* We often need to review old code changes, but only have an old revision number without knowing the branch. Tortoise SVN doesn’t expose a good way to look up a specific revision. The only way I know to do it is by opening the Repo Browser and doing a Show Log on the repo’s root folder

Re: [Feature Request] Enhancements to Commit Dialog

2023-02-07 Thread Stefan via TortoiseSVN
grouping is already used, but for changelists and externals. Unfortunately grouping by e.g. date without is not possible without removing grouping for those. -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and sto

[Feature Request] Enhancements to Commit Dialog

2023-02-07 Thread Amjad Khateeb via TortoiseSVN
Sometimes, when I open the commit dialog, it shows a large number of files which contains different features to commit. I know this not recommended, but sometimes it happens. I suggest two enhancements to the commit dialog that helps when having large number of files to commit: 1. Group th

Re: [Feature Request] Add a custom icon to show that a newer revision of the item is available

2023-01-20 Thread Stefan via TortoiseSVN
see here: https://tortoisesvn.net/faq.html#ovlremote -- 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 tortoisesvn+unsubscr...@googlegroups.com. To view this discus

[Feature Request] Add a custom icon to show that a newer revision of the item is available

2023-01-20 Thread Guilherme Claudino e Silva via TortoiseSVN
Hi everyone! My name is Guilherme and the company where I work on uses Tortoise SVN for multiple purposes. However, one thing that we noticed is that sometimes people forget to update the files as if they are unmodified, they will have the green symbol. Would it be possible to check for anothe

[Feature Request] Add the option to "Show Locked Files" in Check For Modifications window

2023-01-09 Thread Ben Slavens via TortoiseSVN
I would like to request that the filter option *"Locked Files/Folders" (*or something similar) be added in the *Items to Show* area when using the *Check For Modifications* tool/window. Just had a case where I was trying to break a lock on a file that was unmodified but checked out. I found it

Re: Feature request: Deleting a parent directory should also itemize deleted contents when viewing revision in the log window

2022-10-10 Thread Daniel Sahlberg via TortoiseSVN
måndag 10 oktober 2022 kl. 19:51:31 UTC+2 skrev samem...@gmail.com: > Behavior mentioned below encountered using TrotoiseSvn x64 windows desktop > version 1.14.3 and 1.14.5 > > When deleting a non-empty directory in a local repo, and committing to > remote repo, all the files within the deleted

Feature request: Deleting a parent directory should also itemize deleted contents when viewing revision in the log window

2022-10-10 Thread Sam Emswiler via TortoiseSVN
Behavior mentioned below encountered using TrotoiseSvn x64 windows desktop version 1.14.3 and 1.14.5 When deleting a non-empty directory in a local repo, and committing to remote repo, all the files within the deleted directory *are not marked as being deleted when viewed in the log window* fo

Feature request: warn for local modifications before Merge all...

2022-10-06 Thread TortoiseSVN on behalf of John Smith
Hi, the regular merge window warns when the working copy has local modifications. It would be nice to have a similar warning for "Merge all..." (extended context menu) operation too. Thank you! -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. T

Feature request: Keyboard Shortcut to Add / Undo Add in Modified Files Dialog-Lists

2022-09-27 Thread M Zue über TortoiseSVN
Hello TortoiseSVN-Team, could you add a keyboard shortcut to Add (and maybe Undo Add) in File-Lists Dialogs were already the Delete-Key works to SVN-Delete a file!? Suggested shortcuts are: VK_CONTROL + VK_ADD to Add a file to SVN VK_CONTROL + VK_SUBTRACT to undo an Add > Please also update the

Feature request

2022-09-26 Thread carl verret via TortoiseSVN
hi all! Been using SVN for a long time and I would like to make a request, Could you please add a new button that Accept all left file + Save + Exit ? Thanks ! Best regards, Carl -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe

Re: feature request TortoiseMerge in Wrap lines mode

2022-04-05 Thread Stefan via TortoiseSVN
On Monday, April 4, 2022 at 8:15:59 AM UTC+2 H. Niemann wrote: > Hello Stefan! > > > > I have a feature request regarding TortoiseMerge. > > When I activate Wrap lines mode, the line comparison on the bottom of the > screen uses the same wrap points as the upper displ

feature request TortoiseMerge in Wrap lines mode

2022-04-03 Thread TortoiseSVN on behalf of H. Niemann
Hello Stefan! I have a feature request regarding TortoiseMerge. When I activate Wrap lines mode, the line comparison on the bottom of the screen uses the same wrap points as the upper displays, using only half of the available width. It gets even more complicated if left and right pane have

Re: Feature request for solving tree conflicts

2022-04-01 Thread Stefan via TortoiseSVN
pre-fetching won't really work, because once you solved the first tree conflict, the data fetched for the second one will be different depending on how you resolved the first one. -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe f

Feature request for solving tree conflicts

2022-03-31 Thread Sebastian Müller über TortoiseSVN
Hi, it would be great if checking tree conflicts during a merge could be speed up. Current state is: conflicts during a merge are solved one after another. If the current one is a tree conflict, then first the "Fetching tree conflict information..." dialog appears, and only after it is finished

Feature request: TortoiseMerge should have an option to defer to an external tool if it detects a binary file

2022-03-07 Thread Ryan Niehaus via TortoiseSVN
It would be great if TortoiseMerge would be able to defer to an external merge tool when it detects binary files so that we don't have to have specific extensions mapped ahead of time in the TortoiseSVN settings. I have several small binary formats, some without any extensions, that would be g

Re: Feature request:

2022-03-07 Thread Ryan Niehaus via TortoiseSVN
I don't think I'm being very clear I guess. Let's say I've done "Check for Modifications" in my working copy from the context menu. If I double click on one of the binary files, TortoiseMerge starts up with a dialog stating "The file... is not a valid text file!" I think it would be good to have

Re: Feature request: show the amount of data to be submitted on the commit window

2021-11-07 Thread Daniel Sahlberg via TortoiseSVN
lördag 6 november 2021 kl. 13:45:01 UTC+1 skrev Stefan: > On Saturday, November 6, 2021 at 11:16:38 AM UTC+1 David Balažic wrote: > >> There is a simple solution for that: mark/label the value appropriately >> >> Like: approximate amount of data to transfer >> Or: data amount estimate: up to x MB

Re: Feature request: show the amount of data to be submitted on the commit window

2021-11-06 Thread Stefan via TortoiseSVN
On Saturday, November 6, 2021 at 11:16:38 AM UTC+1 David Balažic wrote: > There is a simple solution for that: mark/label the value appropriately > > Like: approximate amount of data to transfer > Or: data amount estimate: up to x MB > > post subject: bug: approximation is useless post subject:

Re: Feature request: show the amount of data to be submitted on the commit window

2021-11-06 Thread David Balažic via TortoiseSVN
There is a simple solution for that: mark/label the value appropriately Like: approximate amount of data to transfer Or: data amount estimate: up to x MB They don't need to look in the FAQ if it is written right there. Regards, David On Friday, 5 November 2021 at 16:23:36 UTC+1 Stefan wrote:

Re: Feature request: show the amount of data to be submitted on the commit window

2021-11-05 Thread Stefan via TortoiseSVN
On Wednesday, November 3, 2021 at 12:15:19 PM UTC+1 daniel.l...@gmail.com wrote: > > So for defining a worst-case scenario it might be useful. > > No, it won't be useful. Because users can't tell if the information is accurate or not. So what they see is most of the time (at least for users w

Re: Feature request: show the amount of data to be submitted on the commit window

2021-11-03 Thread Daniel Sahlberg via TortoiseSVN
to know in advance whether that file is checked or not ..) > > > > Hartmut > > > > > > *Von:* Daniel Sahlberg via TortoiseSVN > *Gesendet:* Montag, 1. November 2021 09:33 > *An:* TortoiseSVN > *Betreff:* Re: Feature request: show the amount of data to be submitted &

AW: Feature request: show the amount of data to be submitted on the commit window

2021-11-03 Thread TortoiseSVN on behalf of H. Niemann
Betreff: Re: Feature request: show the amount of data to be submitted on the commit window söndag 31 oktober 2021 kl. 12:16:19 UTC+1 skrev Adam Jones: Exactly and this is what I'm suggesting; that this correct calculation is made by determining the total of each individual files change data.

Re: Feature request: show the amount of data to be submitted on the commit window

2021-11-01 Thread Daniel Sahlberg via TortoiseSVN
söndag 31 oktober 2021 kl. 12:16:19 UTC+1 skrev Adam Jones: > Exactly and this is what I'm suggesting; that this *correct *calculation > is made by determining the total of each individual files change data. > That could be done on the local system before submission and shown in this > box he

Re: Feature request: show the amount of data to be submitted on the commit window

2021-10-31 Thread TortoiseSVN
Exactly and this is what I'm suggesting; that this *correct *calculation is made by determining the total of each individual files change data. That could be done on the local system before submission and shown in this box here. It may be that the figure doesn't appear instantly as the window re

Re: Feature request: show the amount of data to be submitted on the commit window

2021-10-31 Thread Stefan via TortoiseSVN
you can't just add up the file sizes to determine the data to be transferred. Because only changes are transferred, not whole files. -- 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

Feature request: show the amount of data to be submitted on the commit window

2021-10-31 Thread Adam Jones via TortoiseSVN
This is a tiny feature request. Please add the amount of data to be transmitted for the commit to the bottom right of the commit window where the number of files is listed. Having a little info and transparency on the data transfer before it takes place would be really useful when on a

Re: Feature Request: ability to compare files after renaming

2021-09-14 Thread Rafal S via TortoiseSVN
ps. the proper svn command is "svn move" ;) On Wednesday, August 18, 2021 at 7:19:35 PM UTC+2 Stefan wrote: > On Wednesday, August 18, 2021 at 6:43:48 PM UTC+2 James Ward wrote: > >> When a file is renamed, and also contains changes, it isn't easy to view >> the changes from "Check for modificat

Re: Feature Request: ability to compare files after renaming

2021-08-18 Thread Stefan via TortoiseSVN
On Wednesday, August 18, 2021 at 6:43:48 PM UTC+2 James Ward wrote: > When a file is renamed, and also contains changes, it isn't easy to view > the changes from "Check for modifications". It would be fantastic if you > could diff the new and old file directly from within "Check for > modific

Feature Request: ability to compare files after renaming

2021-08-18 Thread James Ward via TortoiseSVN
When a file is renamed, and also contains changes, it isn't easy to view the changes from "Check for modifications". It would be fantastic if you could diff the new and old file directly from within "Check for modifications". Of course this issue arises because SVN treats the rename as a delete

Feature Request: Backup Repo

2021-04-21 Thread Robert Jansen via TortoiseSVN
Since Tortoise can communicate with a remote SVN database it would seem pretty straightforward to add the capability to backup the database (remote) from within the GUI to a local folder. You already have the command line tools that can do this but I've found getting the keys and paths correct

Re: Feature request: one global commit batch with different commit messages?

2021-04-16 Thread TortoiseSVN
nch the commit dialog on the > folder, etc, etc, Time consuming and error prone! I just made a whole > commit batch with a wrong message, and I can not edit the commit message. > Not a solution to your feature request, but you can enable editing of the commit message if you add a pre-revp

Feature request: one global commit batch with different commit messages?

2021-04-16 Thread Luc Chapon via TortoiseSVN
Hello I don’t commit file by file, or atomically everytime I make one modification. Usually, I launch the commit dialog on one folder and see what's there to be committed. I often have to deal with multiple modified files, for various reasons, and only have the possibility of one unique global

Re: Feature Request: Alternative URL/IP for one project

2021-03-06 Thread Stefan via TortoiseSVN
> > > Could you provide me with a step-by-step manual (for Windows) on to > achieve the effect you described via DNS? > Are the DNS settings done within the software limits of TortoiseSVN (as I > couldn't find DNS settings within the TortoiseSVN GUI, only Network->Proxy) > or > do I need to ch

Re: Feature Request: Alternative URL/IP for one project

2021-03-01 Thread TortoiseSVN on behalf of lorenznl
Mathias Schusser über TortoiseSVN wrote: >Hi TortoiseSVN-Team, > >I would like to request the following feature that I think can be very >helpful not only for me but for others as well. > >Given situation: >The SVN server of the company I work for is reachable via DSL (backup) and >LTE (main) an

Re: Feature Request: Alternative URL/IP for one project

2021-03-01 Thread Mathias Schusser über TortoiseSVN
In my example the two URLs indeed map to exactly the same repo on the server side. So there would need to be a check if the repo from URL1 is the same as the one from URL2 (I don't know if such a check is even possible). Could you provide me with a step-by-step manual (for Windows) on to achiev

Re: Feature Request: Alternative URL/IP for one project

2021-03-01 Thread Stefan via TortoiseSVN
On Monday, March 1, 2021 at 5:14:08 PM UTC+1 Mathias Schusser wrote: > Hi TortoiseSVN-Team, > > I would like to request the following feature that I think can be very > helpful not only for me but for others as well. > > Given situation: > The SVN server of the company I work for is reachable v

Feature Request: Alternative URL/IP for one project

2021-03-01 Thread Mathias Schusser über TortoiseSVN
Hi TortoiseSVN-Team, I would like to request the following feature that I think can be very helpful not only for me but for others as well. Given situation: The SVN server of the company I work for is reachable via DSL (backup) and LTE (main) and therefore has two slightly different URLs to one

Feature request: copy file path to clipboard in log dialog

2021-02-09 Thread Ondrej Pokorny über TortoiseSVN
Hello, in the "Show log" dialog https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-showlog.html I'd like to be able to copy the file path of the selected file(s) in the bottom pane to clipboard. Currently I can copy only the URL, "path relative to root" and filename. I'd like to be

Feature request: Alow checking the Reverse merge checkbox with a command line parameter

2020-09-30 Thread Kevin Lyles via TortoiseSVN
I'm automating the Merge window, and I can specify almost everything I need on the command line. The one thing I can't see a way to specify is whether the merge should be a forward or reverse merge. I tried specifying the revisions in reverse order as is shown in the merge results window durin

Feature request: Allow auto-closing the revert window if there are no modifications

2020-09-21 Thread Kevin Lyles via TortoiseSVN
I'm automating the revert window, and the /closeoneend parameter is great when there are modifications to revert (it closes the status window once everything is reverted). However, much of the time there are no modifications. I would like a parameter that will close the first Revert window i

Feature request: Keep deleted/moved/renamed folders during "switch" and "update to revision"

2020-03-04 Thread Tobias Knauss via TortoiseSVN
I have a set of C# projects (organized in a C# solution). The number of projects has grown with time, but also some projects have been renamed or removed. No I need to create an application that uses old and new versions of the same DLLs that are built from these projects. I already modified th

Re: Feature request: Remember column display widths in log windows / project monitor

2019-11-18 Thread 'Thelo' Louis Paquin via TortoiseSVN
Hello, I would still like this to happen. I have had to reset my column display widths every day, dozens of times per day, for a decade - it's a lot of wasted time that could be saved relatively easily by persisting the column display widths for the project monitor. I suspect it would be relati

Re: feature request: option to do checkout when creating a branch

2019-11-17 Thread TortoiseSVN
Hi Stefan, Bruce, I am aware of the checkbox for switching the current workarea; however I (almost) always want to keep a checked out version of the trunk local. Which means that for any 'bigger' changes, I choose to create a new workarea for the branch. Which I then checkout as well. Only for hug

Re: feature request: option to do checkout when creating a branch

2019-11-13 Thread Stefan via TortoiseSVN
On Wednesday, November 13, 2019 at 11:57:16 AM UTC+1, (unknown) wrote: > > Hey, I use TortoiseSVN a lot. Both at work, but also at home for my > personal stuff. > One thing I find myself doing a lot is : > * creating a branch ; typically via right-click on a existing trunk > workarea > there's

Re: feature request: option to do checkout when creating a branch

2019-11-13 Thread Bruce C via TortoiseSVN
Hi. You may be aware of this already but, if not, it might be something to consider as an alternative to your suggestion. I generally checkout to a local folder with a neutral name. For example, if I were to checkout trunk from the project_xyz repository I'd likely name the local folder "projec

feature request: option to do checkout when creating a branch

2019-11-13 Thread tortoisesvn+APn2wQd50DJYnnIlpy218_N-GwNhsShUJHWzWEqTUp3dimK8jTQO
Hey, I use TortoiseSVN a lot. Both at work, but also at home for my personal stuff. One thing I find myself doing a lot is : * creating a branch ; typically via right-click on a existing trunk workarea * start the repobrowser on that trunk-area * navigate to the branches part * click my just creat

Re: Feature request: (Automation) TortoiseProc.exe /log /revisions:"x,y,z"

2019-03-21 Thread TortoiseSVN
Nice. I didn't see that one on the documentation. This works Thanks! On Wed, Mar 20, 2019, 5:28 PM Stefan via TortoiseSVN < tortoisesvn@googlegroups.com> wrote: > you can also pass /limit:1 to the command line. > > -- > You received this message because you are subscribed to a topic in the >

Re: Feature request: (Automation) TortoiseProc.exe /log /revisions:"x,y,z"

2019-03-20 Thread Stefan via TortoiseSVN
you can also pass /limit:1 to the command line. -- 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 tortoisesvn+unsubscr...@googlegroups.com. To view this discuss

Re: Feature request: (Automation) TortoiseProc.exe /log /revisions:"x,y,z"

2019-03-19 Thread TortoiseSVN
Running the following command: start C:\"Program Files"\TortoiseSVN\bin\TortoiseProc.exe /command:log /path:"%SVN_URL%" /startrev:HEAD /endrev:0 /findregex /findtype:8 /findstring:"\b(x|y|z)\b" lists and filters on up to 100 revisions. After pressing ShowAll it displays and filters over the ful

Re: Feature request: (Automation) TortoiseProc.exe /log /revisions:"x,y,z"

2019-03-19 Thread Stefan via TortoiseSVN
On Monday, March 18, 2019 at 8:39:43 PM UTC+1, Javier Barreto wrote: > > > Consider the following command: > > svn log -cx,y,z > > where x,y,z are revision numbers. > > Currently it is not possible to run the same command with TortoiseSvn > > TortoiseSVN.exe /log /revisions:"x,y,z" >

Feature request: (Automation) TortoiseProc.exe /log /revisions:"x,y,z"

2019-03-18 Thread tortoisesvn+APn2wQfod6om2fsaiUYh8HTUHZvOiQJ-BAuWDMV6cZ_85EEpFCnz
Hi my name is Javier Barreto I hope this is the right way for requesting features; I've only found one sample of a feature request which was answered in a polite and orderly fashion... so I'm guessing this is it. It would be really nice if the GUI supported specifying which revisio

Re: Feature request: Ability to customize URL history

2019-03-11 Thread tortoisesvn+APn2wQf9U9NkgHPYkYkOE_OICqxy_tyF5fXL7zM1Fl4RXE_5hgSU
On Monday, March 11, 2019 at 1:26:15 PM UTC-7, Stefan wrote: > On Saturday, March 9, 2019 at 9:42:43 PM UTC+1, Stefan wrote: > > > On Friday, March 8, 2019 at 9:45:04 PM UTC+1, Evan Shultz wrote: > Here are some ideas: > > - Add the ability to customize the number of the items in the URL History

Re: Feature request: Ability to customize URL history

2019-03-11 Thread Stefan via TortoiseSVN
On Saturday, March 9, 2019 at 9:42:43 PM UTC+1, Stefan wrote: > > > > On Friday, March 8, 2019 at 9:45:04 PM UTC+1, Evan Shultz wrote: >> >> >> Here are some ideas: >> - Add the ability to customize the number of the items in the URL History >> pulldown. >> > > Currently, that number is fixed

Re: Feature request: Ability to customize URL history

2019-03-09 Thread Stefan via TortoiseSVN
On Friday, March 8, 2019 at 9:45:04 PM UTC+1, Evan Shultz wrote: > > > Here are some ideas: > - Add the ability to customize the number of the items in the URL History > pulldown. > Currently, that number is fixed to 25 items per domain. I'll add an option to configure that number. > - R

Feature request: Ability to customize URL history

2019-03-08 Thread tortoisesvn+APn2wQf9U9NkgHPYkYkOE_OICqxy_tyF5fXL7zM1Fl4RXE_5hgSU
In my workflow, I bouncing between several different root repositories. This results in my URL history filling up with URLs from the root repo I used last. All the other root repo URLs will be pushed off the pulldown list and I need to look up or remember the other root repos regularly. For me,

Re: [Feature Request] [Blame] Add "Blame next revision"

2018-07-18 Thread Stefan via TortoiseSVN
On Saturday, July 14, 2018 at 8:09:36 PM UTC+2, Mario De Weerd wrote: > > Hi > > The Blame function provides a function to "Blame previous revision" which > is very usefull. > I was just looking for the "Blame next revision" function as that would > have been usefull to fast forward to the fa

[Feature Request] [Blame] Add "Blame next revision"

2018-07-14 Thread tortoisesvn+APn2wQez2CfE4yaqaMXeFbCZWZsNnRtNpaFB3LhlmJE3Y6xEEQOb
Hi The Blame function provides a function to "Blame previous revision" which is very usefull. I was just looking for the "Blame next revision" function as that would have been usefull to fast forward to the failing revision. I have checked in the current version: TortoiseSVN 1.10.0, Build 281

Re: Feature Request (Project Monitor): Clear All Errors

2018-07-13 Thread Sven Neuffer via TortoiseSVN
Same Problem here: Project Monitor is starting automatically when log in. If I'm working in Home Office, I log in before connect to SVN Server via VPN and get Error "Unable to connect to a repository at URL '...' Der angegebene Host ist unbekannt." I would like to see Errors getting cleared

Re: Feature Request (Project Monitor): Clear All Errors

2018-07-13 Thread Sven via TortoiseSVN
Same Problem here: Project Monitor is starting automatically when log in. If I'm working in Home Office, I log in before connect to SVN Server via VPN and get Error "Unable to connect to a repository at URL '...' Der angegebene Host ist unbekannt." I would like to see Errors getting cleared aut

Re: Feature Request (Project Monitor): Clear All Errors

2018-07-09 Thread Álvaro González via TortoiseSVN
> Regarding my point #2, I seem to be having many issues where a >> disconnected VPN causes a connection error, which "lingers" until the error >> is manually cleared. >> This means I cannot reliably use the project monitor to track changes in >> the "background" and notify me when changes occ

Re: Feature Request (Project Monitor): Clear All Errors

2018-07-07 Thread Stefan via TortoiseSVN
> You are right - it is in the tooltip. That does not make the behavior > easier to find, though, because the two behaviors are not similar from a > user's perspective. > Even though the behavior is documented, I would recommend putting this > functionality onto its own button. This would make

Feature Request: set of log filters

2018-06-13 Thread Dario via TortoiseSVN
Hi, I searched a bit and did not find this, I hope it's not double. I think it would be useful to have a configurable list of predefined search terms in the log window, particularly for merging. I use tags or particular words to track some things, and having them in a drop down would be faster.

Re: Feature Request (Project Monitor): Clear All Errors

2018-06-12 Thread Paul P. via TortoiseSVN
Hi Stefan, You are right - it is in the tooltip. That does not make the behavior easier to find, though, because the two behaviors are not similar from a user's perspective. Even though the behavior is documented, I would recommend putting this functionality onto its own button. This would make

Feature request: Edit Tree Conflicts: Buttons to Show Log and Compare/Merge both of the conflicted files

2018-06-08 Thread tortoisesvn+APn2wQd5HNfOBk5hY8T1LqjiRJKDLEeAQyNPFOYFey8Imd0NSqzX
The particular tree conflict I'll use for this example is: "A merge operation tried to replace a file." But the same thing applies to many if not all of the merge conflict types. The full contents of the dialog follow: "A file which differs from the corresponding file on the merge source branch

Re: Feature Request (Project Monitor): Clear All Errors

2018-05-29 Thread Stefan via TortoiseSVN
On Tuesday, May 29, 2018 at 1:59:56 PM UTC+2, Paul P. wrote: > > Hi Stefan, > > Thank you for the quick reply. I am on mobile - please excuse any typos in > my response. > > > 1. Add a "Clear all errors" button. >> That already exist. Shift-click the "Mark all as read" button to clear >> the e

Re: Feature Request (Project Monitor): Clear All Errors

2018-05-29 Thread TortoiseSVN on behalf of Paul P.
Hi Stefan, Thank you for the quick reply. I am on mobile - please excuse any typos in my response. > 1. Add a "Clear all errors" button. > That already exist. Shift-click the "Mark all as read" button to clear > the errors. > Obviously that functionality is not too obvious to find. Maybe an > alt

Re: Feature Request (Project Monitor): Clear All Errors

2018-05-28 Thread TortoiseSVN on behalf of Stefan_Ego
On 5/28/2018 11:07 PM, Paul P. via TortoiseSVN wrote: Hello, Not sure if this is the correct place to submit feature requests for Project Monitor - if not, kindly share the correct place so I can submit there. I regularly use Project Monitor (TSVN 1.10) to track 20-25 repos, some of which a

Feature Request (Project Monitor): Clear All Errors

2018-05-28 Thread Paul P. via TortoiseSVN
Hello, Not sure if this is the correct place to submit feature requests for Project Monitor - if not, kindly share the correct place so I can submit there. I regularly use Project Monitor (TSVN 1.10) to track 20-25 repos, some of which are behind a VPN or which experience occasional downtime.

Feature Request: Repro-Browser - Save as with revision number at file name.

2017-11-29 Thread Holm P. via TortoiseSVN
Hi, for specific tasks it would be helpful to save a file locally including the actual revision number at file name. This functionality is already available at Log-Viewer. I like to see that at Repro-Browser too. I would prefer that as a second item at the local menu. Thx. Holm -- You receiv

Re: Feature request: tree view

2017-11-17 Thread tortoisesvn+APn2wQcK9PsLtkC7ZbzD0Dh3Qyf5e7IkwfJLVifajRcPyOY5C4e9
I, for one, would benefit greatly from a treeview in "commit" dialog. -- 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 tortoisesvn+unsubscr...@googlegroups.com. To

Re: Feature request: Show merged log messages when selecting multiple revisions

2011-03-03 Thread Alexander Obuhovich
About 1.6.2, yes it's a typo. Ok, I'm ready to wait. What is approximate date of 1.7.0 version release? 2011/3/3 Stefan Küng > On 03.03.2011 14:23, Alexander Obuhovich wrote: > > Hi, > > > > I also find this feature useful. However I can't find in that exact > > version of TortoiseSVN it will