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

2022-07-29 Thread Stefan via TortoiseSVN


On Thursday, July 28, 2022 at 9:03:49 AM UTC+2 frank kulow wrote:

> >> I find myself more often using the Commit dialog to see what is 
> modified. 
> yes!!!, why cannot it start from log window like TortoiseGit
>

because TSVN doesn't show "working tree changes" in the log dialog. The 
reason is that the log data in SVN is fetched from the repository, while 
local changes are not in the repository.
With git it's different, there the log shows the local modifications.


-- 
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 
https://groups.google.com/d/msgid/tortoisesvn/c6981f2e-f7fa-4a53-8333-7642d89b1a9cn%40googlegroups.com.


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

2022-07-28 Thread TortoiseSVN
>> I find myself more often using the Commit dialog to see what is modified.
yes!!!, why cannot it start from log window like TortoiseGit

Am Mi., 27. Juli 2022 um 15:55 Uhr schrieb Daniel Sahlberg via
TortoiseSVN :
>
> onsdag 27 juli 2022 kl. 05:43:29 UTC+2 skrev Tony Rietwyk:
>>
>> 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 switch!
>
>
> Isn't this very much the same as TortoiseSVN, Check for modifications (see 
> screenshot)? The dialogs look almost identical.
>
> Commit and Stash (which I believe is the equivalent of "Shelve") are 
> available in the right-click menu in the file list.
>
> The only thing missing, from what I can see on the screenshot, is the 
> repository URL and a possibility to switch/relocate the working copy.
>
>>
>> I'm quite happy having pop-ups accessed via the Explorer window, and using 
>> my preferred difference viewer Beyond Compare.  Maybe Frank would better off 
>> with Visual Studio or VS Code, which both support Git in 'permanent' windows 
>> - where you can edit the code as well.
>
>
> I find myself more often using the Commit dialog to see what is modified. 
> Then it is also easy to select the modifications I want to commit and have 
> them committed immediately. The only time I use Check for modifications is 
> when I need to check the repository for potential conflicts before an Update 
> (but most of the time I just Update and solve any conflicts - they have to be 
> handled anyway before commit).
>
> Using Subversion in Visual Studio require a plugin or a bit of configuration 
> (https://tortoisesvn.net/visualstudio.html, but I haven't checked if this is 
> still working).
>
> Kind regards,
> Daniel
>
> --
> You received this message because you are subscribed to a topic in the Google 
> Groups "TortoiseSVN" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/tortoisesvn/h1qy81xkBAY/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> tortoisesvn+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tortoisesvn/50f32a8a-6db3-44ed-93c3-25d8ffbd977dn%40googlegroups.com.

-- 
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 
https://groups.google.com/d/msgid/tortoisesvn/CAA2qrhBWgOTYKNqN4b-0apm_F%2BdZDVUC8HQZ_3V%2B-Q%3DDrvv6Vg%40mail.gmail.com.


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

2022-07-27 Thread Daniel Sahlberg via TortoiseSVN
onsdag 27 juli 2022 kl. 05:43:29 UTC+2 skrev Tony Rietwyk:

> 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 switch!


Isn't this very much the same as TortoiseSVN, Check for modifications (see 
screenshot)? The dialogs look almost identical.

Commit and Stash (which I believe is the equivalent of "Shelve") are 
available in the right-click menu in the file list.

The only thing missing, from what I can see on the screenshot, is the 
repository URL and a possibility to switch/relocate the working copy.
 

> I'm quite happy having pop-ups accessed via the Explorer window, and using 
> my preferred difference viewer Beyond Compare.  Maybe Frank would better 
> off with Visual Studio or VS Code, which both support Git in 'permanent' 
> windows - where you can edit the code as well.


I find myself more often using the Commit dialog to see what is modified. 
Then it is also easy to select the modifications I want to commit and have 
them committed immediately. The only time I use Check for modifications is 
when I need to check the repository for potential conflicts before an 
Update (but most of the time I just Update and solve any conflicts - they 
have to be handled anyway before commit).

Using Subversion in Visual Studio require a plugin or a bit of 
configuration (https://tortoisesvn.net/visualstudio.html, but I haven't 
checked if this is still working).

Kind regards,
Daniel

-- 
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 
https://groups.google.com/d/msgid/tortoisesvn/50f32a8a-6db3-44ed-93c3-25d8ffbd977dn%40googlegroups.com.


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 switch! 
I'm quite happy having pop-ups accessed via the Explorer window, and using 
my preferred difference viewer Beyond Compare.  Maybe Frank would better 
off with Visual Studio or VS Code, which both support Git in 'permanent' 
windows - where you can edit the code as well. 

-- 
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 
https://groups.google.com/d/msgid/tortoisesvn/1a785d02-2c24-4f6b-824a-46cde846fcd7n%40googlegroups.com.


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

2022-07-26 Thread Daniel Sahlberg via TortoiseSVN
tisdag 26 juli 2022 kl. 10:00:18 UTC+2 skrev frank kulow:

> why no sense?
> In TortoiseGit i very often use it. I dont need permanently open new 
> windows.
> First i start a log view, and then i make compares, commits, switches.
> frank
>

I think you need to explain a bit closer how this is intended to work. The 
log window (as in TortoiseSVN, Show Log), simply show the history. What is 
show is already committed to the repository. You can already revert a 
previous revision and you can "merge revision to", both of these modify a 
local WC.

Kind regards,
Daniel

-- 
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 
https://groups.google.com/d/msgid/tortoisesvn/1bf43378-1cca-40e8-8dac-51fb3cf8ca68n%40googlegroups.com.


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

2022-07-26 Thread frank kulow über TortoiseSVN
why no sense?
In TortoiseGit i very often use it. I dont need permanently open new 
windows.
First i start a log view, and then i make compares, commits, switches.
frank

Stefan schrieb am Donnerstag, 21. Juli 2022 um 21:10:33 UTC+2:

> That makes no sense.
> in the log dialog there's nothing to commit from or to.
>

-- 
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 
https://groups.google.com/d/msgid/tortoisesvn/01a17bbc-c0f3-4584-9b0d-806d60733b28n%40googlegroups.com.


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

2022-07-21 Thread Stefan via TortoiseSVN
That makes no sense.
in the log dialog there's nothing to commit from or to.

-- 
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 
https://groups.google.com/d/msgid/tortoisesvn/7e865a68-91b3-4ee5-bc48-970d108f7ec2n%40googlegroups.com.


missing feature: commit possible in Window "Log Messages"

2022-07-21 Thread frank kulow über TortoiseSVN
so like in tortoise git

Frank

-- 
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 
https://groups.google.com/d/msgid/tortoisesvn/eff479fa-30b3-49cb-9a09-ea3c591b1852n%40googlegroups.com.