Re: SVN being impacted with CVE-2022-42889

2022-10-31 Thread Thorsten
Subversion is not affected since its not written in java.  If you are using SVNKit which is written in java you will have to ask them. Best regards, Thorsten Goetzke Am 31/10/2022 um 10:42 schrieb lavanya.shanthaku...@infineon.com: Dear Community Users, Can I know if Subversion is affected

Re: What's the status of changing UUIDs of repos in working copies?

2022-07-13 Thread Thorsten Schöning
ublic or private repo currently. One pair of working copies will break this way. :-) I hoped something like "setuuid" would be available for working copies in the meantime somewhere hidden... Mit freundlichen Grüßen Thorsten Schöning -- AM-SoFT IT-Service - Bitstore Hameln GmbH Mitglied

What's the status of changing UUIDs of repos in working copies?

2022-07-11 Thread Thorsten Schöning
--force-checkout the same URL again. I have quite some systems which don't have SQLITE clients available and can't install them easily. Any other way, possibly search&replace on the database file? :-) Thanks for suggestions! Mit freundlichen Grüßen Thorsten Schöning -- AM-SoFT IT-

svn: E000022: Safe data '[...]/m' was followed by non-ASCII byte 195: unable to convert to/from UTF-8

2022-02-18 Thread Thorsten Schöning
t;en_US.UTF-8" > LC_ADDRESS="en_US.UTF-8" > LC_TELEPHONE="en_US.UTF-8" > LC_MEASUREMENT="en_US.UTF-8" > LC_IDENTIFICATION="en_US.UTF-8" > LC_ALL=en_US.UTF-8 Any idea where this problem might come from? I can't find any obvious client

Re: Svn checkout has no output in the docker image of Ubuntu 22.04

2021-12-09 Thread Thorsten
:20.04 /bin/bash -c "apt-get update && apt-get install -y subversion && svn co https://github.com/GPUOpen-LibrariesAndSDKs/AMF/trunk/amf/public/include --trust-server-cert --non-interactive amf-headers" Best regards, Thorsten Am 09/12/2021 um 08:16 schrieb Jack

Re: Changed file permissions after committing user-crontabs

2021-12-08 Thread Thorsten Schöning
the same restricted permissions rw for users only. And I'm somewhat sure to have not changed umasks manually on all of those systems and/or changed permissions of cron files manually after committing. Mit freundlichen Grüßen Thorsten Schöning -- AM-SoFT IT-Service - Bitstore Hameln GmbH Mitglied

Re: Full text search

2021-11-29 Thread Thorsten
n for that revision and run grep or awk on it. Might take ages. There are (paid) thirdparty tools whicht can index your repository and provide fast search (fisheye for example) Building an index also can take ages. Best regards, Thorsten Am 29/11/2021 um 16:10 schrieb Luke Mauldin: Is there a r

Re: Changed file permissions after committing user-crontabs

2021-11-24 Thread Thorsten Schöning
; involves a temporary file that gets reinstalled into the working copy. Is there any way to avoid that temporary file at all? I don't use keywords and the newlines are as expected. Can e.g. the eol-property or some other be set in a way to avoid all translations? Mit freundlichen Grüßen Thorsten

Re: Changed file permissions after committing user-crontabs

2021-11-24 Thread Thorsten Schöning
The file has correct permissions before committing and doesn't anymore afterwards, that's the problem I'm facing. Something is changing permissions of the file during/after the commit and that need to be found and disabled. Mit freundlichen Grüßen Thorsten Schöning -- AM-SoFT IT-Service

Changed file permissions after committing user-crontabs

2021-11-24 Thread Thorsten Schöning
ot crontab 1597 Nov 24 10:38 root > 656533 4 drwxr-xr-x 4 root root4096 Nov 24 10:38 .svn Mit freundlichen Grüßen Thorsten Schöning -- AM-SoFT IT-Service - Bitstore Hameln GmbH Mitglied der Bitstore Gruppe - Ihr Full-Service-Dienstleister für IT und TK E-Mail: thorsten.schoen...@am-s

Re: svn: E000040: Can't read directory "###" Too many levels of symbolic links

2021-10-04 Thread Thorsten
Too many levels of symbolic links This error is generated by the Operating system. Inspect '/#/svn/#//##/main/default/objects/#/validationRules' This file/link is either directly or inderictly pointing to it self, so subversion can not use it. When you add the file ma

Re: pre-revprop-change

2021-08-31 Thread Thorsten
Hello, bat programmers always get their punishment... set admin = muellerp try to remove the spaces around "=", that  seems to work for me, dont ask me why... Best regards, Am 31/08/2021 um 08:59 schrieb Philipp Mueller: Hello, I have a problem with my pre-revprop-change (see attachemen

Re: [EXT] Re: repository mirroring

2021-06-17 Thread Thorsten
minutes or so Best regards, Thorsten Am 17/06/2021 um 14:44 schrieb Thorsten: Hello, Yes I was thinking of rsyncing the whole repository... That could work ok if rsync is able to detect that most files in the repo are identically, is that actually the case? Maybe I am wrong and the file

Re: [EXT] Re: repository mirroring

2021-06-17 Thread Thorsten
same content, then this will not be particular fast. Are you using http/https? Have you checked for error messages? Best regards, Thorsten Am 17/06/2021 um 14:32 schrieb tatyana irzun: Hello, I try testing manually mirroring and make rsync one revision 62048 (rsync file from revs, from

Re: repository mirroring

2021-06-17 Thread Thorsten
that it could be helpfull if you state your versions for  subversion and repository versions vor source and target. Best regards, Thorsten Am 16/06/2021 um 23:45 schrieb tatyana irzun: Hello, Can you advise me the better way what to do. We have some subversion repo (for example bui

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Thorsten
Does quoting in general work as expected? For example if you touch "hello world" do you end up with one file hello world or 1 file hello and 1 file world? Am 09/06/2021 um 16:08 schrieb Ranajit Ghosh: It is Bash shell with the following version. GNU bash, version 4.3.30(1)-release (powerpc-

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Thorsten
Hello, Now thats fairly funny, it seems like your aix shell doesn't treat quotes the same way other unix tools do? Have you tried using single quotes instead of double quotes? svn -m 'jira:RTPS-9898 EPC 2021 install'  copy Best regards, Thorsten Am 09/06/2021 um 13:57

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Thorsten
Hello, My next guess would be that the -m paramter simply must be in the front. In my scripts I use $svn -m"tag erstellen" cp"$repository/branches/v$base_Branch/uls" "$repository/tags/released/v$tag/uls" and that works fine. Best regards, Thorsten Am 09/06

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Thorsten
from one repo into another try downloading them first and then import them using "svn import". If you are doing an server side  copy, than your syntax "should" work. Best regards, Thorsten Am 09/06/2021 um 12:25 schrieb Ranajit Ghosh: Hi, I'm trying to do a SVN co

Re: Is it possible to get the location of WC in a post-commit hook?

2021-06-09 Thread Thorsten
ate an own user for every working copy, that way you can differentiate them. Hope that helps, Thorsten Goetzke Am 09/06/2021 um 09:38 schrieb Bo Berglund: I wrote a SVN mailer when we converted from CVSNT to SubVersion back in 2017. Its purpose is to send a nocely formatted commit message to su

Re: Commit succeeded, E000030: Can't change perms

2021-05-26 Thread Thorsten
can browse the repo online. For a one time migration this should be ok. Best regards, Thorsten Goetzek Am 26/05/2021 um 09:52 schrieb Pingu: into a new svn repo from another system. I mount the paths as r/o to avoid accidentally altering anything. Once it's there, people will get their own

Re: Commit succeeded, E000030: Can't change perms

2021-05-25 Thread Thorsten
weird" results, since you cant really work with these files? Best regards, Thorsten Am 24/05/2021 um 03:32 schrieb Pingu: Hello, I was adding some files to a repository and encountered error "E30: Can't change perms". The commit was successful but I don't understand

Re: Need help in Subversion migration

2021-05-18 Thread Thorsten
correction *will N O T  be picked correctly Am 18/05/2021 um 15:40 schrieb Thorsten: Hello, Either bypass svn completly (do not use svadmin create and just rsync or just use tools provided by svn and do not rsync. Your mixture cannot work: svnadmin creates an empty repo: srync copys

Re: Need help in Subversion migration

2021-05-18 Thread Thorsten
Hello, Either bypass svn completly (do not use svadmin create and just rsync or just use tools provided by svn and do not rsync. Your mixture cannot work: svnadmin creates an empty repo: srync copys files into that repo, but these files belongs to your old repo, not to the new one, so they w

Re: Does anyone know of a statically linked SVN-client for IPfire?

2021-03-18 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Mittwoch, 17. März 2021 um 10:03 schrieben Sie: > I have a customer using IPfire as firewall and wozuld like to maintain > some configs, firewall rules etc. using SVN.[...] I've found the official Linux client of CollabNet to be compatible with the used

Does anyone know of a statically linked SVN-client for IPfire?

2021-03-17 Thread Thorsten Schöning
inked client I can upload myself? Or something most likely compatible I should have a look at before building on my own? Thanks! > [root@[...] ~]# uname -a > Linux [...] 4.14.150-ipfire #1 SMP Tue Oct 22 17:07:54 GMT 2019 x86_64 AMD > GX-412TC SOC AuthenticAMD GNU/Linux Mit freundlichen Gr

Re: How to revert trunk to an earlier revision?

2020-10-22 Thread Thorsten
Hello, When I look up svn revert it only talks about removing local edits, but what about this: Working on trunk and committing a few changes, which later turns out to be wrong. Now I want to set trunk head to be at the revision where the edits started out from. You can use a feature called

Re: Subversion Build Issues - 1.10.6

2020-06-25 Thread Thorsten
Hello, You are aware that apxs is in the "apache2-dev" package, but you installed the "apche2" package ? Am 25/06/2020 um 16:53 schrieb Sanad Majid: Hi Daniel, Thank you for your response. Could you please give some more details as I am just a beginner in this. 1. I have installed libssl

Re: Bug: Svn client will no longer connect to old SVN server

2020-06-15 Thread Thorsten
Another stupid hackaround could be to setup a local old proxy/man in the middle https server that still accepts old tls  connection, but also provides newer protocols and switch your working copy to this server instead. But a much cleaner solution is to confront IT with the fact that they nee

Re: Why does acessing logs using "-r HEAD" doesn't provide results?

2020-05-24 Thread Thorsten Schöning
quot;file:///C:/[...]/trunk/keywords.txt@COMMITTED" > > > svn: E195002: PREV, BASE, or COMMITTED revision keywords are invalid for URL So in the end, I simply need a keyword which always provides the most recent log history of some path in the repo. Thanks! Mit freundlichen Grüßen,

Re: Why does acessing logs using "-r HEAD" doesn't provide results?

2020-05-18 Thread Thorsten Schöning
ings more clear to me. That means that simply using HEAD for arbitrary paths to not need to deal with THEIR concrete revision numbers is a wrong assumption at all, isn' it? COMMITTED seems to be the better choice, correct? That provides results for all paths I tested. Mit freundlichen Grü

Why does acessing logs using "-r HEAD" doesn't provide results?

2020-05-18 Thread Thorsten Schöning
ITTED C:\[...]\trunk --xml --limit 1 > > > revision="667"> [...] > > So why does HEAD doesn't provide any details? Thanks! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen.

Re: How to help SVN finding moved directories during a sync-merge?

2020-02-25 Thread Thorsten Schöning
ated > conflicts? https://groups.google.com/d/msg/tortoisesvn/VcGWwehAmps/NXhTa3AbBwAJ Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...0

Re: How to improve search performance for moved directories and files?

2020-02-25 Thread Thorsten Schöning
ds in those cases introducing lots of latency slowing things down heavily? And that can't be easily optimized further by e.g. any setting of the SVN-client? Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http:

Re: How to help SVN finding moved directories during a sync-merge?

2020-02-24 Thread Thorsten Schöning
am not sure how far TortoiseSVN went with their resolver implementation. Am going to ask them, mabye I simply did something wrong or missed some setting or else. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http

How to improve search performance for moved directories and files?

2020-02-24 Thread Thorsten Schöning
t once? Or is there some break configured somewhere? During the operations my upload is pretty constant at 40 KBit/s for only whatever SVN does. Thanks! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme h

How to help SVN finding moved directories during a sync-merge?

2020-02-24 Thread Thorsten Schöning
conflict can't be resolved ever. Is there some way to tell SVN the correct target dir? Or how should that be resolved? The only thing I can currently think of is manually applying patches. Thanks! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.scho

Re: mod_dav_dvn+SVNParentPath with non-repo subdirs

2019-09-22 Thread Thorsten Schöning
; > AuthName"ams_svn_repos/Src/DocBeam/Clients" > AuthTypeBasic > PerlAuthenHandler HttpdAuthnHandler > Require valid-user > Mit freundlichen Grüßen, Thorsten S

Re: mod_dav_dvn+SVNParentPath with non-repo subdirs

2019-09-21 Thread Thorsten Schöning
nd mod_dav_svn behave the same way? Because I'm somewhat sure to have tried that to be sure to not need to add many individual configs and it didn't work. Which would be in-line with what the docs say. So why do you say otherwise, did you test things or ...? Mit freundlichen Grüßen, Thorste

Why does NTFS compression reduces size of .pack-files by ~50 %?

2019-09-21 Thread Thorsten Schöning
7;s normal what I see and can't be optimized further using SVN itself, I 'm considering switching to BTRFs with it's file system compression. Going to see the same benefits like for NTFS pretty likely. Thanks for your advices! Mit freundlichen Grüßen, Thorsten Schöning -- Thorste

Re: which review tools are suitable for codes versioned by svn

2019-08-12 Thread Thorsten Goetzke
Upsource https://www.jetbrains.com/upsource/ Am 11.08.19 um 06:18 schrieb wuzhouhui: Hi, I'm searching some review tools which are suitable for codes versioned by Subversion, any recommends?

Re: [Non-DoD Source] Re: Subversion Logging for RHEL systemd

2019-06-18 Thread Thorsten Schöning
[...] --listen-port [...] > > Type=forking > Restart=on-failure > RestartSec=30 > > User=[...] > Group=[...] > > # http://svnbook.red-bean.com/nightly/en/svn.serverconfig.multimethod.html > UMask=0002 Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning

Re: Subversion Logging for RHEL systemd

2019-06-18 Thread Thorsten Schöning
don't see what this has to do with init.d and touching anything. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468-

Re: svn status and info slowness when multiple files are passed as args

2019-06-13 Thread Thorsten Schöning
ts exactly which I/O happens where and how long it takes. https://docs.microsoft.com/en-us/sysinternals/downloads/procmon https://docs.microsoft.com/en-us/sysinternals/downloads/sysinternals-suite Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen.

mod_dav_dvn+SVNParentPath with non-repo subdirs

2019-06-11 Thread Thorsten Schöning
but would be great if one could reduce that in future. So, is there a reason why mod_dav_svn doesn't support additional subdirs? Is that likely to be changed? Is it likely that svnserve will stop supporting addiitonal child dirs? Thanks! Mit freundlichen Grüßen, Thorsten Schöning -- T

Re: Importing from a working copy ... bad idea?

2019-04-18 Thread Thorsten Schöning
files, directories, multiple files of some dirs etc. easily. Depending on the complexity and size of your repo, you don't even need to checkout everything, just set "depth" in your GUI-client of choice as needed. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning

Re: Segfault in svnserve on UB 16.04 LTS sometimes

2019-04-16 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Freitag, 12. April 2019 um 16:25 schrieben Sie: >> StacktraceSource: >> #0 object_ref_cleanup (baton=0x7f5f75994f00) at >> /build/subversion-8E3yhQ/subversion-1.9.3/subversion/libsvn_subr/object_pool.c:148 >>143: */ >>144:

Re: Segfault in svnserve on UB 16.04 LTS sometimes

2019-04-12 Thread Thorsten Schöning
drop privileges for downloading as file > 'subversion_1.9.3-2ubuntu1.1.dsc' couldn't be accessed by user '_apt'. - > pkgAcquire::Run (13: Permission denied) [1]: https://linux-audit.com/understand-and-configure-core-dumps-work-on-linux/ [2]: https://askubuntu.com/qu

Segfault in svnserve on UB 16.04 LTS sometimes

2019-04-12 Thread Thorsten Schöning
repo is affected with which operation? The problem might not be related to commits at all, but read-only access, as I have svnsync running for all repos etc. Thanks for your suggestions! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@a

Re: --normalize-props doesn't do its thing

2019-03-26 Thread Thorsten Goetzke
dumptool Best regards, Thorsten Goetzke Am 26.03.19 um 16:10 schrieb Daniel Shahaf: Thorsten Goetzke wrote on Tue, 26 Mar 2019 10:40 +00:00: Hello, I am evaluating a migration for some very old repositories to subversion 1.10. These are currently running using subversion 1.7, but where most li

--normalize-probs doesn't do its thing

2019-03-26 Thread Thorsten Goetzke
ting path : uls/trunk/uls/TestAutomation/UMS_Testmanagement/02_Implementation/java/TestManagementUI ...svnadmin: E125005: A property with invalid line ending found in dumpstream; consider using --normalize-props while loading. Are there some catches on how to use --normalize-probs? Best regards,

Re: Problems accessing GitHub's SVN-bridge with SVN 1.11

2018-12-19 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Mittwoch, 21. November 2018 um 15:23 schrieben Sie: > News: The following arrived today: > Just wanted to let you know that this issue should now be resolved! > Let us know how you go. > Cheers, > Simon > GitHub Support Things seem to work

Re: Are my repos properly using ZLIB compression level 9?

2018-12-12 Thread Thorsten Schöning
l. :-) I've attached the DIFF and revision file for reference, forgot it before, but don't think anymore that there's any problem. Thanks to both of you! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme

Are my repos properly using ZLIB compression level 9?

2018-12-12 Thread Thorsten Schöning
to look for to make sure that ZLIB 9 is used? Thanks! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil...

Re: Problems accessing GitHub's SVN-bridge with SVN 1.11

2018-12-10 Thread Thorsten Schöning
d libs. Or do you think it's not worth discussing that fundamentally (yet)? Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 946

Re: Problems accessing GitHub's SVN-bridge with SVN 1.11

2018-12-09 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Mittwoch, 21. November 2018 um 15:23 schrieben Sie: >> Thanks for following up. Our engineers have been able to reproduce >> the error on our CI system and are working on a fix. Another two weeks have passed without any hint to the status of this pro

Re: Removing data from subversion

2018-11-28 Thread Thorsten Schöning
by excluding things. Carefully read the help regarding how "load" behaves for UUIDs and think about the existing repo, it's checked out working copies etc. Safest would be to start with a new UUID in the new repo and new checkouts. Mit freundlichen Grüßen, Thorsten Schöning

Re: Problems accessing GitHub's SVN-bridge with SVN 1.11

2018-11-21 Thread Thorsten Schöning
his issue is already a focus for our SVN team. However people who > are experiencing this issue can feel free to write in to > supp...@github.com to report their own experience and we'll also let > them know when the issue is fixed. Mit freundlichen Grüßen, Thorsten Schöning -- Thor

Re: Problems accessing GitHub's SVN-bridge with SVN 1.11

2018-11-15 Thread Thorsten Schöning
Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 04 AM-SoFT GmbH IT-Systeme, Bra

Re: Problems accessing GitHub's SVN-bridge with SVN 1.11

2018-11-05 Thread Thorsten Schöning
does to solve this? Support of GitHub answered: > Thanks to your report our engineers are investigating the situation. > I don't have an ETA for a fix but we'll keep you updated. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-s

Re: Problems accessing GitHub's SVN-bridge with SVN 1.11

2018-11-05 Thread Thorsten Schöning
ed to show GitHub that we are many, their SVN-bridge is important to us and ask them to get in touch with the SVN-devs to fix this. https://groups.google.com/forum/#!topic/tortoisesvn/qaJQ_K9Wbb8 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232945 Mit freundlichen Grüßen, Thorsten Schöning

Re: Problems accessing GitHub's SVN-bridge with SVN 1.11

2018-11-04 Thread Thorsten Schöning
ferent and all, but currently it is the way it is anbd I hope GitHub fixes things. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax..

Re: Problems accessing GitHub's SVN-bridge with SVN 1.11

2018-11-04 Thread Thorsten Schöning
care about before and things worked for some years for some users. Now "we" need to get GitHub to change their implementation and I didn't even get an automatic bot-reply to my question on Friday yet. :-) Lets see how things are going after I send them this thread... Thank you both for

Re: Problems accessing GitHub's SVN-bridge with SVN 1.11

2018-11-04 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Sonntag, 4. November 2018 um 16:42 schrieben Sie: > Others have the same problem and while it is true that GitHub might > have implemented something on their own, it might help to have a look > at the changes between 1.10 and 1.11 regarding the protocol.

Re: Problems accessing GitHub's SVN-bridge with SVN 1.11

2018-11-04 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Sonntag, 4. November 2018 um 16:05 schrieben Sie: >> The server at '[...]' does not support the HTTP/DAV protocol. Others have the same problem and while it is true that GitHub might have implemented something on their own, it might help to ha

Problems accessing GitHub's SVN-bridge with SVN 1.11

2018-11-04 Thread Thorsten Schöning
koverflow.com/a/53132753/2055163 Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9

Does svn client binary honors LANG env variable on Windows?

2018-02-10 Thread Thorsten Schöning
in this case with and without setting a LANG variable? I have the feeling it's that of the invoked cmd.exe process in both cases because APR handles that specially for Windows? Thanks! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-so

Re: Is there some keyword providing the local path within the working copy?

2018-01-25 Thread Thorsten Schöning
ersioned file is that each user needs to do it for each working copy and each update chaning something on the file "systemd.service". I hoped there would be some way to avoid that for very easy cases like those for path, which in theory SVN alreadys knows about. [1]: https://github.

Is there some keyword providing the local path within the working copy?

2018-01-25 Thread Thorsten Schöning
e to find discussion in that direction, but doubt I'm the first one with such question. Thanks! [1]: http://svnbook.red-bean.com/en/1.8/svn.advanced.props.special.keywords.html Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-

--editor-cmd not working with paths with spaces?

2017-07-07 Thread Thorsten Schöning
vn client itself, not something from Git bash. Especially as it happens in default cmd.exe of Windows as well. Is this a bug? From my point of view paths with spaces should be supported. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de

Ignore svn:externals definition in some clients?

2017-07-06 Thread Thorsten Schöning
> External at revision 1015044. > > At revision 5780. > svn: E205011: Failure occurred processing one or more externals definitions Thanks for your input! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme

Re: strace output for svnsync:E210008: Error while replaying commit.

2017-01-03 Thread Thorsten Schöning
n the past and now the commit in that path lead to the error. I changed the permissions, rebuild the mirror-repo to include the path and now everything seems to work again. Thanks a lot! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@a

strace output for svnsync:E210008: Error while replaying commit.

2017-01-03 Thread Thorsten Schöning
= 0 > open("/home/ams_svn_repos/Src/Bibliothek/db/current", O_RDONLY|O_CLOEXEC) = 6 > stat("/home/ams_svn_repos/Src/Bibliothek/db/current", {st_mode=S_IFREG|0644, > st_size=5, ...}) = 0 > read(6, "1396\n", 16384)

Better error message when certificate verification on HTTPS fails?

2016-03-07 Thread Thorsten Schöning
nding the error a lot easier. Thanks! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468-

Re: Svn 1.9 repository 20% bigger than svn 1.8 repository

2016-01-30 Thread Thorsten Schöning
Guten Tag Gert Kello, am Freitag, 29. Januar 2016 um 12:50 schrieben Sie: > For me it seems those "cmd.exe" starts are related to svnsync, at > least there are many of those during sync. Sounds like the hook call of "pre-revprop-change", doesn't it? Mit freundli

Re: Regarding install and running svn1.9.2 for svnserve and http access in browser

2015-12-17 Thread Thorsten Schöning
v_svn, serf is client side. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8 9468- 0

Re: Commit blocked by pre-commit hook (exit code 255) with no output.

2015-12-04 Thread Thorsten Schöning
if you ssh and execute svn commits using file:///? Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..

Re: Leightweight tools for automated svn update + some scripting

2015-10-02 Thread Thorsten Schöning
Guten Tag Olli Hauer, am Freitag, 2. Oktober 2015 um 17:14 schrieben Sie: > Most of them can be done with ienkins. Thanks for the catch, we already use one for some tests, totally forgot about considering that. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-M

Leightweight tools for automated svn update + some scripting

2015-10-02 Thread Thorsten Schöning
bring it's own web server, database and Ruby runtime environment... Do you know of something like that available? Thanks! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon

Re: Can't dump a subtree using svnrdump

2015-08-30 Thread Thorsten Schöning
ion numbers is to produce empty revisions for > revisions that don't have relevant paths. How stupid, I've looked at those revisions, but didn't recognize they don't contain any data or paths or such... :-/ Thanks! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schö

Can't dump a subtree using svnrdump

2015-08-30 Thread Thorsten Schöning
os/asf/logging/log4cxx -r > 307452:1554780 > svnrdump.exe dump https://svn.apache.org/repos/asf/incubator/log4cxx -r > 1554780:HEAD But all of those always dump revisions not related to my subtrees. What am I doing wrong? Thanks! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schö

Re: Is it safe to redirect from HTTP to HTTPS in case of svn:externals?

2015-08-19 Thread Thorsten Schöning
svn:externals dealing with what I have currently... Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil

Is it safe to redirect from HTTP to HTTPS in case of svn:externals?

2015-08-19 Thread Thorsten Schöning
her problems which I might overlook currently? Thanks! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..

Re: Error "mod_dav_svn close_stream: error closing write stream" using a write-through proxy

2015-08-18 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Samstag, 15. August 2015 um 16:16 schrieben Sie: >> [Sat Aug 15 11:35:13.591510 2015] [dav:error] [client a.b.c.d:36370] >> mod_dav_svn close_stream: error closing write stream [500, #185004] >> [Sat Aug 15 11:35:13.591525 2015] [dav:error

Re: Error "mod_dav_svn close_stream: error closing write stream" using a write-through proxy

2015-08-17 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Montag, 17. August 2015 um 19:59 schrieben Sie: >> 44 17:16:15.058222 192.168.100.20 192.168.100.2 HTTP914 PUT >> /src/Testprodukt/!svn/wrk/d73a9537-4083-0e40-aab3-e4bd2f9156e6/trunk/testmurks.txt >> HTTP/1.1 (application/v

Re: Error "mod_dav_svn close_stream: error closing write stream" using a write-through proxy

2015-08-17 Thread Thorsten Schöning
Guten Tag Thorsten Schöning, am Samstag, 15. August 2015 um 16:16 schrieben Sie: >> [Sat Aug 15 11:35:13.591510 2015] [dav:error] [client a.b.c.d:36370] >> mod_dav_svn close_stream: error closing write stream [500, #185004] >> [Sat Aug 15 11:35:13.591525 2015] [dav:error

Re: Error "mod_dav_svn close_stream: error closing write stream" using a write-through proxy

2015-08-16 Thread Thorsten Schöning
don't need to change anything, just commit and mod_dav_svn handles everything else. In theory... Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax

Re: Error "mod_dav_svn close_stream: error closing write stream" using a write-through proxy

2015-08-16 Thread Thorsten Schöning
setup like mod_dav_svn does. At least not that I know of... Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..

Error "mod_dav_svn close_stream: error closing write stream" using a write-through proxy

2015-08-15 Thread Thorsten Schöning
debug2: channel 0: send eof > debug2: channel 0: input drain -> closed > debug2: channel 0: rcvd eof > debug2: channel 0: output open -> drain > debug2: channel 0: obuf empty > debug2: channel 0: close_write > debug2: channel 0: output drain -> closed > debug2: channel 0: rc

Re: SVNListParentPath without path based authz checks?

2015-08-13 Thread Thorsten Schöning
p like WebSVN? I like and use the latter to provide web downloads, but sadly it's not maintained anymore. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9

Re: SVNListParentPath without path based authz checks?

2015-08-13 Thread Thorsten Schöning
ply is not part of mod_perl handlers[2]. Looks like I need to present the list of repos some other way if really needed. [1] https://perl.apache.org/docs/2.0/user/handlers/http.html#PerlAuthzHandler [2] https://perl.apache.org/docs/2.0/user/handlers/intro.html#Stacked_Handlers Mit freundlich

Re: mod_dav_svn: httpd hangs when using PerlAuthenHandler

2015-08-12 Thread Thorsten Schöning
nd that seemed to work/be enough, raising to 50 sounds like a bit overkill for now. But if I encounter any more problems with hanging connections, I now know where to adjust things. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-S

mod_dav_svn: httpd hangs when using PerlAuthenHandler

2015-08-11 Thread Thorsten Schöning
er? Does the number e.g. depend on many small files in a repo directory to checkout and can't be predicted at all? Or am I totally wrong in my observation and you have some other idea about the problem? Thanks! [1] https://perl.apache.org/docs/2.0/user/config/config.html#C_PerlInterpS

mod_dav_svn: Different authz files for different locations

2015-08-11 Thread Thorsten Schöning
ond Location block the repo name can't be extracted properly. So is may intended setup possible at all? Am I encountering a bug in recognizing the repo name from the URL? Is there some workaround which makes my intended setup possible? I thought of using symbolic links in the repos conf dir

SVNListParentPath without path based authz checks?

2015-08-10 Thread Thorsten Schöning
m I doing something wrong? From my point of view "SVNListParentPath" is managed outside of the repo and therefore authz should be ignored on that level. Thanks for your input! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM

Re: Can the Apache front end and svnserve service run on the sameserver?

2015-08-08 Thread Thorsten Schöning
Guten Tag b...@qqmail.nl, am Freitag, 7. August 2015 um 09:53 schrieben Sie: > http://subversion.apache.org/docs/release-notes/1.7.html#per-repos-authz Thanks, that's exactly what I looked for. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorste

Re: Can the Apache front end and svnserve service run on the same server?

2015-08-05 Thread Thorsten Schöning
.0/user/handlers/http.html#PerlAuthzHandler Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil...

Re: Feature request: Save the old file when svn revert

2015-07-21 Thread Thorsten Schöning
he requested behavior as well. I'll keep my vote for opt-in. Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobi

Re: Feature request: Save the old file when svn revert

2015-07-21 Thread Thorsten Schöning
ny difference. I bet that the feature request is the result of a wrongly applied "svn revert", the frustration about that and I do understand that. But bad things happen all the time, so if one wants to have backups before reverting, this should be opt-in in my opinion. Mit freund

"Write-through proxy"-like setup for svnserve?

2015-07-11 Thread Thorsten Schöning
authz files which I manage per repo. Thanks! Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning E-Mail: thorsten.schoen...@am-soft.de AM-SoFT IT-Systeme http://www.AM-SoFT.de/ Telefon...05151- 9468- 55 Fax...05151- 9468- 88 Mobil..0178-8

  1   2   3   4   5   6   >