[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: moved repository

From: Marriott, Arthur <Arthur.Marriott_at_uc4.com>
Date: Thu, 26 Jul 2012 18:39:04 +0200

Thanks, Nico....that indeed turn out to be one of our problems.

The other was that the repository used a custom pre-commit hook script that was originally written for the Korn shell, which wasn't installed on the new server.

Thanks again for the help!

-----Original Message-----
From: Nico Kadel-Garcia [mailto:nkadel_at_gmail.com]
Sent: Thursday, July 26, 2012 3:49 AM
To: Marriott, Arthur
Cc: Talkov, Roger; users_at_subversion.apache.org
Subject: Re: moved repository

On Wed, Jul 25, 2012 at 12:30 PM, Marriott, Arthur <Arthur.Marriott_at_uc4.com> wrote:
> Actually, since the incumbent platform was already doing nightly backups using "svnadmin dump", we created fresh repositories on the new machine and incorporated the data using "svnadmin load". Admittedly there may have been a problem there--on several of the larger repositories, it was necessary to use the "--bypass-prop-validation" argument. However, on our first "trial run" with this several months ago, the result seemed to work fine.

Then you didn't get the same file permissions and didn't import any modified pre-commit, post-commit, or other such scripts. I suspect the file permissions, especially if you did the "svnadmin load" as a root user and didn't set "apache" write permissions for the repository itself. Do some "ls --al" checks of the permissions on your old repo, and review the Apache configurations or svnserve or svn+ssh settings, however you provide access.

This email (including any attachments) may contain information which is privileged, confidential, or protected. If you are not the intended recipient, note that any disclosure, copying, distribution, or use of the contents of this message and attached files is prohibited. If you have received this email in error, please notify the sender and delete this email and any attached files.
Received on 2012-07-26 18:39:41 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.