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

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

From: Johan Lindh <johan_at_linkdata.se>
Date: 2002-12-22 15:33:49 CET

OpenBSD 3.2-RELEASE

[joli@solid ~] svn --version
svn, version 0.16.0 (dev build)
   compiled Dec 22 2002, 02:29:40
 
Copyright (C) 2000-2002 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
 
The following repository access (RA) modules are available:
 
* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' schema
  - handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' schema

[joli_at_solid ~] svn co file:///home/svn/linkdata/mw2 wc
A wc/memwatch.lsm
A wc/gpl.txt
A wc/test.c
A wc/USING
A wc/memwatch.c
A wc/FAQ
A wc/memwatch.h
A wc/README
A wc/Makefile
Checked out revision 1.

[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'

Ok, I'm a total newbie to svn, so likely am I missing something. But what?
The svn is revision 4113. Latest apr and apr-util (cvs snapshots as of 2002-12-21).
httpd-2.0.43.

/Johan

---------------------------------------------------------------------
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:35:44 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.