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

2022-02-19 Thread William Muriithi
RewriteRule "^/$" https://example.sharepoint.com/IT/SitePages/Repositories.aspx [L,R=301] Regards, William On Fri, 18 Feb 2022 at 18:11, Mark Phippard wrote: > > On Fri, Feb 18, 2022 at 5:52 PM William Muriithi > wrote: > > > > Hello, > > > > I have t

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

2022-02-18 Thread William Muriithi
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 "svn mv" command. Below is a series of commands on how to trigger the error.

Re: looking for svn consultant to help solve setup/config problem

2020-12-04 Thread William Muriithi
Hi Joe, Other things you should look into: - Do you have svn triggers that could be taking too long to execute? - Is your authentication setup sufficient/quick? - Apache has enough resources or is it swapping? Regards, William On Fri, 4 Dec 2020 at 08:41, Nico Kadel-Garcia wrote: > > On Thu, De

Re: Upgrade of SVN server from RHEL 6 to RHEL 7

2020-03-30 Thread William Muriithi
Hi Dheeraj, I have done the upgrade of SVN server from RHEL 6 to RHEL 7. > I use kerberos authentication for the SVN setup. > RHEL 7 deprecates the kerberos module that was in use in RHEL 6. Please configure Apache to use mod_auth_gssapi instead. Regards, William

Re: Svn client configuration file

2019-09-17 Thread William Muriithi
Hi Brane, > > The location hierarchy is explained in the book here: > > > > http://svnbook.red-bean.com/en/1.7/svn.advanced.confarea.html > > But instead, use a recent client and put auto-props definitions into the > repository instead. > > > Would 1.9.7 clients qualify as a recent client? Regard

Svn client configuration file

2019-09-17 Thread William Muriithi
Hello I want to make sure all the svn clients are using the same auto-props. I am aware this can be set on users home directory but prefer to set it up globally in a host. Do svn clients look for a global file for configuration? Regards, William

Pre-commit hook assistance

2019-08-30 Thread William Muriithi
Morning, I am attempting to write a pre-commit hook that enforces a policy to some group and warns the rest of the team. The hook is in python and it just check that jira ticket exist on the commit log. The problem I am facing is I am not able to both warn and error for some reason. If I exit, th

Re: SVN authentication is not working please help to implement this

2019-07-03 Thread William Muriithi
Hello You could get a better help if you share your Apache configuration Regards, William On Tue, Jul 2, 2019, 6:14 AM Eichner, Siegfried, < siegfried.eichner@siemens.com> wrote: > Hi Daniel, > > How I can do this disabling anonymous access I can't find? > Thanks and Regards Siegfried > > >

Using wild cards to specify usernames in svn auth file

2018-10-26 Thread William Muriithi
Hello I have an SVN where a user can login through two accounts. For example, will...@example.com and will...@example.org. The access rules however are tailored for one domain I want to prevent users in one domain being able to commit. I however don't want to list them all again. Its there a

Re: Clarification on hot-backup.py usage

2017-10-06 Thread William Muriithi
Hello, Just realized my problem. One don't need to specify a directory for verification. Would still be happy if someone can confirm if verification is done on the source repo or on the resulting hot backup Thanks in advance. Regards, William On 6 October 2017 at 16:08, William Mur

Clarification on hot-backup.py usage

2017-10-06 Thread William Muriithi
Hello, I am looking at using the script below for backup purpose and a bit at a loss at how the script verify the backup. For context, I am referring to the script below and the flag below. http://svn.apache.org/repos/asf/subversion/trunk/tools/backup/hot-backup.py.in --verify Verify

phantom locking issues - 403 Forbidden

2017-03-07 Thread William Muriithi
Hello, I have a locking issue that show up as follows: On the SVN client: Error: Unlock for FileABC.OLB failed (403 Forbidden) Error: If you want to break the lock, use the "Check For Modification" dialog or the repository browser On the SVN server: [Tue Mar 07 16:32:35 2017] [error] [client 19

Issue with mod_dav_svn while using KrbLocalUserMapping

2017-03-07 Thread William Muriithi
Hello, I have an SVN server that I want to migrate from LDAP to Kerberos. Below is the relevant version of the packages the system is using: mod_auth_kerb-5.4-14.el6.x86_64 mod_dav_svn-1.9.4-3.x86_64 subversion-1.9.4-3.x86_64 After making the necessary changes to work with kerberos, users were a

Re: svnadmin dump issue - E200015

2016-08-11 Thread William Muriithi
Hi > > [...] svnadmin dump for 1000 commits at a time[...] > [...] > > > * Dumped revision 2062. > > WARNING 0x: Referencing data in revision 1696, which is older than > > the oldest dumped revision (r2001). Loading this dump into an empty > > repository will fail. > > > > * Dumped revision 3

Re: svnadmin dump issue - E200015

2016-08-10 Thread William Muriithi
Nico, >>> I have attemped svnadmin dump, svnadmin hotcopy and svnrdump. I am >>> getting the error before from all these utilities > > Break it up. Use svnadmin dump for 1000 commits at a time, to help > isolte if it's a specific commit that is killing you or if perhaps you > are running out of

Re: svnadmin dump issue - E200015

2016-08-10 Thread William Muriithi
Johan, >> - Is it safe to use svnadmin dump on the source repository? As in >> does it do it change in the source repo? > > Yes, it's absolutely safe to run on the source repository, it should > not cause anything to change in the source repo. Thanks. What about "svnadmin verify /var/svn/proje

svnadmin dump issue - E200015

2016-08-07 Thread William Muriithi
Hello, I have a repository thats around 113 GB in size. Its on a VM and the performance hasn't been that ideal. So we decided to source a new hardware and set it up on its own dedicated system. The current subversion system is subversion-1.8, and plan to move it to subversion-1.9. I have en s