Re: [PATCH] Fix missing log-item close tag in on-the-wire XML

2024-10-15 Thread Daniel Sahlberg
Den mån 14 okt. 2024 kl 13:07 skrev Franz Sirl < franz.sirl-ker...@lauterbach.com>: > Hi, > > the attached patch fixes both issue 4856 and the (different) bug > we were seeing in one of our own repositories. > The problem boils down to the fact that with `svn log --xml --verbose` > a log-item is o

Re: svn log gives E130003: Malformed XML via DAV

2024-10-19 Thread Daniel Sahlberg
On 2024/10/01 14:00:54 Franz Sirl wrote: (snip) > PS: While investigating that I found a small cosmetic bug in the > prototype (fortunately the code follows the definition) for do_logs() in > subversion/libsvn_repos/log.c: > ``` > Index: subversion/libsvn_repos/log.c > ===

Re: How to delete fiiles on the server that were accidentally part of an import?

2024-09-24 Thread Daniel Sahlberg
Den tis 24 sep. 2024 kl 09:30 skrev Bo Berglund : > Here the URL delete command is described as follows: > > $ svn delete -m "Deleting file 'yourfile'" \ > file:///var/svn/repos/test/yourfile > > And that did not make sense to me because file: is NOT in my view an URL > and > also bec

Ignore every file except XX*

2020-06-11 Thread Daniel Sahlberg
Hi, Not sure if this belongs in users or in dev so I follow the guidelines and post here first. I would like to svn:ignore every file (in a certain path) except files starting with XX or YY. This question seems to have been asked in 2006 ("inverse of svn:ignore property"). I've tried to trace th

Re: Ignore every file except XX*

2020-06-11 Thread Daniel Sahlberg
Hi, Thanks for your quick response! > The way I solve a similar case is to set svn:ignore to '*', i.e., to > ignore everything, then just 'svn add' the files I want under version > control. It's not ideal, as you'd miss the files you're interested in. > Already doing this. But sometimes we forg

Re: Ignore every file except XX*

2020-06-12 Thread Daniel Sahlberg
> > Care to move this over to dev@ with a patch? > Will do, it might take a few days. Thanks to the other users for their suggestions but I don't think they'll be general enough for my use case. / Daniel

Re: Ignore every file except XX*

2020-06-15 Thread Daniel Sahlberg
> > > > At this point I'd rather wait for Daniel to answer my question and > > > clarify his problem statement. > > > > I rather suspect that XX* and YY* were just general examples, not > > concrete ones. > > So do I, but the solution I posted is generalizable, as you know. > These were indeed jus

Re: svnmucc: new commands: add and modify/update

2020-07-23 Thread Daniel Sahlberg
he point with svnmucc is that you work with a repository without having a wc. How should add work with svnmucc? Kind regards Daniel Sahlberg >

Re: Why is svn not saving my password in Pi-OS?

2020-08-14 Thread Daniel Sahlberg
Den fre 14 aug. 2020 kl 13:35 skrev Bo Berglund : > This is strange to me since I have not seen it before. > I have svn installed on a newly set up RPi3 running Pi-OS (previously > named Raspbian) Linux. > I installed svn via apt. > > Any ideas? > > > -- > Bo Berglund > Developer in Sweden > You

Re: Why is svn not saving my password in Pi-OS?

2020-08-15 Thread Daniel Sahlberg
Den lör 15 aug. 2020 07:31Bo Berglund skrev: > On Fri, 14 Aug 2020 13:47:59 +0200, Daniel Sahlberg > wrote: > > >Den fre 14 aug. 2020 kl 13:35 skrev Bo Berglund : > > > >> This is strange to me since I have not seen it before. > >> I have svn install

Re: Why is svn not saving my password in Pi-OS?

2020-08-15 Thread Daniel Sahlberg
Den lör 15 aug. 2020 07:44Bo Berglund skrev: > On Fri, 14 Aug 2020 13:47:59 +0200, Daniel Sahlberg > wrote: > > >TLDR: Saving passwords in plaintext is (from some version) a non-default > >compile time option. You may try to convince the Pi-OS maintainers to > >enab

Re: Upgrading visual svn server from 3.7.0 using svn 1.9.7 - how?

2020-10-02 Thread Daniel Sahlberg
Den fre 2 okt. 2020 kl 18:24 skrev Bo Berglund : > We are using this setup: > - Main server is running on Windows Server 16 Standard using VisualSVN > version 3.7.0, which apparently uses svn 1.9.7 > > - The server is using svnsync nightly to synchronize over the Internet > to a mirror SVN server

Re: svn.haxx.se is going away

2020-11-05 Thread Daniel Sahlberg
probably volunteer to keep the site alive, provided there is an agreement within @Dev this is a good thing. Or is it better to just do the job and update the sources and website? Kind regards Daniel Sahlberg (Daniel S... seems to be a popular name!)

Re: svn.haxx.se is going away

2020-11-12 Thread Daniel Sahlberg
Den tors 5 nov. 2020 kl 15:31 skrev Julian Foad : > Main point: Thanks to everyone helping this preservation effort. > > > * updating the 63+87 links in the site and source to point to links > hosted on ASF hardware > > > Observation: s/hardware/domain/. While the ASF has long promoted "on our > o

Re: svn.haxx.se is going away

2020-11-23 Thread Daniel Sahlberg
Den tors 12 nov. 2020 kl 17:46 skrev Daniel Sahlberg < daniel.l.sahlb...@gmail.com>: > Could ASF provide this server space (basically a VirtualHost)? The archive > is about 6.5 GB so it is not a huge amount. > Any thoughts on this?

Re: SVN log-diff crashes if server not available

2020-12-16 Thread Daniel Sahlberg
Agreeing with the others who have responded that this is a problem in the TSVN code even though the assertion occurs in SVN code. The problem is that TSVN is trying to get data from the server (which is unreachable, and this is correctly reported form SVN) and it handles this error by setting the r

Re: Bug report - Subversion Exception

2020-12-24 Thread Daniel Sahlberg
://tortoisesvn.net/community.html (I'm also active there so I might be able to help) Kind regards, Daniel Sahlberg Den mån 7 dec. 2020 kl 08:06 skrev Pawel Hebda : > --- > Subversion Exception! > --- > Subversion encountered a serious problem.

Re: Locked file - Windows - filesystem number instead of path is shown in error message

2021-01-03 Thread Daniel Sahlberg
message and then inspect it using svn info [url to file in the repository] (or in TortoiseSVN: "Check for modifications", "Check repository") There is a client side Hook Scripts feature in TortoiseSVN. The Pre-Lock script locks promising from the documentation (it should be executed before the lock dialog is shown and the script should be able to figure out both the computer and the path and put it in the log message). However I can't make it work from a quick test and I don't have time to dig deeper right now. If you try it out and it doesn't work, please reach out to the TortoiseSVN mailing lists (https://tortoisesvn.net/community.html). Kind regards, Daniel Sahlberg

Re: Locked file - Windows - filesystem number instead of path is shown in error message

2021-01-03 Thread Daniel Sahlberg
ure should also told the user > where it is locked. > I know this from other software products. > Subversion is an open source software and patches are always welcome (in d...@subversion.apache.org). Kind regards, Daniel Sahlberg

Re: Locked file - Windows - filesystem number instead of path is shown in error message

2021-01-11 Thread Daniel Sahlberg
workaround I use subversion usernames which contains the hostnames of > the clients. > > So I know on which host the lock was done. > > But I need also the path of the working copy and I don't want to add also > each working copy to the username > > > Best regards &

Re: How to safely back up an svn repository on ubuntu?

2021-01-13 Thread Daniel Sahlberg
Den ons 13 jan. 2021 kl 12:16 skrev Bo Berglund : > Please advice... > You can probably get started by taking a look at the Repository Backup section of the SVN Book http://svnbook.red-bean.com/nightly/en/svn.reposadmin.maint.html#svn.reposadmin.maint.backup //Daniel

Re: Can I authenticate to Subversion using ssh?

2021-01-19 Thread Daniel Sahlberg
ome support/configuration on the server side so it depends on the server. The process is fairly well described in the Subversion book: http://svnbook.red-bean.com/nightly/en/svn.serverconfig.svnserve.html Kind regards, Daniel Sahlberg >

Re: A more permanent home for the add-a-password-to-a-cached-username script? (was: Re: using svn cli with --non-interactive (in scripts) securely, without exposing password)

2021-02-23 Thread Daniel Sahlberg
#x27;s Keychain.) > > But, as there doesn't seem to be one well-established way to handle > this, other than just storing the password on disk, would the new FAQ > entry say just that? Do we have any other concrete suggestions? > I would go with a new FAQ entry. I can prepare a draft in staging. As for the script, IIRC there was a need for the username (?) to be cached before running the script. Where should that be stored? Kind regards Daniel Sahlberg > [1] https://subversion.apache.org/faq.html#plaintext-passwords > > Nathan > >

Re: A more permanent home for the add-a-password-to-a-cached-username script? (was: Re: using svn cli with --non-interactive (in scripts) securely, without exposing password)

2021-02-24 Thread Daniel Sahlberg
Den tis 23 feb. 2021 kl 17:46 skrev Daniel Shahaf : > Daniel Sahlberg wrote on Tue, Feb 23, 2021 at 16:50:07 +0100: > > Den tis 23 feb. 2021 16:40Nathan Hartman > skrev: > > > I think it's a good candidate for contrib (though it might be better > > > to por

Re: A more permanent home for the add-a-password-to-a-cached-username script? (was: Re: using svn cli with --non-interactive (in scripts) securely, without exposing password)

2021-02-28 Thread Daniel Sahlberg
ials Caching". ]]] For those who prefer to rewiev the changes as a patch, I've attached it. It should apply to Nathan's suggestioon ( https://mail-archives.apache.org/mod_mbox/subversion-users/202102.mbox/%3CCAJT2EHoiDPNnvxHPf8702p8WHKUBttowdfJ%3DyepPDPUT8hUzfw%40mail.gmail.c

Re: A more permanent home for the add-a-password-to-a-cached-username script? (was: Re: using svn cli with --non-interactive (in scripts) securely, without exposing password)

2021-02-28 Thread Daniel Sahlberg
Den mån 1 mars 2021 kl 02:47 skrev Nathan Hartman : > On Sun, Feb 28, 2021 at 10:51 AM Daniel Sahlberg > wrote: > > When researching, I discovered that reading plain text passwords that > are "grandfathered in" works the same way on Windows as on Unix. If the > passwo

Re: A more permanent home for the add-a-password-to-a-cached-username script? (was: Re: using svn cli with --non-interactive (in scripts) securely, without exposing password)

2021-03-02 Thread Daniel Sahlberg
Den tis 2 mars 2021 kl 13:58 skrev Nathan Hartman : > On Mon, Mar 1, 2021 at 2:25 AM Daniel Sahlberg < > daniel.l.sahlb...@gmail.com> wrote: > >> >> I think we should put it in the staging website for a final review? This >> should go under General questions?

Re: Subversion On Windows Server

2021-03-05 Thread Daniel Sahlberg
iseSVN then you should check with them. That being said, I'm using Subversion on Windows 2019 and Windows 10 without any problems. Kind regards, Daniel Sahlberg

Re: How to work around E000018: invalid cross-device link

2021-03-10 Thread Daniel Sahlberg
4/follow-symlinks-in-svn, but > when I tried I got: > svn: E18: Can't move '...' to '...': Invalid cross-device link > > It seems that since 1.7.0 svn has stopped following mount or link. Is > there a solution for this? > Sorry, no answer on this. Kind regards, Daniel Sahlberg

Re: Connection was forcibly closed

2021-03-12 Thread Daniel Sahlberg
nly operate on the current dir, and if the problem occurs in a subdirectory, then it maybe you don't run into the error. > Paths: > Doesn't work: > http://server/root/folderA/folder1/folderi/folderone > > Works: > http://server/root/folderA/folder1/folderi/folderone/fol

Re: Subversion Exception! svn_dirent_is_absolute(dir_abspath)

2021-03-23 Thread Daniel Sahlberg
f comes from the Subversion library but there has been a number of cases where TortoiseSVN is sending an incorrect path to the Subversion library causing the assertion. At least you should report what you are trying to do (most important is your working copy path and your repository URL and the action you try to do). Kind regards, Daniel Sahlberg

Re: svn-crash-log20210407161715

2021-04-07 Thread Daniel Sahlberg
quite closly tied to the specific build so you probably need help from the people at VisualSVN. Kind regards, Daniel Sahlberg

Re: Does a WC contain all log messages?

2021-04-24 Thread Daniel Sahlberg
ents may implement caching on their own. For example TortoiseSVN has a "log cache" and will offer to use the log cache so show the log if the server is unreachable. This is in the GUI client but if could of course be extended to a command line as well. Kind regards Daniel Sahlberg 1: https://en.m.wikipedia.org/wiki/Distributed_version_control

Using IIS as a reverse proxy in front of Apache/SVN

2021-06-08 Thread Daniel Sahlberg
working copies. Does anyone have experience in using IIS as reverse proxy in front of Apache? Kind regards, Daniel Sahlberg

Re: Using IIS as a reverse proxy in front of Apache/SVN

2021-06-09 Thread Daniel Sahlberg
Den tors 10 juni 2021 kl 02:23 skrev Daniel Shahaf : > Daniel Sahlberg wrote on Wed, Jun 09, 2021 at 08:18:04 +0200: > > Hi, > > > > We are using VisualSVN server (basically Apache 2.4.48 and Subversion > > 1.14.1 on Windows) on https://svn.companyname.tld, listening o

Re: message "disk I/O error" when TurtoiseMerge is open (after update) and another updating by script/batch is done

2021-07-12 Thread Daniel Sahlberg
a similar question last year (?) where TortoiseSVN kept some resources open until the window was closed. I meant to look into it but never found the time. I think it was related to a temp file being held open, but I can't find the mail right now. The svn command line client is doing one thing at a time (per process) whereas in TortoiseSVN you might start one thing (for example an update), then with that process still "alive" start other things, either in the same process or as separate processes. I think (hope) that there are some Subversion APIs that TortoiseSVN could call to cleanup things when whatever it does is finished instead of relying on cleaning up things If I find time, I'll try to look at it and submit patches to TortoiseSVN. As Nathan already wrote, you can also ask in the TortoiseSVN mailing lists [1]. [1] https://groups.google.com/g/tortoisesvn Kind regards, Daniel Sahlberg >

Re: Using IIS as a reverse proxy in front of Apache/SVN

2021-07-19 Thread Daniel Sahlberg
Den tis 13 juli 2021 kl 15:44 skrev Branko Čibej : > On 10.06.2021 07:44, Daniel Sahlberg wrote: > > Den tors 10 juni 2021 kl 02:23 skrev Daniel Shahaf > > mailto:d...@daniel.shahaf.name>>: > > > > Daniel Sahlberg wrote on Wed, Jun 09, 202

Re: Using IIS as a reverse proxy in front of Apache/SVN

2021-07-19 Thread Daniel Sahlberg
http://127.0.0.1:81/{R:1}"; /> http://127.0.0.1:81/{R:1}"; logRewrittenUrl="true" /> ]]] Kind regards, Daniel Sahlberg [1] http://silmor.de/proxysvn.php [2] https://hammadk.wordpress.com/2013/04/29/add

Re: message "disk I/O error" when TurtoiseMerge is open (after update) and another updating by script/batch is done

2021-07-21 Thread Daniel Sahlberg
Den tis 13 juli 2021 kl 11:16 skrev Johan Corveleyn : > On Mon, Jul 12, 2021 at 10:32 PM Daniel Sahlberg > wrote: > > Den mån 12 juli 2021 kl 17:02 skrev Nathan Hartman < > hartman.nat...@gmail.com>: > >> On Mon, Jul 12, 2021 at 6:44 AM Arbeiter Ansgar < >

Re: message "disk I/O error" when TurtoiseMerge is open (after update) and another updating by script/batch is done

2021-07-22 Thread Daniel Sahlberg
will be valuable. the result of your testing batch is the following: > > > > *L:\TestProject>test_svn_lock.bat* > [...] Is L: a local drive or a network drive? TortoiseSVN explicitly advice against storing the WC in a network drive in their FAQ [3]. I have done it without any problems

Re: svn authz error: Access denied issue when running svn rm resource where the user should be able to have full access

2021-07-22 Thread Daniel Sahlberg
server and for the client? There is an issue with the authorization rules in versions 1.10.0 until 1.14.0, fixed in 1.10.7 and 1.14.1. I'm not sure if it would cause problems for you but check the description in the release notes: http://subversion.apache.org/docs/release-notes/1.14.html#compat-misc-authz and see if it might apply. Kind regards, Daniel Sahlberg

Re: Ignore every file except XX*

2021-07-22 Thread Daniel Sahlberg
on itself seemed managable but our main tool is TortoiseSVN and it turned out that TSVN is using its own implementation when deciding what files should be suggested for addition. It is using the glob functions in Subversion, but it doesn't go the same code path as, for example, svn status. Since it seems this has only been requested twice in 10+ years I didn't think it was worth the effort to create a patch suggestion for both Subversion and TSVN. Kind regards, Daniel Sahlberg

Re: Bug: Subversion client at 100% cpu if server hangs up due to error

2021-07-26 Thread Daniel Sahlberg
on (or perhaps for other reasons?). > > *** > > Am I supposed to create a ticket for this? Or send it to the dev list? It > took us a long time to figure this out, hoping to save someone else the > trouble. > > Thanks! > Thanks for reporting in such detail! Is there any chance you can capture the network traffic on your client? Ie what the server is actually returning. Kind regards, Daniel Sahlberg

Re: Segfault in libsvn_client/conflicts.c

2021-08-08 Thread Daniel Sahlberg
possibly I misunderstand some of your steps. Do you know the exact steps to reproduce (when running without the patch, obviously)? Kind regards, Daniel Sahlberg On 8/7/21 06:32, Joshua Kordani wrote: Thank you for explaining the convention, it makes sense now that you describe it like that

Re: svn log xml hangs and produces too many logentry closing tags

2021-08-09 Thread Daniel Sahlberg
; /lib/x86_64-linux-gnu/libapr-1.so.0 > #2 0x7f2769fc1353 in ?? () from > /lib/x86_64-linux-gnu/libsvn_ra_svn-1.so.1 > #3 0x7f2769fc158c in svn_ra_svn.stream_read () from > /lib/x86_64-linux-gnu/libsvn_ra_svn-1.so.1 > #4 0x7f2769fbb242 in ?? () from > /lib/x86_64-linux-gnu/libsvn_ra_svn-1.so.1 > #5 0x7f2769fbb61a in ?? () from > /lib/x86_64-linux-gnu/libsvn_ra_svn-1.so.1 > #6 0x7f2769fbb68b in ?? () from > /lib/x86_64-linux-gnu/libsvn_ra_svn-1.so.1 > #7 0x7f2769fbbc7f in ?? () from > /lib/x86_64-linux-gnu/libsvn_ra_svn-1.so.1 > #8 0x7f2769fbbcbe in ?? () from > /lib/x86_64-linux-gnu/libsvn_ra_svn-1.so.1 > #9 0x7f2769fbde67 in svn_ra_svn.read_item () from > /lib/x86_64-linux-gnu/libsvn_ra_svn-1.so.1 > #10 0x7f2769fb583a in ?? () from > /lib/x86_64-linux-gnu/libsvn_ra_svn-1.so.1 > #11 0x7f276a46033a in svn_client_log5 () from > /lib/x86_64-linux-gnu/libsvn_client-1.so.1 > #12 0x55f9507b6779 in ?? () > #13 0x55f9507c2541 in ?? () > #14 0x55f9507a7513 in ?? () > #15 0x7f276a04e09b in __libc_start_main (main=0x55f9507a7490, argc=7, > argv=0x7ffee0fc23c8, init=, fini=, > rtld_fini=, stack_end=0x7ffee0fc23b8) at > ../csu/libc-start.c:308 > #16 0x55f9507a759a in ?? () > (gdb) > Any chance to do the same on the server? Can you attach to the repository in any other way (http/https or file) to verify if the error is in svnserve or in the repository code? Kind regards Daniel Sahlberg

Re: SVN basic questions.

2021-08-20 Thread Daniel Sahlberg
Den fre 20 aug. 2021 kl 05:02 skrev A Z : > -Can you commit after adding, to a branch node? > Yes. Branches are nothing special in Subversion, just another folder (copied from somewhere). Then you may, by convention and project guidelines, have restrictions on what you can do and should do in a b

Re: SVN hook

2021-08-25 Thread Daniel Sahlberg
elp to write the documentation is surely welcome and I guess the Subversion book's authors will appreciate a contribution. I'm planning to look at it but it is fairly low on my list of priorities. Kind regards, Daniel Sahlberg

Re: local_abspath is error

2021-08-30 Thread Daniel Sahlberg
Den mån 30 aug. 2021 kl 11:11 skrev Lucent : > hello. > subversion is so good for serval months. but today it displayed the > picture. > > > > Hi, Can you retry it with the latest version, 1.14.1? Also decribe exactly what you were trying to do. Kind regards, Daniel Sahlberg

Re: svn binary packages for macOS

2021-10-04 Thread Daniel Sahlberg
sed the lastest version on the time of release. As for VersionsApp it seems current and active and I can't see any reason not including it. If "only providing outdated versions" is a reason for de-listing then sadly both CollabNet and WANdisco should go (at least when 1.10 is EOL). I can edit the website but I'd appreciate if anyone else in PMC would give their opinion on policy. Kind regards Daniel Sahlberg

Re: svn binary packages for macOS

2021-10-16 Thread Daniel Sahlberg
Den ons 6 okt. 2021 kl 00:46 skrev Ryan Schmidt < subversion-2...@ryandesign.com>: > On Oct 4, 2021, at 10:23, Daniel Sahlberg wrote: > > > WANdisco is providing Subversion 1.10.6 for Mac OS 10.9. Is that version > of Mac OS supported by Fink/Homebrew/MacPorts? > >

Re: svn binary packages for macOS

2021-10-16 Thread Daniel Sahlberg
more help we can give to our users (both in the sense of "end users" and "consumers of our API") the better for everyone. Of course, we should then list Subclipse and AnkhSVN as well. I'll come back with another suggestion of change in policy as a reply to a separate e-mail. Kind regards, Daniel Sahlberg

Re: svn binary packages for macOS

2021-10-16 Thread Daniel Sahlberg
Den mån 4 okt. 2021 kl 18:26 skrev Mark Phippard : > On Oct 4, 2021, at 12:00 PM, Nathan Hartman > wrote: > > > > On Mon, Oct 4, 2021 at 11:44 AM Mark Phippard > wrote: > >> > >>> On Mon, Oct 4, 2021 at 11:24 AM Daniel Sahlberg > >>> wrote

Re: svn binary packages for macOS

2021-10-17 Thread Daniel Sahlberg
Den mån 18 okt. 2021 kl 03:57 skrev Nathan Hartman : > On Sun, Oct 17, 2021 at 12:38 PM Mark Phippard wrote: > >> On Sun, Oct 17, 2021 at 11:01 AM Nathan Hartman >> wrote: >> > >> > On Sat, Oct 16, 2021 at 9:25 AM Mark Phippard >> wrote: >> > > >> > > In terms of the policy, I think it should b

Re: Subversion 1.14.1 and serf 1.3.9

2021-10-20 Thread Daniel Sahlberg
Den ons 20 okt. 2021 kl 10:35 skrev Tomasz Lubinski : > Is it possible to use subversion 1.14.1 with serf 1.3.9? > Documentation says: ' 7. Apache Serf library 1.3.4 or newer (OPTIONAL)' > but when used with > - SERF 1.3.9, and > - OpenSSL 3.0 > > I've got segmentation fault from SERF, near: > s

Re: Subversion 1.14.1 and serf 1.3.9

2021-10-20 Thread Daniel Sahlberg
Den ons 20 okt. 2021 kl 11:58 skrev Tomasz Lubinski : > Yes problem occurs only with correct user/password (self-signed SSL > certificate used). In case of incorrect user/password or repository name, > it ends with correct error message without segmentation fault. > > The problem is when I’m tryin

Re: Subversion 1.14.1 and serf 1.3.9

2021-10-20 Thread Daniel Sahlberg
is blocking the connection? Kind regards Daniel > > > > Tomek L > > > > *From:* Daniel Sahlberg > *Sent:* Wednesday, October 20, 2021 12:03 PM > *To:* Tomasz Lubinski > *Cc:* Subversion > *Subject:* Re: Subversion 1.14.1 and serf 1.3.9 > > > >

Re: Question about svn:auto-props pattern matching precedence

2021-10-21 Thread Daniel Sahlberg
Den tors 21 okt. 2021 kl 09:31 skrev Eugeny Sosnovsky < eugeny.sosnov...@silverfirsoftware.com>: > To whom it may concern, > The SVN Book version 1.8 states, that if at a given path, *svn:auto-props* > contains two or more file patterns that can match the same file, and such a > file is added, the

Re: Subversion 1.14.1 and serf 1.3.9

2021-10-21 Thread Daniel Sahlberg
ion compared to top-posting). > > > Tomek L > > > > *From:* Daniel Sahlberg > *Sent:* Wednesday, October 20, 2021 3:21 PM > *To:* Tomasz Lubinski > *Cc:* Subversion > *Subject:* Re: Subversion 1.14.1 and serf 1.3.9 > > > > Den ons 20 okt. 2021 13:49

Re: Subversion 1.14.1 and serf 1.3.9

2021-10-21 Thread Daniel Sahlberg
> I think we have seen crashes in zlib if zlib gets incomplete data. Which > would indicate that either the server is crashing or that a firewall cuts > of the connection. > > > > Kind regards > > Daniel > > > > (PS. Please put your post below the text you are

Re: Subversion 1.14.1 and serf 1.3.9

2021-10-21 Thread Daniel Sahlberg
Den tors 21 okt. 2021 kl 14:05 skrev Johan Corveleyn : > On Thu, Oct 21, 2021 at 2:00 PM Daniel Sahlberg > wrote: > > > > Den tors 21 okt. 2021 kl 13:39 skrev Tomasz Lubinski < > t.lubin...@verocel.pl>: > >> > >> I’m using Virtual SVN, s

Re: Subversion 1.14.1 and serf 1.3.9

2021-10-22 Thread Daniel Sahlberg
ill try to dig out references and make sure it is documented in our build instructions! Kind regards Daniel Sahlberg > > -Original Message- > From: Nathan Hartman > Sent: Thursday, October 21, 2021 5:57 PM > To: Tomasz Lubinski > Cc: Subversion ; Johan Corveleyn < > jcor

Re: Subversion 1.14.1 and serf 1.3.9

2021-10-22 Thread Daniel Sahlberg
Den tors 21 okt. 2021 kl 17:56 skrev Nathan Hartman < hartman.nat...@gmail.com>: > On Thu, Oct 21, 2021 at 8:06 AM Johan Corveleyn wrote: > > > > > > Den tors 21 okt. 2021 kl 13:39 skrev Tomasz Lubinski < > t.lubin...@verocel.pl>: > > >> Very strange problem with assembly code in zlib 1.2.11. >

Re: Current project status

2021-10-28 Thread Daniel Sahlberg
Den tors 28 okt. 2021 kl 15:55 skrev Justin MASSIOT | Zentek < justin.mass...@zentek.fr>: > TortoiseSVN is stable and mature, so its development status is slow :-) > But I mostly agree with Mark, using SVN is better than nothing after all. > And because it's mature, it's unlikely that you find a b

Re: Current project status

2021-10-28 Thread Daniel Sahlberg
Den tors 28 okt. 2021 kl 16:39 skrev Nathan Hartman < hartman.nat...@gmail.com>: > On Thu, Oct 28, 2021 at 3:47 AM Justin MASSIOT | Zentek > wrote: > > > > Luke, > > > > If the 3D models are "source" files, then I personally approve to put > those files into a Subversion repo. That's what I do ev

Re: Subversion 1.14.1 build problem

2021-11-02 Thread Daniel Sahlberg
Den mån 1 nov. 2021 kl 09:32 skrev Gretton, Liam : > > I'm rebuilding our Subversion server, getting it up to date after a fair > period of neglect. > > > > I'm finding that 1.41.1 has a problem somewhere in its SQLite code and fails > at the make stage. 1.10.7 succeeds with exactly the same buil

Re: svn binary packages for macOS

2021-11-08 Thread Daniel Sahlberg
Den mån 8 nov. 2021 kl 16:57 skrev Ryan Schmidt : > > On Oct 16, 2021, at 07:18, Daniel Sahlberg wrote: > > Den ons 6 okt. 2021 kl 00:46 skrev Ryan Schmidt: > >> On Oct 4, 2021, at 10:23, Daniel Sahlberg wrote: > >> > >>> WANdisco is providing Subversi

Re: svn binary packages for macOS

2021-11-08 Thread Daniel Sahlberg
Den tors 21 okt. 2021 kl 18:03 skrev Nathan Hartman : > > On Mon, Oct 18, 2021 at 2:55 AM Daniel Sahlberg > wrote: > >> Would it make sense to give them a heads up before removing the links in > >> case they would like to release newer packages and remain on the list?

Re: svn binary packages for macOS

2021-11-11 Thread Daniel Sahlberg
Den tors 11 nov. 2021 kl 16:21 skrev Nathan Hartman : > > On Mon, Nov 8, 2021 at 1:42 PM Daniel Sahlberg > wrote: > > There has been some discussion but I don't think there was an actual > > decision taken. So I'm throwing in a suggestion to add the following > &

Re: A project I've been working on

2021-11-15 Thread Daniel Sahlberg
Den mån 15 nov. 2021 kl 15:41 skrev Justin MASSIOT | Zentek : > > Hi Robert, > > Interesting initiative. > What is the "two copies of everything in a checkout" problem you are talking > about? I would have presumed it is the "pristine" files. A solution was proposed and implemented in this thread

Re: Changed file permissions after committing user-crontabs

2021-11-24 Thread Daniel Sahlberg
older than yours) and also on Fedora 32 (Subversion 1.14.1). If you don't see it on newer Ubuntus - do you have another umask on these? (I have seen Stefan Sperling's regarding the code that copies permissions - I just want to verify if there is a reason for the different results). Kind regards, Daniel Sahlberg

Re: Full text search

2021-11-29 Thread Daniel Sahlberg
Den mån 29 nov. 2021 kl 16:10 skrev Luke Mauldin : > Is there a recommended way to do a full text search of commits that > include changed text. For example if I wanted “svn log” to show me all of > that commits that have an added or deleted line that contains “foo”, is > that possible? Git has si

Re: Subversion 1.14.1 build problem

2021-11-29 Thread Daniel Sahlberg
Den tis 2 nov. 2021 kl 09:33 skrev Daniel Sahlberg < daniel.l.sahlb...@gmail.com>: > Den mån 1 nov. 2021 kl 09:32 skrev Gretton, Liam < > liam.gret...@leicester.ac.uk>: > > > > I'm rebuilding our Subversion server, getting it up to date after a fair >

Re: svn::auto-props and svn:needs-lock

2021-12-10 Thread Daniel Sahlberg
Den tors 9 dec. 2021 kl 11:18 skrev Sebastian Weilhammer < sebastian.weilham...@madheadgames.com>: > Is that not what I'm doing by setting svn:auto-props to *= on the child > node? > I have tried the following, I think this is matches what you are trying to do. This is done using Subversion 1.14.

Re: Compare revisions on different devices, why different?

2021-12-10 Thread Daniel Sahlberg
Den fre 10 dec. 2021 kl 17:02 skrev Stefan Sperling : > On Fri, Dec 10, 2021 at 04:57:03PM +0100, Bo Berglund wrote: > > So the update did nothing except fix the revision number and time stamp. > > > > Do you need to do an svn up after each svn ci in order to fix the state? > > Yes. See here for a

Re: ASF Subversion version

2021-12-11 Thread Daniel Sahlberg
Den lör 11 dec. 2021 10:54Bo Berglund skrev: > On Fri, 10 Dec 2021 07:59:02 -0600, Luke Mauldin > wrote: > > >Gotcha, thank you. > > > >> On Dec 10, 2021, at 7:14 AM, Mark Phippard wrote: > >> > >> ?On Fri, Dec 10, 2021 at 8:12 AM Luke Mauldin > wrote: > >>> > >>> I noticed that the ASF is sti

Re: ASF Subversion version

2021-12-13 Thread Daniel Sahlberg
Den mån 13 dec. 2021 kl 20:26 skrev Luke Mauldin : > Thank you for the information. I am hopeful that one of the outcomes the > log4j situation is that ASF project funding would be increased but I > suspect that thinking is naive. Companies have little incentive to invest > in something that “work

Re: Please delete my previous e-mail

2021-12-14 Thread Daniel Sahlberg
Den tis 14 dec. 2021 18:30Clemens, G. (Gijs) skrev: > Dear people, > > > > I accidently sent an email to this entire list, that was intended for the > admins only. I kindly request you all to delete my previous mail. Sorry for > the inconvenience. > Sorry but that is normalt not possible. Please

Re: Is Subversion affected by Log4Shell?

2021-12-15 Thread Daniel Sahlberg
Den ons 15 dec. 2021 kl 20:11 skrev Martin Pham : > Hi there, > > > > We are currently running Subversion Visual SVN Server version 3.9.7 and > want to know if this version is affected by the Log4Shell vulnerability? > If so, is there a fix or version we should upgrade to? > Even though you are n

Re: possible to upgrade from older version and get the benefit of SVN 1.10.2 version features without load and dump

2022-01-03 Thread Daniel Sahlberg
e release notes in https://subversion.apache.org/docs/release-notes/1.10 (edit the URL slightly to check 1.9 and 1.8) for details especially the new feature compatibility matrix. TLDR: No. Is there a reason not to upgrade to 1.14? 1.10 will be out of support this spring (2022-04-13). Kind regards, Daniel Sahlberg

Re: Ignore specified subfolders of version folder

2022-01-06 Thread Daniel Sahlberg
Den tors 6 jan. 2022 kl 20:00 skrev Xsawer xsawer : > Hi Mark, > thanks for very quick answer. > I confirm this works on 1.10.2 (r1835932). > Is there a way how to achieve the same result on 1.7.14 (r1542130) ? The > documentation you posted writes about having this feature available since > vers

Re: FW: SVN error

2022-01-11 Thread Daniel Sahlberg
anything in the server logs. You can also contact VisualSVN support ( https://www.visualsvn.com/support/feedback/). Kind regards, Daniel Sahlberg >

Re: FW: SVN error

2022-01-11 Thread Daniel Sahlberg
Den tis 11 jan. 2022 kl 21:47 skrev Gavli, Gangaram < gga...@horizonglobal.com>: > > > -- > *From:* Daniel Sahlberg > *Sent:* Wednesday, January 12, 2022 2:02 AM > *To:* Gavli, Gangaram > *Cc:* users@subversion.apache.org >

Re: FW: SVN error

2022-01-12 Thread Daniel Sahlberg
Den ons 12 jan. 2022 kl 17:38 skrev Gavli, Gangaram < gga...@horizonglobal.com>: > Can you please help me to do this steps > > > > *My fix* > > The issue went away permanently after using svnserve > instead of apache2. This tutorial >

Re: Cygwin Subversion Packages Available

2022-01-18 Thread Daniel Sahlberg
(directory structure, line-endings) than a normal Windows application. I'm out of time for the moment but I'll circle back to the mail in next week unless someone has a different opinion. Kind regards, Daniel Sahlberg Den tis 18 jan. 2022 kl 10:34 skrev Brian Inglis < brian.ing...@syste

Re: Cygwin Subversion Packages Available

2022-02-04 Thread Daniel Sahlberg
Den tors 3 feb. 2022 kl 23:09 skrev Nathan Hartman : > Added to our staging site: > > https://subversion-staging.apache.org/packages.html#windows-cygwin > > (Done in r1897742 and r1897743) > > Feedback and corrections welcome! > Thanks for doing this, looks great! One small thing, the command fo

Re: unable to write 'random state'

2022-03-09 Thread Daniel Sahlberg
507277/how-to-fix-unable-to-write-random-state-in-openssl TLDR; The link suggests a permission- or path problem. Kind regards, Daniel Sahlberg

Re: Commit Exception

2022-03-16 Thread Daniel Sahlberg
Den ons 16 mars 2022 kl 14:46 skrev HANSEN, MATTHEW D CTR USAF ACC 84 RADES/REEP : > While I was dragging into Tortoise commit dialog, I encountered the > following messages box dozens of times. > > > > --- > > Subversion Exception! > > --- > > Subve

Re: Enquiry for the trouble to access your link

2022-03-29 Thread Daniel Sahlberg
Hi, Thanks for reporting! I have updated the website, please check if it works for you. Kind regards, Daniel Sahlberg Den tis 29 mars 2022 kl 10:05 skrev 上田 優太(Ueda Yuta) : > Dear Sir or Madame, > > > > Hello, my name is Yuta Ueda, who lives in Japan. > > > > Ther

Re: Enquiry for the trouble to access your link

2022-03-29 Thread Daniel Sahlberg
o.jp> > *Subject:* Re: Enquiry for the trouble to access your link > > > > Hi, > > > > Thanks for reporting! I have updated the website, please check if it works > for you. > > > > Kind regards, > > Daniel Sahlberg > > > > > > De

Re: Subversion Exception

2022-04-27 Thread Daniel Sahlberg
Den ons 27 apr. 2022 14:22Miriam Mutici skrev: > Hello, > > > > when updating my repo after having a tree conflict (after a branch and > rename) I’ve received the following exception which I report to you as I > was asked by the error dialog: > > --- > > Subversion Excepti

Re: Moving the entire SVN instance to a newer Windows server

2022-05-22 Thread Daniel Sahlberg
Den sön 22 maj 2022 kl 14:41 skrev Nico Kadel-Garcia : > On Sun, May 22, 2022 at 4:24 AM Andreas Stieger > wrote: > > > > Hi, > > > > On 5/18/22 16:54, Mark Phippard wrote: > > > If you can use the same DNS hostname for the new server there will be > > > no impact on your clients > > > > > > Exce

Re: Moving the entire SVN instance to a newer Windows server

2022-05-22 Thread Daniel Sahlberg
Den sön 22 maj 2022 kl 17:59 skrev Bo Berglund : [...] > So the relevant question for him is what kind of server they are running... > If it is VisualSVN then they should go to that maintainer and ask for help. > > > >There are real performance tuning issues for either httpd or svn+ssh > >based ac

Re: How to configure minidlna so it is visible on two networks?

2022-05-26 Thread Daniel Sahlberg
Den tors 26 maj 2022 kl 18:55 skrev Bo Berglund : > I have two LAN sections (home and remote) joined together using OpenVPN on > the > remote router to a dedicated OpenVPN server on my home LAN. > They run on addresses 192.168.119.x and 192.168.117.x respectively. > > The router on the home LAN is

Re: Unable to Check Out SVN Folders

2022-06-02 Thread Daniel Sahlberg
Den tors 2 juni 2022 20:08Cameron Hagen skrev: > Thank you for your response. Hopefully I have some helpful information > prepared. > >1. The version of Subversion on our server is 1.8.19-4419.51 and I >think that is the latest version. I'm seeing it says no new software >updates are

Re: EXTERNAL - line 10866: assertion failed (svn_dirent_is_absolute(local_abspath))

2022-07-14 Thread Daniel Sahlberg
ot;sorry but that file is not available" (which in turn is telling Subversion something similar). Conceivably there could be a "retry" logic that wait for a little while and retry every operation that could be interrupted but I think that will be a significant amount of work, and I'm not sure that will even be considered desirable. All above being said, please also be aware of what TSVN and SQLite say about storing WCs on network shares: * https://tortoisesvn.net/faq.html#wconshare * https://www.sqlite.org/faq.html#q5 Kind regards, Daniel Sahlberg

Re: "svn info" results in a timeout, but only when called from a specific server

2022-07-20 Thread Daniel Sahlberg
y key > *HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\LongPathsEnabled* > to *1*. This had no effect. > I believe this should only affect local files I'm out of ideas now. What could be the cause of the timeout on my server? > Thank you very much! > Kind regards, Daniel Sahlberg

Re: How to store passwords?

2022-08-20 Thread Daniel Sahlberg
Den lör 20 aug. 2022 kl 12:20 skrev Olaf van der Spek : > Hi, > > On a Debian 11 system with Subversion 1.14.1-3+deb11u1 I'm trying to > store passwords. > > In /etc/subversion/config I've got: > [auth] > password-stores = > > # cat /etc/subversion/servers > [global] > store-passwords = yes > stor

Re: How to store passwords?

2022-08-22 Thread Daniel Sahlberg
Den lör 20 aug. 2022 kl 14:27 skrev Olaf van der Spek : > Op za 20 aug. 2022 om 12:39 schreef Daniel Sahlberg > : > > > > Den lör 20 aug. 2022 kl 12:20 skrev Olaf van der Spek < > olafvds...@gmail.com>: > > Check the available authentication credential ca

Re: How to store passwords?

2022-08-22 Thread Daniel Sahlberg
Den lör 20 aug. 2022 kl 14:31 skrev Olaf van der Spek : > Op za 20 aug. 2022 om 14:27 schreef Olaf van der Spek < > olafvds...@gmail.com>: > > > > Op za 20 aug. 2022 om 12:39 schreef Daniel Sahlberg > > : > > > > > > Den lör 20 aug. 2022 kl 12:20

Windows, svn propset svn:ignore *

2022-08-26 Thread Daniel Sahlberg
Hi, Using Subversion "trunk" on Windows built from TortoiseSVN. I would like to set the svn:ignore property to * on a certain directory. (I'm trying to ignore everything since I'd only want to explicitly add a few subdirectories). I thought this would do the trick C:\wc>svn propset svn:ignore *

  1   2   3   >