You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Zing <zi...@fastmail.fm> on 2007/08/16 15:30:16 UTC

More on Empty response for "svn info" command

This problem seems to have come up before, but unable to reproduce by
others:

http://subversion.tigris.org/servlets/ReadMsg?list=users&msgNo=64506

I got it when I was querying the samba repo and it returns nothing:

$ svn info svn://svnanon.samba.org/samba
$ echo $?
0

However, querying a subdirectory works to my surprise:

$ 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: 24494
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)


$ svn --version
svn, version 1.4.3 (r23084)
   compiled Mar 23 2007, 09:29:55

Do other people see this and can someone explain this?

It seems like it might have something to do version mismatches possibly?
A bug?

thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: More on Empty response for "svn info" command

Posted by Rainer Sokoll <R....@intershop.de>.
On Thu, Aug 16, 2007 at 11:30:16AM -0400, Zing wrote:

> $ svn info svn://svnanon.samba.org/samba
> $ echo $?
> 0
> 
> However, querying a subdirectory works to my surprise:
> 
> $ svn info svn://svnanon.samba.org/samba/trunk
> Path: trunk

> Do other people see this and can someone explain this?

Same here with both 1.4.4 and 1.5.0-r26119.

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org