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
en remembered it was a feature we (CollabNet) added in our authz module. I seem to recall we proposed it on dev@ list and may have even sent a patch but not sure. One thing I remember is that implementing this feature does leak the existence of the nodes you are not allowed to see in the WC metadata because an entry is added in the WC that indicates the item exists but you do not have access to it. That may have been why it was decided not to include this in SVN. Mark

Re: GUI interface to Subversion via web browser?

2024-05-24 Thread Mark Phippard
exists: https://get.assembla.com/ > Seriously, if we'd ever start such a sub-project under the Apache > Subversion umbrella one day, I'd be interested in joining the effort > :-). The Apache project for this is Allura: https://allura.apache.org/ Mark

Re: [ANNOUNCE] Apache Subversion 1.14.3 released

2024-01-16 Thread Mark Phippard
different OS as well as the Python bindings it included for ViewVC. I do not think the version of SVN is really that critical to upgrade as most improvements happen on the client, but given that the versions of Apache httpd and OpenSSL are likely ancient and full of CVE's you should probably try to move to something else. Mark

Re: How do I propose changes to Subversion repos?

2023-12-07 Thread Mark Phippard
I would also ask the project you are contributing to how they like to receive contributions. Maybe they have it documented. If they receive patches via mailing list like Apache projects do, then maybe you can see that list for examples of other contributions and what they look like. The Subversion project had a commit message style the committers care about so I always would review recent contributions as a reminder ... of course you can also see those by running svn log to get a sense of what commit message style is in the project. Mark

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
/subversion/trunk/CHANGES Mark On Fri, Dec 1, 2023 at 12:55 AM Nathan Hartman wrote: > > On Thu, Nov 30, 2023 at 6:43 PM Bo Berglund wrote: > > > > When I installed subversion on a Raspberry Pi4B and checked the installed > > version afterwards it printed this: > &g

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

2023-11-06 Thread Mark Phippard
tes a checksum of the file and compares that against what it thinks it should be. If they are different it says the file is modified. So something has changed. If you are confident nothing should have changed, just run svn revert and let SVN put back the version it thinks you should have. Mark

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

2023-11-01 Thread Mark Phippard
g security vulnerabilities to your machine in the long term. Mark On Wed, Nov 1, 2023 at 12:20 PM JITHIN K wrote: > > > > On Wed, Nov 1, 2023 at 9:44 PM Stanimir Stamenkov via users > wrote: >> >> Wed, 1 Nov 2023 20:36:17 +0530, /JITHIN K/: >> >> > The Subvers

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
der releases of Ubuntu. I would add that I do not believe there are compelling reasons to upgrade from 1.13 to 1.14 if your distro hasn't. I would recommend sticking with what your distro is providing unless there is some highly compelling reason to install your own package. This is especially true on a server. If you really have a need for 1.14, I would upgrade your entire distro to a version that provides it. Mark

Re: Adjust revision in new repository

2023-09-04 Thread Mark Phippard
tory. If anything, having a single revision with a lot of changes in it hurts performance of some commands. For example svn log -v is really harmed by having a single revision with a lot of changed paths. Mark

RE: Problem storing passwords when using subversion

2023-09-01 Thread Mark Wood-Patrick via users
Where can I find the correct version of the docs for subversion 1.14.1 Mark From: Daniel Sahlberg Sent: Friday, September 1, 2023 5:54 AM To: Mark Wood-Patrick Cc: users@subversion.apache.org Subject: Re: Problem storing passwords when using subversion Importance: High External email: Use

RE: Problem storing passwords when using subversion

2023-09-01 Thread Mark Wood-Patrick via users
Many thanks for the response much appreciated, after fixing an issue with gpg its working now Regards Mark From: Daniel Sahlberg Sent: Friday, September 1, 2023 5:54 AM To: Mark Wood-Patrick Cc: users@subversion.apache.org Subject: Re: Problem storing passwords when using subversion

Problem storing passwords when using subversion

2023-09-01 Thread Mark Wood-Patrick via users
I'm using subversion 1.14.1 on CentOS release 6.8 and trying to get subversion to store my credentials. Viewing ~/.subversion/servers it seems like passwords should be stored by default. In  ~/.subversion/config I have: password-stores = gpg-agent,gnome-keyring,kwallet However, when

Re: filename encodings and conversion failure

2022-12-30 Thread Mark Phippard
ting SVN to run on OS/400 this feature was a godsend. We would not have wanted EBCDIC bytes stored in the repository and it would have made it impossible to interoperate with any other platform. Not that this port was ever significant to the community, but we were glad it worked this way. To each his own I guess. Mark

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

2022-09-23 Thread Mark Phippard
at were meant for that like an object storage platform like S3 or minio or a package manager like Maven, Nuget etc. A big negative of Subversion repositories is you cannot ever delete anything. Do you really need to keep all these binaries forever? Mark

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
). I > would assume Apache Subversion is using OS defaults when it comes to trying > IPv4 or IPv6 first if a certain server has both addresses. When it comes to > SVNKit I can't guess how Java handles IPv4 och IPv6 connections. > 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 Mark

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

2022-05-18 Thread Mark Phippard
dependencies those scripts rely on that needs to be installed on the server. Mark

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 lower

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

2022-03-31 Thread Mark Phippard
w-data and group : root I would use www-data. No point in using root if you do not need to. That said, I think you could also use root. What you should not do is use root to restore the repository. If you do, then all of the repository files will be owned by root and unreadable by your server until you run chown. Mark

Re: unable to write 'random state'

2022-03-09 Thread Mark Phippard
ly asking an OpenSSL question. A search for that message yields this: https://stackoverflow.com/questions/34156938/openssl-hangs-during-pkcs12-export-with-loading-screen-into-random-state Mark

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
n the WC? It is a hard problem to solve. Mark

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_sv

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

2022-02-18 Thread Mark Phippard
estination" header and it needs to be rewritten by the proxy to change the https to http. Here is one example: https://stackoverflow.com/questions/2479346/502-bad-gateway-with-nginx-apache-subversion-ssl-svn-copy The answer will depend on the Proxy being used. Mark

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 featu

Re: Ignore specified subfolders of version folder

2022-01-06 Thread Mark Phippard
~/config folder with a value of "backup". See: https://svnbook.red-bean.com/nightly/en/svn.advanced.props.special.ignore.html Mark

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
f the benefits simply by upgrading. You do not need to dump/load. As noted, you ought to try to move to the 1.14.x release if at all possible. Mark

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

2022-01-03 Thread Mark Phippard
20211215 The files you listed come from a 3rd party distribution of SVN called SVN Edge. Their statement is here: https://ctf.open.collab.net/sf/wiki/do/viewPage/projects.svnedge/wiki/Log4Shell Mark

Re: Does reintegration merge the logs?

2021-12-17 Thread Mark Phippard
the 'resolve-incoming-add' branch: Make a FAILing test PASS again. * subversion/tests/libsvn_client/conflicts-test.c (test_merge_incoming_added_dir_merge2): Account for the nested 'add vs add' tree conflict on the new file, and for the change in property conflict behaviour (to be investigated later). Mark

Re: Is Subversion affected by Log4Shell?

2021-12-15 Thread Mark Phippard
You should really contact VisualSVN, but I will save you the trouble since they recently posted this here: https://www.visualsvn.com/company/news/visualsvn-products-are-not-affected-by-CVE-2021-44228 The tldr; is No you are not vulnerable and do not need to do anything. Mark

Re: Compression Question

2021-12-14 Thread Mark Phippard
are storing this on ZFS with compression enabled then the entire file is just compressed. Mark

Re: Security issue Log4j

2021-12-14 Thread Mark Phippard
ght be one example but there are likely others. You would need to contact the place you got this from for updates. All that said ... my understanding is that log4j 1.x does not have this problem that is going around. Mark

Re: Compression Question

2021-12-14 Thread Mark Phippard
you) if Subversion provided zstd compression since it is being done at the file system layer. Mark

Re: Compression Question

2021-12-14 Thread Mark McKeown
There is a set of benchmarks comparing the algorithms (lz4, zstd, zlib etc) and the tradeoffs here: http://facebook.github.io/zstd/ cheers Mark On Mon, Dec 13, 2021 at 10:14 PM Nathan Hartman wrote: > On Mon, Dec 13, 2021 at 2:31 PM Luke Mauldin > wrote: > > > >

Re: CollabNet Subversion devel packages

2021-12-14 Thread Mark Phippard
ing a checkout can look a bit like a DoS attack in terms of sending a lot of GET requests in a short timespan. You could also stick a proxy in front of your server and do the rate limiting there. That could be a good way to trial this out too. As you could just point a specific client at the proxy to make sure svn operations all work OK. Mark

Re: CVE-2021-44228 log4j vulnerability

2021-12-12 Thread Mark Phippard
t to look for any web apps you might be using with your Subversion server such as a repository browser or other tool that is written in Java. But a vanilla Subversion server (or client) should be fine. Mark

Re: ASF Subversion version

2021-12-10 Thread Mark Phippard
? ASF Infra uses the package provided by the Linux distro they are using rather than building and maintaining their own package. Mark

Re: Full text search

2021-11-29 Thread Mark Phippard
tool like OpenGrok or Hound: https://github.com/oracle/opengrok/wiki/How-to-setup-OpenGrok https://github.com/hound-search/hound Mark

Re: Full text search

2021-11-29 Thread Mark Phippard
d-bean.com/nightly/en/svn.ref.svn.html#svn.ref.svn.sw.search https://subversion.apache.org/docs/release-notes/1.8.html#svn-log-search Mark

Re: A project I've been working on

2021-11-15 Thread Mark Phippard
king copy .svn folder. There was a patch sent to the mailing list several weeks ago to make this optional. It would be a great feature for people that work primarily with large binary files. Mark

Re: Current project status

2021-10-29 Thread Mark Phippard
adopt in the folder structure. SVN's extreme flexibility has also made it difficult to develop some of the features we wanted like merge tracking because it became an endless slog of dealing with weird edge cases. Mark

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
so that a user was not forced to checkout unwanted files. Aside from the rename handling, I think Git is better because of the code review workflows it can provide better than SVN. Mark

Re: Current project status

2021-10-28 Thread Mark Phippard
want to use a GUI client like TortoiseSVN. I have not followed that recently but it is usually pretty active and there is always room to make significant improvements in GUI clients that do not require any changes in the core SVN API as most of them are just about optimizing workflows. Mark

Re: Subversion 1.14.1 mod_dav_svn SVN-ACTION=update

2021-10-26 Thread Mark Phippard
es prefer" directive to your Apache conf. See: https://subversion.apache.org/docs/release-notes/1.8.html#serf-skelta-default Mark

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
d so they need to provide an older version. I would be OK with an exception like this but I would prefer to have the packagers raise it to us. Mark

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

2021-10-07 Thread Mark Phippard
process. It has been a documented limitation since SVN 1.7 release notes: https://subversion.apache.org/docs/release-notes/1.7#httpd-2.4-support Mark

Re: SVN: PCSWMM Use

2021-10-06 Thread Mark Phippard
s opposed to the TortoiseSVN GUI, but that is the best way to learn. TSVN can install the command line client as part of its installer. If you are on MacOS os Linux, then just install the command line client and try that ... again using a local repository and file:// protocol. Mark

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
eption we made and that was after they added the command line binaries as part of their installer. But AFAIK, clients like Cornerstone and Versions are GUI clients. Other clients with a long and close relationship with SVN such as Subclipse and AnkhSVN have never been listed on this page for that reason. Thanks Mark

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

2021-10-04 Thread Mark Phippard
ack to SVN from the OS. So Google "Too many levels of symbolic links" if you have not already and you may find some ideas. Mark

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
helped to get the package fully working on the new Apple Silicon. Mark

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
guide: > https://techcommunity.microsoft.com/t5/iis-support-blog/setup-iis-with-url-rewrite-as-a-reverse-proxy-for-real-world/ba-p/846222, > rewriting incoming request to http://127.0.0.1:81/{R:1} > > Now IIS is doing SSL offloading and forwarding the (unencrypted) traffic > internally to VisualSVN Server. > > I've so far just made some minor tests, will migrate our production > repositories and do more detailed testing in the next few days. Try the svn copy command and see if that works. It usually will not until/unless the HTTP "Destination" header is rewritten. You can do this on the Apache side if IIS cannot do it. Mark

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 Wiresha

Re: repository mirroring

2021-06-17 Thread Mark Phippard
ail for the same reason. My guess is that since this is such a large transaction a timeout is happening somewhere between the svnsync (client) and your server. I realize that does not help a lot but it does mean you might be able to tune your server or client and get it to work and sync this revision. Mark >

Re: Getting error E205009 upon doing SVN copy using URL

2021-06-09 Thread Mark Phippard
ere is nothing obvious in your example where it seems like your shell would do something unexpected. Mark

Change to SQLite version in Homebrew svn package

2021-05-21 Thread Mark Phippard
slightly older version included in MacOS. The PR can always be reverted if there turns out to be an issue. Thanks Mark

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 log

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

2021-05-21 Thread Mark Phippard
ld lead to some solutions. From what you have provided so far though, it sounds like the solutions would be in Apache httpd fixes more than it would be Subversion. Mark

Re: Need help in Subversion migration

2021-05-17 Thread Mark Phippard
advise on this please > > > Also let us know we can do rsync for this? > > Thanks & Regards, > Jackson J You do not have to do anything. Just point the new server at the existing repositories or move them to new location. You can use rsync, tar or whatever method you prefer. Mark

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
R, so not sure how that front > will develop. Thanks for updating back, and good to know Eclipse is making its way towards supporting Apple Silicon. If I get some time, I will take a look at the Homebrew formula and submit a PR if I get anywhere with it. Mark

Re: Enforce encryption client-side

2021-05-06 Thread Mark Phippard
amiliar with the SASL options in the client config, but this is an example from the documentation: --config-option servers:global:http-library=serf So any value from the servers or config file can be passed on the command line. Hope this helps Mark

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

2021-05-04 Thread Mark Phippard
JVM. This means that the JVM can only load native libraries that are the same architecture. So you actually need Subversion and the JavaHL library compiled for Intel processors. I have held off on installing Eclipse on my Mac until it supports Apple Silicon. Mark

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

2021-04-30 Thread Mark Phippard
homebrew-core/blob/HEAD/Formula/subversion.rb#L24 I wonder if this could be improved now because AFAIK, they are supporting OpenJDK on Apple Silicon in Homebrew now. So it seems like they could add the Java bindings back to the Subversion formula. Mark

RE: Migrate from StarTeam to Subversion

2021-02-01 Thread Mark Rutz
Nathan, Thank you for the very detailed response. I will look into these. Much appreciated! Mark Rutz<mailto:mark.r...@comtechmobile.com> From: Nathan Hartman Sent: Monday, February 1, 2021 3:58 PM To: Mark Rutz Cc: users@subversion.apache.org Subject: Re: Migrate from StarT

Migrate from StarTeam to Subversion

2021-02-01 Thread Mark Rutz
strategies and tools. Mark Rutz<mailto:mark.r...@comtechmobile.com> Test Engineering Manager Comtech Mobile Datacom Corporation<http://www.comtechmobile.com/> (240) 686-3362 (w) (202) 843-4678 (c) NOTICE TO RECIPIENT: This email, including attachments, may contain information which i

Re: Can I authenticate to Subversion using ssh?

2021-01-19 Thread Mark Phippard
nkins there is probably more than one way to do this, but here is one I have used: https://plugins.jenkins.io/credentials-binding/ Mark

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
issued in the top dir > propagate into the support dir and update these files too? > Yes, if you use the svn:externals feature to do this: http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html Mark

unsubscribe

2020-04-25 Thread Eramo, Mark
unsubscribe Mark Eramo Manager, Salesforce Administration, HBS IT Travis 307 Harvard Business School Soldiers Field Boston, MA 02163 phone: 617.495.2421 email: mer...@hbs.edu<mailto:mer...@hbs.edu> https://www.hbs.edu/it twitter.com/HarvardHBS

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
ver worked this way. The svn:ignore property only ignores new unversioned files from being added. Perhaps you were using a GUI client in the past that offered a feature like you describe? I doubt it would have piggy-backed off the svn:ignore property though. More likely the GUI would have added its own property. Mark

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
shown any examples of where or how you are limited. It has to be some other product like an IDE or something. Mark

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 Di

Re: Trying to build svn 1.12.2 from tarball

2019-09-04 Thread Mark Phippard
That had to be a typo. 1.3.9 is the latest Serf release and the one whose release notes mention 1.1.1. Mark On Wed, Sep 4, 2019 at 9:03 AM swdev wrote: > Just downloaded serf-1.3.2 (by editing get-deps.sh). > Trying to build serf give the same error as per my original post. > I thi

  1   2   3   4   5   6   7   8   9   10   >