Re: SVN MFA

2025-04-22 Thread Mark Phippard
Supporting this from a CLI is next to impossible. I would look at how it is done with Git and see if it is possible to make the SVN CLI directly use the Git Credential Manager: https://github.com/git-ecosystem/git-credential-manager You would then need to work backwards from there to an Apache sol

Re: mod_authz_svn single tree access

2024-12-16 Thread Mark Phippard
On Mon, Dec 16, 2024 at 8:10 AM Daniel Sahlberg wrote: > > Den mån 16 dec. 2024 kl 12:47 skrev Richard Tresidder > : >> >> Hi >>I'm wondering if there has been any discussion about adding the ability >> to allow traversal of a single tree path. >> Currently one has to provide read access to

Re: GUI interface to Subversion via web browser?

2024-05-24 Thread Mark Phippard
On Fri, May 24, 2024 at 9:11 AM Johan Corveleyn wrote: > > On Wed, May 22, 2024 at 10:06 AM Bo Berglund wrote: > > I am running an SVN server on an Ubuntu 20.04 LTS system and I have the > > Apache > > connection so I can access it via its web interface. > > > > This works but is *very limited*

Re: [ANNOUNCE] Apache Subversion 1.14.3 released

2024-01-16 Thread Mark Phippard
On Tue, Jan 16, 2024 at 4:08 PM Daniel Sahlberg wrote: > > Den mån 15 jan. 2024 kl 20:44 skrev Dunnill, Robert : >> >> Is a document available on how to update Apache under Subversion Edge? > > > I think that Subversion Edge is no longer supported (we removed the download > links a while back) so

Re: How do I propose changes to Subversion repos?

2023-12-07 Thread Mark Phippard
On Thu, Dec 7, 2023 at 12:28 PM Jason Yundt wrote: > > On Thu, Dec 07, 2023 at 04:12:00PM +0100, Daniel Sahlberg wrote: > > Den tors 7 dec. 2023 kl 15:43 skrev Jason Yundt : > > > > > Here’s the questions that I still have: > > > > > > • With Git, there’s multiple different ways of sending your ch

Re: Subversion 1.14.2 on Linux how to enable plaintext password store?

2023-12-01 Thread Mark Phippard
On Fri, Dec 1, 2023 at 4:27 PM Daniel Sahlberg wrote: > > fre 1 dec. 2023 kl. 22:15 skrev Mark Phippard : >> >> Correct me if I am wrong Nathan, but there is no option that allows >> plaintext passwords on Linux. >> https://subversion.apache.org/docs/release-notes

Re: Subversion 1.14.2 on Linux how to enable plaintext password store?

2023-12-01 Thread Mark Phippard
Correct me if I am wrong Nathan, but there is no option that allows plaintext passwords on Linux. https://subversion.apache.org/docs/release-notes/1.14.html#plaintext-passwords-disabled I thought that was a change in trunk to put that back as an option for 1.15? https://svn.apache.org/repos/asf/s

Re: How to check if a file is *really* modified against the repository?

2023-11-06 Thread Mark Phippard
On Mon, Nov 6, 2023 at 8:31 AM Bo Berglund wrote: > > I have some files in my Windows PC that are under subversion versioning. > One exe file has been committed and not recompiled or anything, yet > TortoiseSvn > marks it as modified... > > Is there a way with svn to check files against the repos

Re: Upgrade Subversion 1.13 to 1.14 LTS ( Ubuntu 20.04.5)

2023-11-01 Thread Mark Phippard
It sounds like it is settled and you are all set. That said, let's pretend these vulnerabilities were real and not patched. 1. IMO, you can generally trust Debian/Ubuntu/Red Hat to make good decisions on backporting security fixes. If they didn't for some reason they probably had a reason why. 2.

Re: Upgrade Subversion 1.13 to 1.14 LTS ( Ubuntu 20.04.5)

2023-10-30 Thread Mark Phippard
OSS projects that are packaged into it. Mark On Mon, Oct 30, 2023 at 9:32 AM JITHIN K wrote: > > > On Thu, Oct 26, 2023 at 7:36 PM Mark Phippard wrote: >> >> On Thu, Oct 26, 2023 at 9:59 AM Nathan Hartman >> wrote: >> >> >> >>

Re: Upgrade Subversion 1.13 to 1.14 LTS ( Ubuntu 20.04.5)

2023-10-26 Thread Mark Phippard
On Thu, Oct 26, 2023 at 9:59 AM Nathan Hartman wrote: >> >> Forwarded Message > > (snip headers) >> >> >> Hello Users Community, >> >> Hope you are doing great. >> I have installed Apache Subversion 1.13 in Ubuntu 20.04.5 using apt-get ( >> From Ubuntu package ) and also install

Re: Adjust revision in new repository

2023-09-04 Thread Mark Phippard
On Mon, Sep 4, 2023 at 8:36 AM Magnus Lyrberg wrote: > There is some concern that having 18 empty commits might impact > the performance of the repository. I assume each commit still has an entry > in the database etc, even if it does not use a lot of disk. Are you doing this for performance?

Re: filename encodings and conversion failure

2022-12-30 Thread Mark Phippard
On Fri, Dec 30, 2022 at 5:41 PM Karl Berry wrote: > > Well my point is that this would not work everywhere. > > How can "store as bytes" not work (be implementable?) everywhere? I'm > missing something. 18 years ago when Paul Burba and I were working on porting SVN to run on OS/400 this feat

Re: How much is too much data in an svn repository?

2022-09-23 Thread Mark Phippard
On Thu, Sep 22, 2022 at 3:59 PM Sean McBride wrote: > > Hi all, > > Our svn repo is about 110 GB for a full checkout. Larger on the server of > course, with all history, weighting about 142 GB. > > There haven't been any performance issues, it's working great. > > But now some users are intereste

Re: svn client - how do I force IPv6?

2022-09-19 Thread Mark Phippard
On Mon, Sep 19, 2022 at 8:49 AM Graham Leggett wrote: > > On 19 Sep 2022, at 13:36, Mark Phippard wrote: > > Daniel gave the answer I was typing. Here is info on enabling IPv6 for your > JVM: > > https://stackoverflow.com/questions/18697091/ipv6-support-in-java > >

Re: svn client - how do I force IPv6?

2022-09-19 Thread Mark Phippard
On Mon, Sep 19, 2022 at 7:15 AM Daniel Sahlberg wrote: > > Den mån 19 sep. 2022 kl 11:50 skrev Graham Leggett via users > : >> >> Hi all, >> >> What setting option under the ~/.subversion directory will force the use of >> IPv6 on outbound connections? >> >> The backstory is that I have some SVN

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

2022-05-18 Thread Mark Phippard
On Wed, May 18, 2022 at 9:46 AM Morin, Michael wrote: > > We need to move Subversion off of a Windows 2012 server and onto a Windows > 2019 server. Is there a simpler way to do this other than moving each > repository one by one? I have over 170 repositories that I need to migrate to > the new

Re: Transaction support for svnadmin dump command in Subversion / user as which to back an SVN repository

2022-04-01 Thread Mark Phippard
On Fri, Apr 1, 2022 at 3:08 AM Ashim Kapoor wrote: > > Dear Mark, > > Could you please answer my query about the isolation level for > transactions in Subversion? > Is it always the highest which does not allow for any transaction > anomalies ? Is there a switch which lowers the isolation level in

Re: Transaction support for svnadmin dump command in Subversion / user as which to back an SVN repository

2022-03-31 Thread Mark Phippard
On Thu, Mar 31, 2022 at 5:47 AM Ashim Kapoor wrote: > My fs-type is fsfs. > > My svn version is 1.10.4 > > I am using a project management tool called Redmine which is the front > end for SVN projects and which in turn is relying on Apache as a web > server. > > 1. I wish to use : > > svnadmin du

Re: unable to write 'random state'

2022-03-09 Thread Mark Phippard
On Wed, Mar 9, 2022 at 7:48 AM Morin, Michael wrote: > > I’m trying to get my new server certificate to work with the Subversion Edge > Console by converting the server.crt file into PKCS12 format and then > creating a JKS file. I am using OpenSSL to do this. When I execute the > command, opens

Re: merging into a read only file succeeds

2022-02-25 Thread Mark Phippard
> On Feb 25, 2022, at 1:26 PM, Daniel Shahaf wrote: > > Mark Phippard wrote on Fri, 25 Feb 2022 17:59 +00:00: >>> On Fri, Feb 25, 2022 at 12:29 PM Daniel Shahaf >>> wrote: >>> >>> Mark Phippard wrote on Fri, Feb 25, 2022 at 10:39:13 -0500:

Re: merging into a read only file succeeds

2022-02-25 Thread Mark Phippard
On Fri, Feb 25, 2022 at 12:29 PM Daniel Shahaf wrote: > > Mark Phippard wrote on Fri, Feb 25, 2022 at 10:39:13 -0500: > > On Fri, Feb 25, 2022 at 10:19 AM Daniel Shahaf > > wrote: > > > > > > Nathan Hartman wrote on Thu, 24 Feb 2022 23:44 +00:00: > >

Re: merging into a read only file succeeds

2022-02-25 Thread Mark Phippard
On Fri, Feb 25, 2022 at 10:19 AM Daniel Shahaf wrote: > > Nathan Hartman wrote on Thu, 24 Feb 2022 23:44 +00:00: > > On Thu, Feb 24, 2022 at 2:33 PM Mark Phippard wrote: > >> > >> On Thu, Feb 24, 2022 at 10:51 AM Lorenz wrote: > >> > >> > ju

Re: merging into a read only file succeeds

2022-02-24 Thread Mark Phippard
On Thu, Feb 24, 2022 at 10:51 AM Lorenz wrote: > just discovered, that merging into a RO file succeeds. > I my case the file is RO because of a needs-lock property. > So when I try to commit I can't. > > This effect ist at least annoying. > There is a reason why the file is read only. It is inte

Re: svn file rename fails, but recreating a new file and copying the previous contents works

2022-02-19 Thread Mark Phippard
On Sat, Feb 19, 2022 at 11:07 AM Mark Phippard wrote: > > On Sat, Feb 19, 2022 at 9:48 AM William Muriithi > wrote: > > > > Morning Mark > > > > Thanks a lot for the quick suggestion. I don't have a proxy in front > > of the SVN though. T

Re: svn file rename fails, but recreating a new file and copying the previous contents works

2022-02-19 Thread Mark Phippard
On Sat, Feb 19, 2022 at 9:48 AM William Muriithi wrote: > > Morning Mark > > Thanks a lot for the quick suggestion. I don't have a proxy in front > of the SVN though. The svn client (Which is also subversion 1.14) > connects to apache server that is running mod_dav_svn to serve a svn > repo.

Re: svn file rename fails, but recreating a new file and copying the previous contents works

2022-02-18 Thread Mark Phippard
On Fri, Feb 18, 2022 at 5:52 PM William Muriithi wrote: > > Hello, > > I have this setup: > - httpd-2.4.37-43 > - subversion-1.14.1-1 > - mod_dav_svn-1.14.1-1 > - openssl-1.1.1k-5 > > The svn on Rocky Linux that is accessible only over https (Apache) and > everything works fine with exemption of "

Re: Ignore specified subfolders of version folder

2022-01-06 Thread Mark Phippard
On Thu, Jan 6, 2022 at 2:00 PM Xsawer xsawer wrote: > > 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 >

Re: Ignore specified subfolders of version folder

2022-01-06 Thread Mark Phippard
On Thu, Jan 6, 2022 at 1:27 PM Xsawer xsawer wrote: > > Hi, > I have a folder say ~/config which is under version control and contains > versioned files and folders. Now I would like to create a subfolder say > ~/config/backup which I do NOT want version and would like to have it ignored > by s

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 Mark Phippard
On Mon, Jan 3, 2022 at 7:13 AM wrote: > > Dear Team, > > Planning to upgrade from SVN 1.7.14 to SVN 1.10.2 > Repositories are on a filer. > > Is it possible to upgrade and get the benefit of SVN 1.10.2 version features > without load and dump? You get nearly all of the benefits simply by upgradi

Re: how to mitigate for the Log4J CVE Vulnerability scan report.

2022-01-03 Thread Mark Phippard
On Mon, Jan 3, 2022 at 6:03 AM wrote: > Dear Team, > > Scanning for Log4J CVE Vulnerability found these files with severity > mentioned below. > Can you guide on how to mitigate ? > Subversion's statement on the log4j vuln is here: https://subversion.apache.org/#news-20211215 The files you list

Re: Does reintegration merge the logs?

2021-12-17 Thread Mark Phippard
On Fri, Dec 17, 2021 at 3:49 PM Mun Johl wrote: > > Hi all, > > We’re using SVN version 1.8.19 on Linux. I was wondering if I execute an > “svn merge –reintegrate” to reintegrate a branch back to trunk, will SVN > merge the logs from the various check-ins done on the branch back into the > tru

Re: Is Subversion affected by Log4Shell?

2021-12-15 Thread Mark Phippard
On Wed, Dec 15, 2021 at 2:11 PM Martin Pham wrote: > > > 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? > Hi Martin, You should really

Re: Compression Question

2021-12-14 Thread Mark Phippard
On Tue, Dec 14, 2021 at 10:56 AM Luke Mauldin wrote: > > When compression is enabled at the SVN level, what exactly does it compress? > Does it just compress the original file content and the deltas? I am really just a layman so cannot explain it accurately ... but here goes. SVN does not reall

Re: Security issue Log4j

2021-12-14 Thread Mark Phippard
On Tue, Dec 14, 2021 at 11:51 AM Clemens, G. (Gijs) wrote: > > I have been contacted by my system administrator that there might be security > issues with Apache Subversion. The following files have been located on our > system: > > grails-plugin-log4j-2.4.4.jar > log4j-1.2.17.jar > tomcat-embed

Re: Compression Question

2021-12-14 Thread Mark Phippard
On Mon, Dec 13, 2021 at 2:31 PM Luke Mauldin wrote: > > From reading the documentation, I can see that Subversion 1.14 supports both > zlib and lz4 compression. I am running Subversion on FreeBSD 13.X on ZFS > which supports native zstd compression. Some of the repos I host are > relatively l

Re: CollabNet Subversion devel packages

2021-12-14 Thread Mark Phippard
On Tue, Dec 14, 2021 at 7:00 AM Grierson, David (Lead Engineer) wrote: > > Hi, > > I'm running an internal Subversion service making use of the CollabNet > Subversion RPMs to provide this. > > I'm looking to introduce rate limiting to my Subversion service and so want > to build mod_evasive for

Re: CVE-2021-44228 log4j vulnerability

2021-12-12 Thread Mark Phippard
On Sun, Dec 12, 2021 at 7:31 AM Pavel Lyalyakin wrote: > > On Sun, Dec 12, 2021 at 5:34 AM surbhi khandelwal wrote: >> >> Hi >> >> I am using svn, version 1.6.11 (r934486) on rhel 1.6 could you kindly help >> me understand if this is vulnerable to the latest java vulnaribility >> >> >> Httpd v

Re: ASF Subversion version

2021-12-10 Thread Mark Phippard
On Fri, Dec 10, 2021 at 8:12 AM Luke Mauldin wrote: > > I noticed that the ASF is still running Subversion 1.9.x which was released > quite a few years ago. Does anyone know why they haven’t at least upgraded to > the 10.x LTS release which itself is over 2 years old at this point? ASF Infra us

Re: Full text search

2021-11-29 Thread Mark Phippard
On Mon, Nov 29, 2021 at 10:19 AM Luke Mauldin wrote: > > I saw the —search argument but that only searches commit metadata. I would > like to do a search of the changed text of the files in the commit. Ah, I missed that in your original post. I would suggest using a code search tool like OpenGr

Re: Full text search

2021-11-29 Thread Mark Phippard
On Mon, Nov 29, 2021 at 10:10 AM Luke Mauldin wrote: > > 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

Re: A project I've been working on

2021-11-15 Thread Mark Phippard
On Mon, Nov 15, 2021 at 9:41 AM Justin MASSIOT | Zentek wrote: > > Hi Robert, > > Interesting initiative. > What is the "two copies of everything in a checkout" problem you are talking > about? He is talking about the pristine version that is maintained in the working copy .svn folder. There was

Re: Current project status

2021-10-29 Thread Mark Phippard
On Fri, Oct 29, 2021 at 1:26 PM Luke Mauldin wrote: > > Sorry to hear about the Teams / Sharepoint migration, that seems to be > occurring industry wide. “Its moving to the cloud so it has to be better”. > It also amazes me how much money and labor large companies are throwing at > Git to hav

Re: Current project status

2021-10-28 Thread Mark Phippard
On Thu, Oct 28, 2021 at 11:15 AM Stefan Sperling wrote: > > On Thu, Oct 28, 2021 at 10:24:55AM -0400, Mark Phippard wrote: > > SVN's design handles renames well from a version control history point > > of view, but it does not handle them well when doing things like merg

Re: Current project status

2021-10-28 Thread Mark Phippard
On Thu, Oct 28, 2021 at 10:01 AM Luke Mauldin wrote: > > The other option for me at the moment is to use Git and LFS which is somewhat > similar but not ideal. It is a viable option but I would say the biggest problem is you still have to clone the entire repository which may or may not be ideal

Re: Current project status

2021-10-28 Thread Mark Phippard
On Thu, Oct 28, 2021 at 9:26 AM Luke Mauldin wrote: > > Is the SVN repository still in use or was it transitioned to something else? > The primary users of this SVN repo will be engineers who are not software > developers so I think the less complex nature of SVN compared to Git could be > a def

Re: Subversion 1.14.1 mod_dav_svn SVN-ACTION=update

2021-10-26 Thread Mark Phippard
On Tue, Oct 26, 2021 at 12:50 PM David Robertson wrote: > > Hello, > > I recently upgraded from 1.7.14-14 (CentOS 7) to 1.14.1-1 (CentOS 8) on my > SVN server. All the updates to my repositories went smoothly with no warnings > or errors. I serve the repositories with mod_dav_svn and I use the

Re: svn binary packages for macOS

2021-10-17 Thread Mark Phippard
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 be that our latest LTS > > release must be available. If they have other packages available that > > i

Re: svn binary packages for macOS

2021-10-16 Thread Mark Phippard
On Sat, Oct 16, 2021 at 8:57 AM Daniel Sahlberg wrote: > I second Mark's suggestion that we should only list those providing recent > versions. Would this be a reasonable definition: "Any software listed should > provide the latest bugfix of any supported version", where "version" is 1.10, > 1

Re: What does "not compatible with MPM" mean in subversion ?

2021-10-07 Thread Mark Phippard
On Thu, Oct 7, 2021 at 8:40 AM Thomas Samoht wrote: > > Setup > - > Linux myhostname 4.18.0-305.19.1.el8_4.x86_64 #1 SMP Wed Sep 15 > 19:12:32 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux > NAME="Rocky Linux" > VERSION="8.4 (Green Obsidian)" > > Apache httpd 2.4.37-39, as delivered by Rocky 8.4 > A

Re: SVN: PCSWMM Use

2021-10-06 Thread Mark Phippard
On Wed, Oct 6, 2021 at 1:26 PM Jason Kimmet wrote: > What do you recommend as the easiest subversion for experimental purposes? > > If you are on Windows, install TortoiseSVN. Create a repository somewhere on your local disk and access it via file:// protocol. If all goes well then you just need

Re: svn binary packages for macOS

2021-10-04 Thread Mark Phippard
On Mon, Oct 4, 2021 at 1:00 PM Sean McBride wrote: > > On Sun, 3 Oct 2021 09:07:04 -0400, Mark Phippard said: > > >I personally use Homebrew. The SVN package is all precompiled so it is > >easy to install. Myself and other SVN devs have even improved the > >formu

Re: svn binary packages for macOS

2021-10-04 Thread 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: >>> >>> If "only providing outdated versions" is a reason

Re: svn binary packages for macOS

2021-10-04 Thread Mark Phippard
On Mon, Oct 4, 2021 at 11:24 AM Daniel Sahlberg wrote: > 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 >

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

2021-10-04 Thread Mark Phippard
On Mon, Oct 4, 2021 at 10:04 AM Morin, Michael wrote: > svn: E40: Can't read directory > '/#/svn/#//##/main/default/objects/#/validationRules': > Too many levels of symbolic links > > Whenever I run this manually, whether I call the shell script or run the > commands on

Re: svn binary packages for macOS

2021-10-04 Thread Mark Phippard
On Sun, Oct 3, 2021 at 7:17 PM Sean McBride wrote: > On Sun, 3 Oct 2021 09:07:04 -0400, Mark Phippard said: > > >Homebrew and MacPorts are both listed. > > I saw that, but I thought they required Xcode... > > >Honestly once those projects > >supported SVN it kin

Re: svn binary packages for macOS

2021-10-03 Thread Mark Phippard
On Sun, Oct 3, 2021 at 8:54 AM Sean McBride wrote: > Alas, that seems to mean there are no other binary distributions for macOS, > unless anyone knows of any? Homebrew and MacPorts are both listed. Honestly once those projects supported SVN it kind of removed all of the incentive to publish a p

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

2021-07-19 Thread Mark Phippard
On Mon, Jul 19, 2021 at 6:21 PM Mark Phippard wrote: > > On Mon, Jul 19, 2021 at 5:36 PM Daniel Sahlberg > wrote: > > > > Den tis 13 juli 2021 kl 15:44 skrev Branko Čibej : > >> > >> On 10.06.2021 07:44, Daniel Sahlberg wrote: > >> >

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

2021-07-19 Thread Mark Phippard
On Mon, Jul 19, 2021 at 5:36 PM Daniel Sahlberg wrote: > > 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,

Re: [EXT] Re: repository mirroring

2021-06-17 Thread Mark Phippard
On Thu, Jun 17, 2021 at 9:13 AM tatyana irzun wrote: > > Hi, Mark > > How can i enable svnsync logging to debug process? Please keep replies on list. It is best to keep the audience as wide as possible. I am not aware of any great ways to log from a client other than using Wireshark. Assuming yo

Re: repository mirroring

2021-06-17 Thread Mark Phippard
On Wed, Jun 16, 2021 at 5:45 PM tatyana irzun wrote: > Hello, > > Can you advise me the better way what to do. > > We have some subversion repo (for example builds) for mostly binaries > data. And the read-only mirror this repository in different location. The > mirror was created by svnsync tool

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Mark Phippard
On Wed, Jun 9, 2021 at 9:47 AM Ranajit Ghosh wrote: > > Yes, I tried with single quote as well. No change. You mentioned you are on AIX .. what shell are you using? Some of these errors seem like it has to do with how the arguments are being passed to the svn executable. That said there is nothin

Change to SQLite version in Homebrew svn package

2021-05-21 Thread Mark Phippard
Hi ... I submitted a PR that was accepted in Homebrew to change the package to use the version of sqlite that is shipped with MacOS as opposed to the Homebrew version. This fixes a problem using the JavaHL library (at least in the Eclipse IDE). These are the versions of sqlite that are included i

Re: subversion 1.7 - Internal server error (HTTP 500) - user account gets locked out

2021-05-21 Thread Mark Phippard
On Fri, May 21, 2021 at 2:14 PM jackson wrote: > > HI Mark , > > Thank you so much , i will enable the debug mode and do the testing and let > you know once done. I would suggest taking a look at the Apache error.log once you do as it will grow very fast. The LDAP module logs a fair amount and

Re: subversion 1.7 - Internal server error (HTTP 500) - user account gets locked out

2021-05-21 Thread Mark Phippard
On Fri, May 21, 2021 at 8:49 AM jackson wrote: > > Hi Team, > > We are using subversion 1.7 version and we are facing issues very often when > the users trying to commit or checkout they are getting HTTP 500 error and > the user is getting locked out. The users are authenticated via LDAP. > > A

Re: Need help in Subversion migration

2021-05-17 Thread Mark Phippard
> On May 17, 2021, at 8:21 AM, jackson wrote: > >  > Hello Everyone > > We are using subversion 1.7 running in LInux 6.9. > we are working on subversion migration along with OS upgrade > > Currently we have built RHEL 8.3 OS with subversion 1.10 and did all the > configuration , the 1.

Re: JavaHL problem on MacOS in Eclipse

2021-05-10 Thread Mark Phippard
I created a PR to switch Homebrew to the system sqlite. https://github.com/Homebrew/homebrew-core/pull/76970 Feel free to comment on the PR if you have any concerns or want to support the change. Thanks Mark On Mon, May 10, 2021 at 9:33 AM Mark Phippard wrote: > > On Sun, May 9, 2021 at

Re: JavaHL problem on MacOS in Eclipse

2021-05-10 Thread Mark Phippard
On Sun, May 9, 2021 at 11:40 AM Mark Phippard wrote: > > Looking for some ideas ... > > I just submitted a PR to Homebrew to build JavaHL on Apple Silicon: > > https://github.com/Homebrew/homebrew-core/pull/76900 > > In testing this I came across a problem I also have run

JavaHL problem on MacOS in Eclipse

2021-05-09 Thread Mark Phippard
Looking for some ideas ... I just submitted a PR to Homebrew to build JavaHL on Apple Silicon: https://github.com/Homebrew/homebrew-core/pull/76900 In testing this I came across a problem I also have run into on Intel. I think this started happening in Big Sur but it could also be a recent Eclip

Re: Re[2]: How to install Subversion JavaHL library with homebrew in 2021?

2021-05-09 Thread Mark Phippard
On Sun, May 9, 2021 at 7:21 AM Reto Hoehener wrote: > > Just upgraded to Big Sur 11.3.1. > On the MacPorts front, I tried the universal variant, but got an error: > sudo port install subversion +universal > sudo port install subversion-javahlbindings +universal > > Error: Problem while installing

Re: Enforce encryption client-side

2021-05-06 Thread Mark Phippard
On Thu, May 6, 2021 at 8:57 AM Nils-Johan Andreasson wrote: > > Thanks for excellent input! > > Unfortunately this external library is being very widely used and is not > shipped with svn included. Rather it relies on being able to use svn if > detected as installed on the system, so simply wait

Re: Re[2]: How to install Subversion JavaHL library with homebrew in 2021?

2021-05-04 Thread Mark Phippard
On Tue, May 4, 2021 at 1:56 PM Reto Hoehener wrote: > > I uninstalled Homebrew Subversion and tried with MacPorts, but no luck > (the library seems to be build for amd64). So back to square one. > > sudo port install subversion > sudo port -N install subversion-javahlbindings > sudo mkdir -p /Libr

Re: How to install Subversion JavaHL library with homebrew in 2021?

2021-04-30 Thread Mark Phippard
On Thu, Apr 29, 2021 at 3:44 AM Reto Hoehener wrote: > > Hello > > I hope it's ok to crosspost my stack overflow question to this list: > https://stackoverflow.com/questions/67288397/how-to-install-subversion-javahl-library-with-homebrew-in-2021 > > In short: I cannot figure out how to install Sub

Re: Can I authenticate to Subversion using ssh?

2021-01-19 Thread Mark Phippard
On Tue, Jan 19, 2021 at 12:39 PM David Aldrich wrote: > Hi Daniel > > Thanks for your reply. I've had a look at the Subversion book and done > some Googling. It isn't easy to know how to configure svn on the server for > ssh. > > We use the Collabnet Edge distribution of Subversion, which we beli

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

2021-01-13 Thread Mark Phippard
se problems are fixable and the next rsync would still work and would fix the problem too. The safer way is to use svnadmin hotcopy but you would have to script it since you need to run it for each repository. The advantage of rsync is that you can just process the entire root folder where your repositories are stored. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: svn.haxx.se is going away

2020-11-04 Thread Mark Phippard
On Wed, Nov 4, 2020 at 4:32 PM Nathan Hartman wrote: > On Wed, Nov 4, 2020 at 3:32 PM Mark Phippard wrote: > > > > Just a general fyi ... I went to https://svn.haxx.se/ today to search > the lists and noticed there is a banner on the site saying it is going > offline forev

Re: How to delete a dead transaction

2020-11-04 Thread Mark Phippard
rote the code assumed it failed to get a lock because it was already locked. If the problem is anti-virus that could be true as the A/V software may have started scanning the files and is preventing the SVN server from locking them. We certainly see that type problem happen in working copies on Windows fairly regularly. -- Thanks Mark Phippard

svn.haxx.se is going away

2020-11-04 Thread Mark Phippard
it is. -- Thanks Mark Phippard

Re: Note from Vibin Bruno to your Facebook Page Subversion.

2020-09-22 Thread Mark Phippard
straight up not a problem and I would never entertain it as one. The second one is somewhat a problem though "3" is an arbitrary number and there are a lot of ways to deal with brute force login attempts. For example, SVN Edge throttles the login attempts making it impractical

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

2020-06-15 Thread Mark Phippard
"-extfile" option of the # "openssl x509" utility, name here the section containing the # X.509v3 extensions to use: So this solution is only going to help if you have the same problem, but maybe you can follow the same path towards finding your solution. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Checking out a dir from a different project in a WC?

2020-05-15 Thread Mark Phippard
> On May 15, 2020, at 6:49 PM, Bo Berglund wrote: > > Can SVN deal with this: > > /project1 (checked out via SVN) > |-- proj1subdir1 > |-- proj1subdir2 > |-- support (checked out from a different project) > > I.e. can I combine a main project checkout from SVN with a few extra > folders c

Re: Who else is using SVN for large-binary-asset storage?

2020-04-25 Thread Mark Phippard
On Sat, Apr 25, 2020 at 2:18 PM Daniel Shahaf wrote: > Mark Phippard wrote on Sat, 25 Apr 2020 18:01 +00:00: > > But the final goal should be something like this (in order of > importance): > > > > 1. Do not store a pristine in working copy for the file > > 2.

Re: Who else is using SVN for large-binary-asset storage?

2020-04-25 Thread Mark Phippard
On Sat, Apr 25, 2020 at 1:54 PM Johan Corveleyn wrote: > On Sat, Apr 25, 2020 at 11:18 AM Daniel Shahaf > wrote: > > > > Karl Fogel wrote on Fri, 24 Apr 2020 13:43 -0500: > > > On 24 Apr 2020, Mark Phippard wrote: > > > >I think this would be a good i

Re: Who else is using SVN for large-binary-asset storage?

2020-04-24 Thread Mark Phippard
to restore a binary. If I can find any of those old threads I will share them. So far the only one I found was about how using a larger xdelta window size could give better compression, but the thread I recall was about not doing it at all. It also assume that the xdelta is of no real value because it does not shrink the amount of bytes that have to be transferred. -- Thanks Mark Phippard

Re: svn:ignore of checked in files and commit

2020-04-15 Thread Mark Phippard
On Wed, Apr 15, 2020 at 7:28 AM Attila Kinali wrote: > In the days of old, like several years back... > When we had files that needed to be edited localy for each user/developer, > we used to check them in normally, then set svn:ignore to ignore those > files. This would result `svn commit` to i

Re: CentOS 8 Python bindings - opensource.wandisco.com

2020-04-12 Thread Mark Phippard
> > > > > > Is there currently any workaround to this without building Subversion > from source cod > > Use python 3. > > The bindings do not support Python 3, so that is not an option. The upcoming Subversion 1.14 LTS release will add support for Python 3 but until then once has no choice but use Python 2 if they are using the bindings. Aside from that ... unfortunately I have no help to offer on the original problem. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Disable Keep Alives and/or Pipelining?

2020-03-09 Thread Mark Phippard
?" > type message > I have always been under the impression the client and server just negotiate the availability of KeepAlive and manage with our without it. That said, since SVN 1.7 the client has needed KeepAlive enabled for performance to be decent: http://subversion.apache.org/docs/re

Re: File encoding is UTF-16LE

2019-12-06 Thread Mark Phippard
t threads on this. Here is one: https://svn.haxx.se/users/archive-2017-10/0072.shtml Mark Phippard http://markphip.blogspot.com/

Re: Limit on Number of Users

2019-10-18 Thread Mark Phippard
> On Oct 18, 2019, at 1:44 AM, Shamoon, Danial wrote: > >  > I’m using These pages: > > > > > Do these come with the free version? And thanks for your quick reply! SVN Edge is free and open source and has no limits on number of users. You have not really shown any examples of where or

Re: Why is svn displaying ! and ? on a file

2019-09-23 Thread Mark Phippard
entially renamed the file when you changed the case. Subversion is case-sensitive even if the OS is not. You could rename the back to the original case or use the svn mv command to tell Subversion about the rename. https://subversion.apache.org/faq.html#case-change -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Svn client configuration file

2019-09-17 Thread Mark Phippard
for a global file for configuration? > > The location hierarchy is explained in the book here: http://svnbook.red-bean.com/en/1.7/svn.advanced.confarea.html -- Thanks Mark Phippard

Re: Only old version available among Synology DiskStaion package

2019-09-11 Thread Mark Phippard
For a server using 1.9.x is fine. I mostly use SVN 1.8. You are not missing much just some of the fixes since 1.9.7 http://svn.apache.org/repos/asf/subversion/branches/1.9.x/CHANGES Mark > On Sep 11, 2019, at 12:41 PM, Stefan Karlsson wrote: > > Hi > > I have a Synology DiskStation DS718+,

Re: Trying to build svn 1.12.2 from tarball

2019-09-04 Thread Mark Phippard
nk I will send a message to the serf mailing list to see if they can > shed any light on the matter. > > -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Trying to build svn 1.12.2 from tarball

2019-09-04 Thread Mark Phippard
OK, nevermind. I fired up a Windows VM and see that TortoiseSVN is using 1.1.1 so it must be possible. I did not look to see if they added any patches to the build process but I would assume that it must be supported now.

Re: Trying to build svn 1.12.2 from tarball

2019-09-04 Thread Mark Phippard
https://www.openssl.org/source/openssl-1.1.1c.tar.gz > -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Trying to build svn 1.12.2 from tarball

2019-09-04 Thread Mark Phippard
I can use a tagged version. > I do not recall if you mentioned the OpenSSL version either. Last I knew, Subversion still requires 1.0.x. Maybe use the OpenSSL release tarball? -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Unexpected HTTP status 405 "Method Not Alloweed" on '/csvn/login/auth"

2019-08-28 Thread Mark Phippard
This happens when a user is using the wrong URL for the SVN repos to try to checkout. Probably they are using the URL of the web viewer as opposed to the repository URL needed by a svn client. Mark Sent from my iPad > On Aug 27, 2019, at 6:14 PM, Tanner Snedden > wrote: > > 192.168.26.207 -

Re: Questions about a script for regular backups

2019-08-27 Thread Mark Phippard
On Tue, Aug 27, 2019 at 5:06 AM Johan Corveleyn wrote: > On Mon, Aug 26, 2019 at 9:01 PM Mark Phippard wrote: > > > > On Mon, Aug 26, 2019 at 1:29 PM Anton Shepelev > wrote: > >> > >> I have now set up a post-commit hook that makes an > >> --incr

Re: Questions about a script for regular backups

2019-08-26 Thread Mark Phippard
er than it ought to have been. -- Thanks Mark Phippard http://markphip.blogspot.com/

Re: Questions about a script for regular backups

2019-08-23 Thread Mark Phippard
On Fri, Aug 23, 2019 at 11:06 AM Nathan Hartman wrote: > On Fri, Aug 23, 2019 at 9:53 AM Mark Phippard wrote: > >> Anyway ... the only danger of a repository format is if you upgrade to >> latest and then for some reason need to downgrade your server binaries to >> an

  1   2   3   4   5   6   >