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

Re: Can't get svnadmin working -- but svn works ... what gives?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-12-22 15:38:10 CET

On Sunday, December 22, 2002, at 09:33 AM, Johan Lindh wrote:
> [joli_at_solid ~] svnadmin lstxns file:///home/svn/linkdata
> subversion/libsvn_repos/repos.c:795: (apr_err=165005)
> svn: Unsupported repository version
> svn: Expected version '1' of repository; found no version at all; is
> `file:///home/svn/linkdata' a valid repository path?
> subversion/libsvn_subr/io.c:1735: (apr_err=2)
> svn: No such file or directory
> svn: svn_io_file_open: can't open `file:///home/svn/linkdata/format'

ahh, it's the world's most common svnadmin problem...

svnadmin takes a path, not a url. try 'svnadmin lstxns
/home/svn/linkdata' and see if that works (assuming /home/svn/linkdata
is your repository).

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Dec 22 15:38:50 2002

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

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