cat works with fully qualified URLs but not with relative paths
From: Fraser Campbell <fraser_at_wehave.net>
Date: 2003-07-22 18:14:37 CEST
Hi,
I'm not sure if this is a bug or just something I'm doing wrong. I have
I checked out a copy of a subdirectory only with this command:
svn checkout http://myserver/svn/subdir/
I have proceeded to check in a fair number of items into this subdirectory
svn delete testfile
That worked fine. Now here is where I'm getting puzzled. Trying to recover
svn cat --revision 11 test
Subversion gives these error messages:
svn: Entry has no url
The command was issued within the appropriate directory of my working copy.
This command works:
svn cat --revision 11 http://myserver/svn/subdir/test
Since relative paths are accepted by svn when doing an add or delete I would
I'm using subversion 0.25 on the server side and svn 0.24.2 on the client,
Thanks!
-- Fraser Campbell <fraser_at_wehave.net> http://www.wehave.net/ Halton Hills, Ontario, Canada Debian GNU/Linux --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Tue Jul 22 18:15:35 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.