Re: svn: E120171: Error running context: An error occurred during SSL communication

2025-06-14 Thread Graham Leggett via users
On 14 Jun 2025, at 16:52, Branko Čibej wrote: > That error comes from Serf; and there's no more descriptive message > available. Looking at the code, this happens when something goes badly wrong > with the network; it can't be the result of something the server sent over > the wire. > > Which

svn: E120171: Error running context: An error occurred during SSL communication

2025-06-14 Thread Graham Leggett via users
Hi all, Is there a way to get a more descriptive error message than "An error occurred"? Regards, Graham --

Re: How do I propose changes to Subversion repos?

2023-12-12 Thread Graham Leggett via users
On 07 Dec 2023, at 14:38, Jason Yundt wrote: > Here’s the questions that I still have: > > • With Git, there’s multiple different ways of sending your changes > upstream (pull requests, git-request-pull and git-send-email). Are there > multiple ways of doing it with Subversion or do you always j

Re: Is there a write opposite to "svn cat"?

2023-11-27 Thread Graham Leggett via users
On 27 Nov 2023, at 07:03, Lorenz via users wrote: > try svnmucc put -- - url This was the secret, it worked thank you! Regards, Graham —

Re: Is there a write opposite to "svn cat"?

2023-11-27 Thread Graham Leggett via users
On 27 Nov 2023, at 06:47, Daniel Sahlberg wrote: > Alas the error message mentions an invalid option, but doesn’t say which > option, or why it is invalid. > > The documentation say: > [[[ > put SRC-FILE URL : add or modify file URL with contents copied from >

Re: Is there a write opposite to "svn cat"?

2023-11-26 Thread Graham Leggett via users
On 25 Nov 2023, at 13:40, Pavel Lyalyakin wrote: > `svnmucc put` perhaps? > https://svnbook.red-bean.com/en/1.8/svn.ref.svnmucc.re.html From reading the manual it looks perfect, but I’m having no luck: [root@seawitch postgres]# cat db.sql | svnmucc put - file:///var/lib/svn/db/db.sql svnmucc:

Is there a write opposite to "svn cat"?

2023-11-25 Thread Graham Leggett via users
Hi all, The “svn cat” command will read a file from a (in my case local file based) repository to stdout. Is there an equivalent to write into a repository from the svn command line? First prize from stdin, second prize from a local file on disk. “svn import” comes close, but cannot be run twi

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

2022-09-23 Thread Graham Leggett via users
On 23 Sep 2022, at 13:42, Mark Phippard wrote: > A big negative of Subversion repositories is you cannot ever delete > anything. Do you really need to keep all these binaries forever? In our regulated world that is an important feature. Once the repos get too big we start new ones. In the meant

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

2022-09-23 Thread Graham Leggett via users
On 22 Sep 2022, at 21:59, Sean McBride wrote: > 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 interested in committing a

Re: svn client - how do I force IPv6?

2022-09-19 Thread Graham Leggett via users
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 > Alas this is the info

Re: svn client - how do I force IPv6?

2022-09-19 Thread Graham Leggett via users
On 19 Sep 2022, at 13:15, Daniel Sahlberg wrote: > SVNKit is a Java implementation of Subversion and doesn't share any code with > Apache Subversion. Even if SVNKit honors the configuration in ~/.subversion, > there are no guarantees that a particular option used by Apache Subversion > works t

svn client - how do I force IPv6?

2022-09-19 Thread 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 SVNKit code that is stubbornly insisting on using IPv4 and failing. The SVNKit docs say it gets its config from the native ~/.subversion directory

SVN + MacOSX WebDAV client - MKCOL returns 409

2015-06-14 Thread Graham Leggett
Hi all, I have an svn repository based on mod_dav_svn v1.7.19 that I am connecting to via the MacOSX Webdav client (10.10.3) and can browse the repo without a problem. Autoversioning is on: SVNParentPath /home/${HOST}/repo/svn SVNListParentPath on SVNAutoversioning on ModMimeUsePathInf