I've tried getfile.py and svnshell.py and both report the same error.
My repository is hosted on FreeBSD built from the 0.29.0 sources.
I'm testing from Windows XP using the binary kits downloaded from
tigris.org.
Did I set something up wrong?
BArry
[X:\subversion\subversion-0.29.0\tools\examples]
> c:\Python23\python.exe svnshell.py http://torment/svn/repos1/Latest
Traceback (most recent call last):
File "svnshell.py", line 304, in ?
main()
File "svnshell.py", line 301, in main
core.run_app(SVNShell, sys.argv[1])
File "C:\Python23\lib\site-packages\svn\core.py", line 33, in run_app
return apply(func, (pool,) + args, kw)
File "svnshell.py", line 36, in __init__
self.fs_ptr = repos.svn_repos_fs(repos.svn_repos_open(path, pool))
RuntimeError: Expected version '2' of repository; found no version at all;
is `http://torment/svn/re
pos1/Latest' a valid repository path?
[X:\subversion\subversion-0.29.0\tools\examples]
> svn ls http://torment/svn/repos1/Latest
Emacs/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 10 01:17:33 2003