AW: Tortoise ECCN Information

2024-06-13 Thread TortoiseSVN on behalf of H. Niemann
Good morning Madeline, Subversion is an international open source project, see https://en.wikipedia.org/wiki/Apache_Subversion Tortoise Subversion is a frontend for it, see https://tortoisesvn.net/about.html A company that creates TortoiseSVN and exports it does not exist (to my knowledge). So

AW: GIT and TortoiseSVN

2023-07-12 Thread TortoiseSVN on behalf of H. Niemann
My first guess is that the person who switched from SVN to GIT simply added all files and directories of a working copy to the GIT repo, and that these files should have never been added in the first place. You could check whether you can remove them from the project, or you could try to

batch checking for modifications?

2022-11-14 Thread TortoiseSVN on behalf of H. Niemann
Hello *! I would like to check in a batch file, whether my working copy is still identical to HEAD. Reason: an automatic build creates a tag (after the build) and I want to make sure that the input files are unchanged. Steps: 1. Create a fresh working copy 2. Build 3. Commit build

AW: 1.14.4 wrong link to subversion 1.14.1?

2022-09-26 Thread TortoiseSVN on behalf of H. Niemann
Thank you for 1.14.5! Hartmut -- 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

AW: Help with invalid filename stored in svn database

2022-08-16 Thread TortoiseSVN on behalf of H. Niemann
Have you tried renaming it in the repo browser? This works without creating a file, so windows file name restrictions should not be a problem. Hartmut Von: Fiddler via TortoiseSVN Gesendet: Dienstag, 16. August 2022 17:45 An: TortoiseSVN Betreff: Help with invalid filename stored in svn

feature request TortoiseMerge in Wrap lines mode

2022-04-04 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

AW: Commit window doesn't react on close/Cancel/OK

2022-02-09 Thread TortoiseSVN on behalf of H. Niemann
bug fix that made me upgrade, I don't remember. I'd like to test with the latest nightly, but there is none available as far as I can see.) Regards Hartmut Von: TortoiseSVN on behalf of Pavel Lyalyakin Gesendet: Dienstag, 8. Februar 2022 16:36 An: TortoiseSVN on behalf of H. Niemann Betref

Commit window doesn't react on close/Cancel/OK

2022-02-08 Thread TortoiseSVN on behalf of H. Niemann
Hello! I am using TortoiseSVN 1.14.99, Build 29255 - 64 Bit -dev, 2021/08/30 17:33:45 and encountered twice a freeze (first time a few days ago, second time today) in the commit window. In both cases I selected some files from a larger list of changed / added files, entered a build comment and

AW: automatic commit with Tortoise SVN

2021-11-15 Thread TortoiseSVN on behalf of H. Niemann
Hi! There are command line tools included with the TSVN installer (you may or may not have installed them), and with those this is really just a one-line batch svn commit . -m "automatic commit" should do the job (not tested) without asking questions. Hartmut Von: marvin joest

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
How hard and how useful would it be to list the combined file size 303 files (37kBytes) selected, 305 files (219kBytes) total (i.e. show the file size and leave the guessing how big the commit might be to the user)? It would at least give a hint whether really large files are

AW: Correcting moved External repository paths (that no longer exist) in the current SVN Repository

2021-10-19 Thread TortoiseSVN on behalf of H. Niemann
Hi! If you checkout the main repo with "no externals", this should work without error messages. Then navigate to all directories where externals are referenced and edit the directory's property svn:externals. (rightclick on the directory->tortoiseSVN->properties, select svn:externals -> edit,

AW: Garbled info line in "check for modifications" in my nightly

2021-09-01 Thread TortoiseSVN on behalf of H. Niemann
Thank you! 91 minutes from notification to fix is INCREDIBLY FAST! I can confirm the new nightly build 29255 works for me. Regards Hartmut Von: Stefan via TortoiseSVN Gesendet: Montag, 30. August 2021 18:34 An: TortoiseSVN Betreff: Re: Garbled info line in "check for modifications" in my

AW: Garbled info line in "check for modifications" in my nightly

2021-08-30 Thread TortoiseSVN on behalf of H. Niemann
And the status colum is empty. Regards Hartmut Von: TortoiseSVN on behalf of H. Niemann Gesendet: Montag, 30. August 2021 17:03 An: TortoiseSVN mailing list (tortoisesvn@googlegroups.com) Betreff: Garbled info line in "check for modifications" in my nightly Hi! The info l

Garbled info line in "check for modifications" in my nightly

2021-08-30 Thread TortoiseSVN on behalf of H. Niemann
Hi! The info line (count of modified / unchanged / ... files) of the "modified files" dialog is garbled in my nightly (1.14.99 - 29236 from 2021-07-31) There is currently no newer nightly build on the server, so I can not check whether this is already fixed. (If this is a known problem, I will

TortoiseMerge: vertical position on reload in collapse mode

2021-07-22 Thread TortoiseSVN on behalf of H. Niemann
Hello! How is the vertical scroll position (re)calculated on a reload in tortoiseMerge in collapse mode? I use TortoiseMerge quite a lot for comparing test log files with a checked-in reference, watching closely what is different. So the right file in tortoiseMerge grows with every reload

AW: Feature to force svn:eol-style native to LF or any other valid value.

2021-06-18 Thread TortoiseSVN on behalf of H. Niemann
s LF. Maybe you investigate in that direction and just use mingw or Cygwin tools for managing the mingw WC. Hartmut Von: TortoiseSVN on behalf of H. Niemann mailto:torto...@googlegroups.com>> Gesendet: Mittwoch, 16. Juni 2021 07:42 An: TortoiseSVN on behalf of Visenri mailto:torto...@googlegr

AW: Feature to force svn:eol-style native to LF or any other valid value.

2021-06-16 Thread TortoiseSVN on behalf of H. Niemann
Addendum: If I recall correctly, the cygwin svn command line clients think that native is LF. Maybe you investigate in that direction and just use mingw or Cygwin tools for managing the mingw WC. Hartmut Von: TortoiseSVN on behalf of H. Niemann Gesendet: Mittwoch, 16. Juni 2021 07:42

AW: Feature to force svn:eol-style native to LF or any other valid value.

2021-06-15 Thread TortoiseSVN on behalf of H. Niemann
What I don't understand: Are these files of the kind that needs LF style everywhere and the colleagues just use only machines where LF is native, or are these files needed in LF style on unixoid machines, CRLF style on Windows and you are the only one who has a use case where he needs them LF

AW: TortoiseSVN C++ Redistributables usage!

2021-06-11 Thread TortoiseSVN on behalf of H. Niemann
Hi Krishna! You could check the mfc*.dll files of 1.9.7 yourself for their version and what VS version is associated with it. Or upgrade all to 1.14 along the way, which ships with dlls that are from "VS2015 or newer", if I interpret their version and my google search correctly? For a company

AW: Commit screen doesnt show unversioned files anymore

2021-05-18 Thread TortoiseSVN on behalf of H. Niemann
Did you check "show unversioned files" on the bottom? This is what I do in this situation, and at least with 1.14.1 this check box still exists. Hartmut Von: Tijmen van den Heuvel via TortoiseSVN Gesendet: Dienstag, 18. Mai 2021 10:38 An: TortoiseSVN Betreff: Re: Commit screen doesnt show

AW: Is there a way to disable ONLY the commit warning for tags?

2021-03-11 Thread TortoiseSVN on behalf of H. Niemann
Hi Thorsten! If I recall correctly, the directory name "tags" is pure convention, and the warnings come from the directory name alone. If you rename the directory to "releases" or something else, the problem should be gone, shouldn't it? (And - as the subversion use case standard of "tagging"

AW: "Check for modifications" dialog

2021-02-15 Thread TortoiseSVN on behalf of H. Niemann
Hello! A "repository checked" with revision and time stamp would be really nice. Another great thing would be: One can start svn commands from this dialog like "update" or "revert", and it would be cool if the lines that were selected for that operation would be updated automatically

Synkronizer as TSVN xlsx differ?

2020-10-06 Thread TortoiseSVN on behalf of H. Niemann
Hello! We are currently looking into Synkronizer, an Excel differ plugin. Does anybody know whether the Synkronizer plugin can be used as Tortoise Subversion's xlsx differ, i.e. whether it can be fed with file paths from the command line or some trampoline (vbs?) script? Hartmut -- You

AW: link files together

2020-09-24 Thread TortoiseSVN on behalf of H. Niemann
Hello! File externals do work only inside one repository (AFAIK), while directory externals work from one repo to the other as well. “Different repositories for different versions of the software” sound a little scary for me. Why that? Lukas, you might look into the “svn traditional” approach

AW: Working on Siemens PG

2020-09-24 Thread TortoiseSVN on behalf of H. Niemann
Hello Özlem, re-reading your post I wonder whether I misunderstood you. Do you mean the “PG” department (Power Generation) (what I thought first) or a “PG” unit (I know that there used to special computers for Simatic programming called “Programmiergeräte”)? What is your problem? Tortoise SVN

AW: Working on Siemens PG

2020-09-24 Thread TortoiseSVN on behalf of H. Niemann
Hello Özlem, we at Siemens Mobility use SVN a lot. Please contact me at hartmut.niem...@siemens.com Hartmut Von: Özlem Kurumuş şu grup üzerinden: TortoiseSVN Gesendet: Donnerstag, 24. September 2020 10:07 An: TortoiseSVN Betreff: Working on Siemens PG

AW: Authentication problem - every day

2020-09-21 Thread TortoiseSVN on behalf of H. Niemann
With the tortoisesvn gui, you’ll find a “relocate” in the sub menu, if you are in the root directory of your working copy. This should do the trick. Hartmut Von: Michał L. przez TortoiseSVN Gesendet: Freitag, 18. September 2020 14:32 An: TortoiseSVN Betreff: Re: Authentication problem -

AW: libapr_tsvn.dll was not found

2020-08-19 Thread TortoiseSVN on behalf of H. Niemann
some system update yesterday – could that be the culprit, if yes – how? Hartmut Von: TortoiseSVN on behalf of Pavel Lyalyakin Gesendet: Mittwoch, 19. August 2020 13:23 An: TortoiseSVN on behalf of H. Niemann Betreff: Re: libapr_tsvn.dll was not found Hello Hartmut, Do you use TortoiseSVN 1.13.1

libapr_tsvn.dll was not found

2020-08-19 Thread TortoiseSVN on behalf of H. Niemann
Hello! This morning I got "TortoiseProc.exe - System Error The code execution cannot proceed because libapr_tsvn.dll was not found. Reinstalling may fix this problem." again, after the same thing happening maybe three or four times during the last weeks. This happens with Tortoise SVN

AW: Can't Revert, Commit or do anything to Uncommitted Change

2020-04-29 Thread TortoiseSVN on behalf of H. Niemann
Hi! Did you seedirectory vsfile? is there a FILE named ibi_data_files instead of a directory of that name? Do you have a directory in the repository and accidentally deleted that in your working copy and created a file with the same name instead? I have seen that happen if you plan to

AW: tortoisesvn add: there is nothing to add (libstdc++.la)

2020-04-21 Thread TortoiseSVN on behalf of H. Niemann
Hi! Some file types / extensions are ignored by default when you add the directory they are in. Most intermediate compiler output artefacts belong to this group, which IMHO is a good thing, as I try to avoid committing files that are generated. So if you want to add them, you have to mark and

AW: Update and Cleanup failing constantly from one client computer and working from others

2020-03-11 Thread TortoiseSVN on behalf of H. Niemann
Hi Jack, can you describe your setup in more detail? 1. there is an urgent recommendation not to share working copies. Give each OS and each user his/her own, and some problems should go away. And just to make sure, don’t put them on a shared file space if your local drives have enough

AW: Looking-up trunk release number to use in a program script

2020-03-01 Thread TortoiseSVN on behalf of H. Niemann
Hello! I use svnversion for that. As I need to contruct file names from that, I need to handle ranges and the “modified-“M specially. You might to do that differently. On windows, this goes like this: (%1 is the path I need to get info from) SET SVNREVISION=%1 not found FOR

AW: Force removal of directories

2020-02-24 Thread TortoiseSVN on behalf of H. Niemann
Thank you very much! Hartmut. Von: Stefan via TortoiseSVN Thanks for the report. Fixed in r28756 -- 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

Force removal of directories

2020-02-17 Thread TortoiseSVN on behalf of H. Niemann
Hi Stefan! With TSVN 1.12.2 and 1.13.1 I encountered a bug: If I choose TortoiseSVN -> "delete" for a folder, and this folder contains files not under version control, a dialog pops up and offers "force" and "cancel". If I choose "force", the folder is not removed. If I choose two/three

AW: Revision Graph can't be built

2020-01-23 Thread TortoiseSVN on behalf of H. Niemann
I had a similar (?) problem recently. I had a large repo with more than 100 000 files, and I would create an overflow when I tried to update other than “full” because there seems to be a list of files sent as one request, and the server has a size limit for this type of requests. I could update

AW: Ticket-ID filed with log message

2019-09-20 Thread TortoiseSVN on behalf of H. Niemann
Hi! With a similar bugtraq:url, my bugtraq:logregex is (#\d+) (\d+), i.e. Message part expression (#\d+) Bug-ID expression (\d+) So if a ticket number like #1234 shows in the log message, that will be detected (first regex) and from that just the digits (second regex) will be copied to the

AW: Compare with previous version shows wrong version number

2019-07-03 Thread TortoiseSVN on behalf of H. Niemann
Hi Martin, As far as I know, that is true - minus some SVN speak differences. You update to revision 400, and the file had been changed at 390, you run "svn info" on the file, you get "Revision : 400" "Last changed revision: 390" So the file with revision 400 exists and has the metadata "last

AW: Compare with previous version shows wrong version number

2019-07-03 Thread TortoiseSVN on behalf of H. Niemann
Hi Martin, AFAIK this is by design. A version is always a *repository* version, so if a file has been changed in revision x and y (with y>x), all revisions z with x < z < y are identical with version x, these revisions had been created because some other file changed. So comparing version y

AW: Need to allow only .sas files in SVN

2019-06-21 Thread TortoiseSVN on behalf of H. Niemann
AFAIK this is by design. You can always manually add files even if they are on the ignore list. But they won't be added automatically if you add their parent folder. I would suggest a precommit hook on the server that will not accept any commits of other files. Mit freundlichen Grüßen Dr.

AW: Is it possble to make svn:external only on my local working copy?

2019-05-20 Thread TortoiseSVN on behalf of H. Niemann
Hello! If you want the backend only in your working copy, then you can simply do not set it up as an external. Just create a subdirectory "backend", go there, do a normal checkout of your backend, and you will have a backend subdirectory. Those two working copies will not be connected, so

AW: Need Jira tickets list while svn chick-in

2019-04-12 Thread TortoiseSVN on behalf of H. Niemann
Hello! There is a plugin mechanism for that in Tortoise SVN. see https://tortoisesvn.net/issuetrackerplugins.de.html Mit freundlichen Grüßen Dr. Hartmut Niemann Siemens Mobility GmbH MO RS LM EN CCI1 SRD Werner-von-Siemens-Str. 67 91052 Erlangen, Deutschland Tel.: +49 9131 17-50518 Mobil: +49

AW: Recommendation for Free Issue Tracker

2019-02-15 Thread TortoiseSVN on behalf of H. Niemann
Redmine. We use Turtlemine as a bridge, works GREAT. One of my colleagues had to recompile it though for some new networking stuff (TLS 1.x?). I would have to check with my company whether I can redistribute that. Mit freundlichen Grüßen Dr. Hartmut Niemann Siemens Mobility GmbH MO RS LM EN

AW: command-line checkout creates need to 'upgrade working copy'

2018-10-08 Thread TortoiseSVN on behalf of H. Niemann
Hello! You are probably using a very old command line client, not the one that comes with TortoiseSVN 1.10.1 The message suggests that the svn checkout was done with version 1.7 or older (IIRC). Double check your path and which svn.exe was called in the checkout batch. Mit freundlichen Grüßen

AW: Does Tortoise support MS Visio file format?

2018-07-31 Thread TortoiseSVN on behalf of H. Niemann
Hi Colin! Tortoise SVN cannot merge nor diff Visio files (AFAIK). It can archive them just fine. So you can retrieve older versions. I have no idea why in your use case TortoiseMerge is involved. But TSVN (by itself) cannot tell the differences for binary files. It can diff word documents

AW: Can I have "keep locks" the default at commit?

2018-07-27 Thread TortoiseSVN on behalf of H. Niemann
Hi! We have used a precommit hook for that that controls write access on a by-username-by-folder base. Mit freundlichen Grüßen Dr. Hartmut Niemann Siemens AG Mobility Division Rolling Stock Standardization, Remote Control, Display MO RS LM EN CCI SRD Werner-von-Siemens-Str. 67 91052 Erlangen,

AW: Version No Longer Support

2018-07-18 Thread TortoiseSVN on behalf of H. Niemann
To my knowledge, 1.7 has been closed when 1.9.0 was released, with this final release: 2015-08-14 — Apache Subversion 1.7.22 Released 1.10.0 is current and 1.9.7 is still supported according to https://subversion.apache.org/download.cgi Mit freundlichen Grüßen Dr.

AW: TortoiseSVN not detecting changes to SVN repository

2018-06-15 Thread TortoiseSVN on behalf of H. Niemann
Hi Luca, as I said, this is exactly what you have to expect. Green does not mean: nobody else did commit a new version. Green means: In this working copy the *local* file is unchanged since last update. I.e. you can update safely to the latest in the repo without overwriting / merging current

AW: TortoiseSVN not detecting changes to SVN repository

2018-06-15 Thread TortoiseSVN on behalf of H. Niemann
Hi Luca! Green means „still identical to BASE, i.e. the revision i checked out last time i did an update”, not “identical to HEAD, the latest version in repo”. So this is normal. If you open the menu item “check for modifications” and click “check server”, you see where newer versions are

AW: call Tsvn's diff tool from a custom diff script?

2018-05-25 Thread TortoiseSVN on behalf of H. Niemann
Hi Stefan! Thank you. This is probably what I will do: teach the colleague how to write his own diff script with his favourite text differ and how to register that. Mit freundlichen Grüßen Dr. Hartmut Niemann Von: Stefan via TortoiseSVN [mailto:tortoisesvn@googlegroups.com] Gesendet:

AW: commit getting failed when adding file from one folder to another folder in same repo.

2018-05-03 Thread TortoiseSVN on behalf of H. Niemann
The png shows two possible reasons. (a) this file has been locked by someone else. The “check for modifications” dialog will show you who. (But be warned that a lock technically belongs to a working copy AFAIK, not to a user, so if you have two working copies and lock a file in one, you can not

AW: suggestion for "check for modifications" dialog: remote text status "deleted" / "moved"

2018-04-11 Thread TortoiseSVN on behalf of H. Niemann
Hello Stefan! Thank you, works! Did not know or forgot that I can choose the columns to display in the check modification dialog. Mit freundlichen Grüßen Dr. Hartmut Niemann Siemens AG Mobility Division Rolling Stock Standardization, Remote Control, Display MO RS LM EN CCI SRD

AW: commit error

2018-04-06 Thread TortoiseSVN on behalf of H. Niemann
Hi! Read an svn book about precommit hooks. Your server has a precommit hook installed that does some additional checking and prevents the commit. I use such in some of my repositories to allow write access on a much finer level (each user only in his project tree) than what subversion offers.

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: "|" 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

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

AW: SVN Update

2018-02-20 Thread TortoiseSVN on behalf of H. Niemann
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 SVN nicht selbst aufräumen. (a) Ein Vorgang ist wegen eines Fehlers abgebrochen worden und hat

AW: Can We check UI changes in Qlikview File by Using TortoiseSVN

2018-01-17 Thread TortoiseSVN on behalf of H. Niemann
As I said, I don‘t know the QVW format. Mit freundlichen Grüßen Dr. Hartmut Niemann Siemens AG Mobility Division MO RS LM EN CCI SRD Werner-von-Siemens-Str. 67 91052 Erlangen, Deutschland Mobil: +49 173 5342327 mailto:hartmut.niem...@siemens.com

AW: svn can't update due to illegal file name

2017-12-19 Thread TortoiseSVN on behalf of H. Niemann
Can you rename the offending file in the repo browser? Mit freundlichen Grüßen Dr. Hartmut Niemann Von: Alex Wang via TortoiseSVN [mailto:tortoisesvn+apn2wqfuzpwuit_gkqy_jjhlkxlrjvadkn-pxvfwjgrqncnuj...@googlegroups.com] Gesendet: Dienstag, 19. Dezember 2017 13:14 An: TortoiseSVN Betreff: svn