Re: GUI interface to Subversion via web browser?

2024-05-24 Thread Jeffrey Walton
On Fri, May 24, 2024 at 9:10 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*

`svnadmin create` on an existing set of source files

2024-05-21 Thread Jeffrey Walton
Hi Everyone, I have my source files in /var/test-svn. The test-svn directory has *.h and *.c files. I am trying to create a repo from them. As root, I perform the following: # cd /var # svnadmin create --fs-type fsfs test-svn svnadmin: E200011: Repository creation failed svnadmin

Re: Migrate from Git to SVN on Fedora server

2024-05-21 Thread Jeffrey Walton
On Tue, May 21, 2024 at 6:28 PM Nico Kadel-Garcia wrote: > > On Tue, May 21, 2024 at 6:55 AM Jeffrey Walton wrote: > > > > I'd like to migrate some source code from Git to SVN on my Fedora > > server. The rub is, I'd like to use Nginx instead of Apache. >

Migrate from Git to SVN on Fedora server

2024-05-21 Thread Jeffrey Walton
Hi Everyone, I'd like to migrate some source code from Git to SVN on my Fedora server. The rub is, I'd like to use Nginx instead of Apache. I think I can switch the repo from Git to SVN by performing the following at the server: cd /var/test-src find . -name '.git' -exec rm -rf {} \;

Re: SVN does not trust cert

2024-03-25 Thread Jeffrey Walton
On Mon, Mar 25, 2024 at 1:04 PM Stanley Gilliam wrote: > > If I am understanding correctly, we need to add something like: > 1 s:/DC=com/DC=corpnet1/DC=wmservice/CN=GSK Issuing CA 1 > i:/DC=com/DC=corpnet1/DC=wmservice/CN=GSK Root CA > > to which config file? Apologies I did not set up the s

Re: SVN does not trust cert

2024-03-25 Thread Jeffrey Walton
On Mon, Mar 25, 2024 at 12:26 PM Stanley Gilliam wrote: > > Here is the output: > > [I am root!@uptus060-1:private]# echo "$cert" | openssl x509 -inform PEM > -text -noout > unable to load certificate > 139671613519760:error:0906D06C:PEM routines:PEM_read_bio:no start > line:pem_lib.c:707:Expect

Re: SVN does not trust cert

2024-03-25 Thread Jeffrey Walton
On Mon, Mar 25, 2024 at 12:01 PM Daniel Sahlberg wrote: > > Den mån 25 mars 2024 kl 16:34 skrev Stanley Gilliam > : >> >> Hello, >> >> So we use appview to update our certificates and our cert team confirmed >> that the cert was updated correctly. Is there another way to possibly verify >> this

Re: SVN does not trust cert

2024-03-25 Thread Jeffrey Walton
On Mon, Mar 25, 2024 at 11:55 AM Stanley Gilliam wrote: > > I apologize for the miscommunication. Here is the output from the openssl > command: > > [I am root!@uptus060-1:conf.d]# openssl s_client -connect hpc.gsk.com:443 You should use -servername here. It triggers Server Name Indication (SNI)

Re: SVN does not trust cert

2024-03-25 Thread Jeffrey Walton
On Mon, Mar 25, 2024 at 11:34 AM Stanley Gilliam wrote: > > So we use appview to update our certificates and our cert team confirmed that > the cert was updated correctly. Is there another way to possibly verify this. > There may also be something to the second option, I am on a linux RH OS. Is

Re: SVN does not trust cert

2024-03-25 Thread Jeffrey Walton
On Mon, Mar 25, 2024 at 9:54 AM Stanley Gilliam via users wrote: > > I am a system admin for GlaxoSmithKline. We are currently having issues > getting our svn instance to authenticate. This all happened after the cert > was updated. We are currently getting the message : > > svn: E175002: OPTION

Re: Revision too big to dump?

2022-12-27 Thread Jeffrey Walton
On Tue, Dec 27, 2022 at 1:05 PM Ash Rubigo wrote: > > I'm trying to extract projects from a large repository into their own > separate repositories. > > I understand to use `svnadmin dump`, then `svndumpfilter`, and finally > `svnadmin load`. > > Trouble is during `svnadmin dump` one of the revisi

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

2022-09-23 Thread Jeffrey Walton
On Thu, Sep 22, 2022 at 3:59 PM 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 committ

Subversion environmental variables

2022-02-03 Thread Jeffrey Walton
Hi Everyone, I checked the man pages and could not find an answer... What environmental variables does a subversion client use? The problem I am trying to solve is, I am being prompted for a password in a script about 15 times. I want to know which variable to use for a password to avoid the prom

Use Subversion to Manage Git?

2013-05-21 Thread Jeffrey Walton
Hi All, My apologies if this has been asked. A search of the archives doe not show anything recent, and Google is returning a lot of spurious hits. I'd like to use Subversion to manage a Git. Is anyone aware of a plugin that offers the extensions? I was thinking something like: `svn checkout git: