Re: In search of a single SVN Update/Commit/Merge diagram

2024-03-18 Thread Jonathan Anderson via TortoiseSVN
Thanks Stefan for your feedback. I guess I was trying to capture the essential steps needed for someone to start developing on a branch so splitting it up would defeat the purpose. And after looking at dozens of diagrams that do split them up, I was uncertain of how the update/commit and

Re: In search of a single SVN Update/Commit/Merge diagram

2024-03-16 Thread Stefan via TortoiseSVN
the diagrams look ok to me. However I'm not sure if showing everything in one single diagram is the right way: For me this seems more complicated than using one diagram for every operation. -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To

Re: In search of a single SVN Update/Commit/Merge diagram

2024-03-14 Thread Jonathan Anderson via TortoiseSVN
Oh, I think I forgot a step. Check these images for the branching case. On Thursday, March 14, 2024 at 11:27:35 AM UTC-4 Jonathan Anderson wrote: > Many diagrams show the *Update/Commit* process and others the *Merge *process > but few seem to *capture both*. The attached image

Re: SVN Update issue

2024-02-01 Thread Daniel Sahlberg via TortoiseSVN
fredag 2 februari 2024 kl. 07:00:11 UTC+1 skrev Master Savunma: Hello, After the change made on a file via svnserver, another user can see the current version by updating it, but another user in the same department cannot see it. Thank you Good work I believe you already sent the same

SVN Update issue

2024-02-01 Thread Master Savunma şu grup üzerinden : TortoiseSVN
Hello, After the change made on a file via svnserver, another user can see the current version by updating it, but another user in the same department cannot see it. Thank you Good work -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To

Re: SVN Update issue

2024-02-01 Thread Stefan via TortoiseSVN-dev
first, this is the developers list. You should ask your questions on the users list instead. As for your problem: make sure the other developer uses the same repo url and is on the same branch. -- You received this message because you are subscribed to the Google Groups "TortoiseSVN-dev"

SVN Update issue

2024-02-01 Thread Master Savunma şu grup üzerinden : TortoiseSVN-dev
Hello, After the change made on a file via svnserver, another user can see the current version by updating it, but another user in the same department cannot see it. Thank you Good work -- You received this message because you are subscribed to the Google Groups "TortoiseSVN-dev" group. To

Re: Why opening a dev tool when double klicking a file in SVN Update log dialog

2021-03-20 Thread Phil Seakins via TortoiseSVN
/dev tool open when I double click a file in the SVN > Update dialog? Is this the way it is supposed to be? You could also display > TortoiseMerge. Whether the old version then corresponds to the effective > overwritten version or to the last committed version remains to be seen. >

Re: Why opening a dev tool when double klicking a file in SVN Update log dialog

2021-03-20 Thread Stefan via TortoiseSVN
a double click will open TortoiseMerge if the file received changes due to a merge. Because then there's actually a diff between the local modification and BASE. In all other cases, the default editor is opened. Because we'd have to fetch the "previous" file version from the repository - and

Why opening a dev tool when double klicking a file in SVN Update log dialog

2021-03-19 Thread Andreas Grob über TortoiseSVN
Hi, For example, when I select a revision in the SVN Show Log dialog and then double-click a file, I get the TortoiseMerge dialog. Why does an editor/dev tool open when I double click a file in the SVN Update dialog? Is this the way it is supposed to be? You could also display TortoiseMerge

SVN Update error

2020-06-03 Thread tortoisesvn+APn2wQfiN_HilBdwxC23Mp3FxWJn7KthjM-R8laPErbGYtTG0q7L
Used Kit: TortoiseSVN-1.14.0.28885-x64-svn-1.14.0.msi Operating System: Microsoft Windows 10 While doing SVN update, similar to the below error mesagae is shown. "sqlite update failed. sqlite update blocked by other process". After third try, it succeeded. Is it something I missed i

svn update issue (how to avoid update before commit in multi user repository)

2019-11-08 Thread tortoisesvn+APn2wQca_X3aMeE3PzslYhplqyyCINxH6ZXSx3ZSj_G0D-1yW36J
hi i am using svn server from 3-4 years as 1 user per repository. now working on a repository with 5 designers and developers they all working on same project, designer 1 commit successfully but when designer 2 or 3 trying to commit it ask for update before commit, and when they click on

Re: error 'Network connection closed unexpectedly' while svn update

2019-10-18 Thread Stefan via TortoiseSVN
Since you can reproduce the problem with the command line client, please report this on the Subversion users list because the bug/problem is clearly in the svn library and therefore something for the svn developers to fix. http://subversion.apache.org/mailing-lists.html -- You received this

Re: error 'Network connection closed unexpectedly' while svn update

2019-10-18 Thread tortoisesvn+APn2wQcVAkwTTtK94PmqOA0Glgf_NW7WwW_iNwy0GhKpvmwZZGVZ
: detlef Last Changed Rev: 15747 Last Changed Date: 2019-10-16 07:58:16 +0200 (Mi, 16 Okt 2019) C:\Program Files\TortoiseSVN\bin>svn update "D:\Develop\FIRMA\trunk\Tests" -r 15749 Updating 'D:\Develop\FIRMA\trunk\Tests': svn: E235000: In file '/build/subversion-Lv3Qkk/subversion-1.9.7

Re: error 'Network connection closed unexpectedly' while svn update

2019-10-17 Thread Stefan via TortoiseSVN
On Thursday, October 17, 2019 at 8:11:33 PM UTC+2, (unknown) wrote: > > Hi Stefan, > > thanks for your reply. I want to answer you ... > > No, I cannot reproduce this error with the command line tool. I used for > this test a Ubuntu 18.04 with installed subversion in version >

Re: error 'Network connection closed unexpectedly' while svn update

2019-10-17 Thread tortoisesvn+APn2wQcVAkwTTtK94PmqOA0Glgf_NW7WwW_iNwy0GhKpvmwZZGVZ
Hi Stefan, thanks for your reply. I want to answer you ... No, I cannot reproduce this error with the command line tool. I used for this test a Ubuntu 18.04 with installed subversion in version '1.9.7-4ubuntu1'. The Ubuntu 18.04 system has the newest updates and so one. And no, it is not

Re: error 'Network connection closed unexpectedly' while svn update

2019-10-16 Thread Stefan via TortoiseSVN
if you can reproduce this with the command line client then you should report this on the subversion mailing list. However I think you should first check your virus scanner/firewall because such errors are usually caused by those. -- You received this message because you are subscribed to the

error 'Network connection closed unexpectedly' while svn update

2019-10-16 Thread Detlef Braungardt via TortoiseSVN
Hi all, we use the version 'TortoiseSVN 1.12.2, Build 28653 - 64 Bit , 2019/08/04 13:03:09' of TortoiseSVN. We are many developers and use a subversion server on an ubuntu 18.04. Subversion on the server has the version '1.9.7-4ubuntu1'. >From time to time we get an error 'Network connection

Re: SVN Update and SVN Commit does not appear in the main context menu

2019-10-02 Thread TortoiseSVN on behalf of Himadri Mukherjee
Yup. I have reinstalled tortoise can too but did not help. Sent from my iPhone > On Oct 1, 2019, at 11:18 PM, Tony Rietwyk via TortoiseSVN > > wrote: > > Have you restarted Windows Explorer, or the machine? > > -- > You received this message because you are subscribed to the Google

Re: SVN Update and SVN Commit does not appear in the main context menu

2019-10-01 Thread TortoiseSVN on behalf of Himadri Mukherjee
64 bit version Sent from my iPhone > On Oct 1, 2019, at 11:33 AM, Chris Watson via TortoiseSVN > > wrote: > > Have you installed the 32-bit or 64-bit version of TortoiseSVN? > -- > You received this message because you are subscribed to the Google Groups > "TortoiseSVN" group. > To

Re: SVN Update and SVN Commit does not appear in the main context menu

2019-10-01 Thread Chris Watson via TortoiseSVN
Have you installed the 32-bit or 64-bit version of TortoiseSVN? -- 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

SVN Update and SVN Commit does not appear in the main context menu

2019-09-29 Thread tortoisesvn+APn2wQeSSAKlNNQwRkNQQlJexqR-dGweeZakM2Tn5ukgB1HgYjHY
Hi, I have Tortoise SVN Subversion Client Version 1.9 installed on my Windows 10 64 bit machine. I have problem that the SVN Update or SVN Commit does not appear in context menu. I do not see any problem with the installation. I have cross checked the configuration in SVN Settings

SVN update and commit not showing

2018-11-20 Thread Mainak via TortoiseSVN
Hello, I am using the latest release (1.11.0) of TortoiseSVN. The commit and update option is not showing when I am right clicking on the project folder. I have tried repairing the installation multiple times. It will be really helpful if someone have any tips for this problem. Thanks,

Re: SVN Update command is failing

2018-07-21 Thread Stefan via TortoiseSVN
The cleanup menu item is right below the "revert" item. Just look again. -- 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

SVN Update command is failing

2018-07-18 Thread tortoisesvn+APn2wQcJJgKl7LYk_MlwYNvezseZre5LJuMGMeq099iWyHVjVy4e
I am trying to update some Projects to Subversion and I keep getting the following Error: Error Previous operation has not finished; run 'cleanup' if it was interrupted Error Please execute the 'Cleanup' command. I am using TortoiseSVN 1.7.5, Build 22551 - 64Bit, 2012/02/13 17:36:15 When I

Re: SVN Update TortoiseSVN r28103 failed recently

2018-03-08 Thread tortoisesvn+APn2wQfrOH9dh3WwFA2HnWfPx9MBU_i1FxWxc55aB8vMtTt_Gk5m
Some other repositories on SF were up and running again over the weekend, but are in trouble again. I keep my fingers crossed ... Cheers Lübbe -- You received this message because you are subscribed to the Google Groups "TortoiseSVN" group. To unsubscribe from this group and stop receiving

AW: SVN Update

2018-02-27 Thread TortoiseSVN on behalf of Nils Jansen
Betreff: AW: SVN Update Hallo Nils, die Command line tools kannst du auswählen, wenn du tortoiseSVN installierst. Sie sind standardmäßig deaktiviert, aber im Setup enthalten. Mit freundlichen Grüßen Dr. Hartmut Niemann Siemens AG -Ursprüngliche Nachricht- Zu deinem zweiten Punkt möchte

Re: SVN Update

2018-02-26 Thread Tony Rietwyk via TortoiseSVN
Hello Nils, I recently had a problem doing a switch which unexpectedly couldn't finish and it suggested doing a cleanup, which also didn't help. The problem turned out to be that the switch needed to remove a folder for a project that I had open in Visual Studio at the same time. So now, I

AW: SVN Update

2018-02-26 Thread TortoiseSVN on behalf of H. Niemann
Hallo Nils, die Command line tools kannst du auswählen, wenn du tortoiseSVN installierst. Sie sind standardmäßig deaktiviert, aber im Setup enthalten. Mit freundlichen Grüßen Dr. Hartmut Niemann Siemens AG -Ursprüngliche Nachricht- Zu deinem zweiten Punkt möchte ich dich fragen wo

AW: SVN Update

2018-02-26 Thread TortoiseSVN on behalf of Nils Jansen
enstag, 20. Februar 2018 16:54 An: TortoiseSVN on behalf of Nils Jansen Betreff: AW: SVN Update Hallo Nils! Erstaunlich, dass es bei dir geholfen hat, das Programm neu zu installieren. In Regelfall ist es völlig unnötig. Es gibt zwei Ursachen, die zu so etwas führen können, und deswegen darf

AW: SVN Update

2018-02-26 Thread TortoiseSVN on behalf of Nils Jansen
enstag, 20. Februar 2018 16:54 An: TortoiseSVN on behalf of Nils Jansen Betreff: AW: SVN Update Hallo Nils! Erstaunlich, dass es bei dir geholfen hat, das Programm neu zu installieren. In Regelfall ist es völlig unnötig. Es gibt zwei Ursachen, die zu so etwas führen können, und deswegen darf

AW: SVN Update

2018-02-20 Thread TortoiseSVN on behalf of H. Niemann
oglegroups.com [mailto:tortoisesvn+apn2wqefalm4u5u34jqrtytbuq57ypaw9pxudorrdpf_pzuff...@googlegroups.com] Gesendet: Dienstag, 20. Februar 2018 16:01 An: TortoiseSVN Betreff: SVN Update Hallo liebe Mitglieder, ich habe eine Frage zu einem Problem mit SVN, welches in unregelmäßigen abständen

SVN Update

2018-02-20 Thread tortoisesvn+APn2wQeFaLM4u5u34JqRtyTbuq57ypaw9PXudORrDPF_pZUfFy-j
Hallo liebe Mitglieder, ich habe eine Frage zu einem Problem mit SVN, welches in unregelmäßigen abständen immer mal wieder auftritt. Wenn man seinen SVN Ordner Updaten möchte aufgrund von neu eingespielten Dateien bekommt man die Fehlermeldung: Error Previous operation has not finished; run