Re: [Suggestion] TortoiseMerge - go to to next/previous file

2018-02-23 Thread Stefan via TortoiseSVN


On Friday, February 23, 2018 at 9:04:23 AM UTC+1, H. Niemann wrote:
>
> Hello Stefan!
>
>  
>
> This could be implemented by reserving a return code for “finished without 
> error, go to next” and one for “finished without error, go to previous”
>
> and the calling application could react by starting a new TMerge instance 
> for the previous / next file. Then there would be no need for
>
> storing the temp files for TMerge.
>

That would require inter-process communications, which is of course doable 
but a lot of work to get it right.
And while your description looks easy, there are a lot of edge cases:
* what happens if more than one TMerge instance is running? Does 
TortoiseProc have to keep a tag on each one so it knows that "prev/next" 
means?
* what happens if you close the commit dialog?
* what happens if you refresh the commit dialog and the file list changes?
* what happens if the 'next' file is not text but e.g. an image file? Or a 
binary file? If you want to skip it, how would TProc know which ones to 
skip? 

Stefan

-- 
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/633acc59-c7c3-4e28-a5f8-d1f9daa29903%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Unlocked items disappear from list after reverting changes in Commit dialog

2018-02-23 Thread Stefan via TortoiseSVN
Fixed in r28114

-- 
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/f2d1d029-1d8c-493b-88cb-615ca47f6aff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AW: "|" check out problem with NTFS filesystem

2018-02-23 Thread TortoiseSVN on behalf of H. Niemann
Yes, you can delete or rename it in the repo browser.

Mit freundlichen Grüßen
Dr. Hartmut Niemann

Siemens AG

Hello,

I have following problem. In Debian I created many filed with "|" by name. e.g. 
file "test | 123.txt". "|" is allowed by ext4 file system. But if I update in 
Windows with NTFS file system i get an error, because "|" not allowed. Is it 
possible to ignore or replace it?

Regards
Rad

-- 
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/1AE3002F400CE4498072DFDF74A843CC1F71AD08%40DEFTHW99EH3MSX.ww902.siemens.net.
For more options, visit https://groups.google.com/d/optout.


BUG: "|" check out problem with NTFS filesystem

2018-02-23 Thread tortoisesvn+APn2wQflYeXpMNwz_QOSm6MRziMv2xnJkUavrKPU70b7gGxy7cND
Hello,

I have following problem. In Debian I created many filed with "|" by name. e.g. 
file "test | 123.txt". "|" is allowed by ext4 file system. But if I update in 
Windows with NTFS file system i get an error, because "|" not allowed. Is it 
possible to ignore or replace it?

Regards
Rad

-- 
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/503e0e4a-71b8-4ab6-948e-5ab9bd0e44a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


AW: [Suggestion] TortoiseMerge - go to to next/previous file

2018-02-23 Thread TortoiseSVN on behalf of H. Niemann
Hello Stefan!

This could be implemented by reserving a return code for “finished without 
error, go to next” and one for “finished without error, go to previous”
and the calling application could react by starting a new TMerge instance for 
the previous / next file. Then there would be no need for
storing the temp files for TMerge.

I have no opinion (yet) whether or not this function would be a good idea, 
though.

My commits often consist of a mix of all kinds file types, including office and 
special XML files with custom diff tools registered (a GREAT thing, by the way).
“Next” would be really useful only if all those diff tools including the office 
diff tools would implement it -- hardly possible.

Mit freundlichen Grüßen
Dr. Hartmut Niemann

Siemens AG


Von: Stefan via TortoiseSVN [mailto:tortoisesvn@googlegroups.com]


TMerge does not have the means to fetch files from a working copy, especially 
not from a repository.
To make this work, we'd have to fetch and save all the possible files to a temp 
location and then pass the full list to TMerge. Now imagine a commit dialog 
with 200 changed files...

So no, that feature won't be implemented in the near future. Sorry.

-- 
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/1AE3002F400CE4498072DFDF74A843CC1F71AA44%40DEFTHW99EH3MSX.ww902.siemens.net.
For more options, visit https://groups.google.com/d/optout.