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

Should the python examples work in 0.29.0?

From: Barry Scott <nospam_at_barrys-emacs.org>
Date: 2003-09-10 21:39:42 CEST

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 21:40:57 2003

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.