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

Problem checking out code from a subversion repository

From: Art Haas <ahaas_at_airmail.net>
Date: 2003-02-24 20:18:33 CET

Hi.

I'm trying to provide Subversion access to a copy of my repository
for PythonCAD. The repository is on a remote machine, so I don't
have physical access to the machine. The host of the PythonCAD site
(http://www.pythoncad.org) has set up Apache and Subversion, and
things work for doing 'svn ls' ...

$ svn ls http://subversion.pythoncad.org:9000/svn/pythoncad/trunk
COPYING
Generic/
INSTALL
Interface/
MANIFEST.in
NEWS
README
Tests/
gtkpycad.py
setup.py
www/

Everything looks good, but then trying to do checkout the trunk gives
this ...

$ svn co http://subversion.pythoncad.org:9000/svn/pythoncad/trunk pythoncad
A pythoncad/MANIFEST.in
svn: Filesystem has no such representation
svn: could not checkout a file
svn:
svn_fs__bdb_read_rep: no such representation `16g'
$

A search about the representations turned up e-mails regarding commits,
so I'm puzzled. Anyone have suggestions for things to look for? The
remote site is running subversion 0.17.1, and I'm running 0.18 (plus a
few revisions) locally. The local repo is rsync'ed over to the remote
site periodically.

Thanks in advance.

Art Haas

-- 
They that can give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety.
 -- Benjamin Franklin, Historical Review of Pennsylvania, 1759
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 24 20:19:18 2003

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.