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

Re: svnadmin hotcopy error Expected FS format '2'; found format '3' only when run as a cron job

From: Ryan Schmidt <subversion-2009b_at_ryandesign.com>
Date: Wed, 3 Jun 2009 21:53:22 -0500

On Jun 3, 2009, at 20:36, Todd Smith wrote:

> I'm getting an the error message:
>
> Expected FS format '2'; found format '3'
>
> when I use the svnadmin hotcopy command but ONLY when it is run a cron
> job (as root).
> If I do an svnadmin hotcopy in a root shell I get no such error.
>
> Here is the dump of my svn and svnadmin versions:
>
> $ svn --version
> svn, version 1.5.6 (r36142)
[snip]
> $ svnadmin --version
> svnadmin, version 1.5.6 (r36142)
[snip]

Your svnadmin 1.5.6 is in a nonstandard location (a location that is
not in the PATH when cron runs), but an older version of svnadmin is
installed in a standard location and that is the copy that cron is
running.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2359267

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-04 04:54:52 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.