When you query older servers for info, the root of the repository returns
an empty response. Querying subdirectories though, seems to work ok.
I have two ways to reproduce. The easy and first way is the samba repo:
$ svn --version
svn, version 1.4.3 (r23084)
compiled Mar 23 2007, 09:29:55
Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).
The following repository access (RA) modules are available:
* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
- handles 'http' scheme
- handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network
protocol.
- handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
- handles 'file' scheme
$ svn info svn://svnanon.samba.org/samba
$ echo $?
0
$ svn info svn://svnanon.samba.org/samba/trunk
Path: trunk
URL: svn://svnanon.samba.org/samba/trunk
Repository Root: svn://svnanon.samba.org/samba
Repository UUID: 0c0555d6-39d7-0310-84fc-f1cc0bd64818
Revision: 24525
Node Kind: directory
Last Changed Author: jerry
Last Changed Rev: 17040
Last Changed Date: 2006-07-14 18:07:19 -0400 (Fri, 14 Jul 2006)
The second way, I setup a test repo with 1.1.4 on a older machine i had
and queried that through svn+ssh:
====== from serverold =======
$ svnadmin --version
svnadmin, version 1.1.4 (r13838)
compiled Apr 12 2005, 16:01:59
Copyright (C) 2000-2004 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).
=============================
$ svn info svn+ssh://serverold/home/zing/trash/testrepo
$ echo $?
0
$ svn info svn+ssh://serverold/home/zing/trash/testrepo/blah
Path: blah
URL: svn+ssh://serverold/home/zing/trash/testrepo/blah
Repository Root: svn+ssh://serverold/home/zing/trash/testrepo
Repository UUID: af80706b-e537-0410-8256-8d003478f07b
Revision: 1
Node Kind: directory
Last Changed Author: zing
Last Changed Rev: 1
Last Changed Date: 2007-08-17 10:04:59 -0400 (Fri, 17 Aug 2007)
See also:
http://subversion.tigris.org/servlets/ReadMsg?listName=users&msgNo=64506
http://subversion.tigris.org/servlets/ReadMsg?listName=users&msgNo=69143
thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 17 16:53:56 2007