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

Re: Issues from a new user

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-12-28 22:31:12 CET

jonatan <jonatan@wineasy.se> writes:
> I see. Good to know the file can be reinstated. The reason I assumed
> it was lost forever was that "svn cat -r1 b" and svn log b" return
> error messages. Is that intended? I was expecting "svn cat -r1 b" to
> return revision 1 of b, and "svn log b" to return all log messages
> associated with b.
>
> svn cat -r1 b
> subversion/clients/cmdline/cat-cmd.c:69: (apr_err=150004)
> svn: Entry has no url
> svn: 'b' has no URL

This ought to work, imho, but it's a strange case. A `b' once existed
in this directory, but no longer does. If you did

   $ svn cat -r1 http://url.to.repository/blah/blah/b

that would definitely work.

Still, folks: wouldn't it be nice if we computed the url and tried it?
(Sigh, so many, many edge cases.)

> svn log b
> subversion/libsvn_ra_dav/util.c:358: (apr_err=160013)
> svn: Filesystem has no item
> svn: REPORT request failed on /path/to/repos
> subversion/libsvn_ra_dav/util.c:152: (apr_err=160013)
> svn:
> file not found: revision `18', path `b'

Similar situation to above, but even more edgy, yeah.

> I've skimmed through the book, enough to get by with using it. I
> started off with your CVS book, but realized that Subversion was the
> way to go :-)

Good :-).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Dec 28 23:13:59 2002

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.