The specified activity does not exist, again.
From: Nicholas Riley <njriley_at_uiuc.edu>
Date: 2002-07-23 11:31:08 CEST
Hi again,
I'm having problems doing anything over HTTP to a Subversion server
<http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgId=171612>
For example, with a completely virgin repository that I created with:
cd /var/svn; rm -rf test; svnadmin create test; chmod -R go+rX test;
if I try a very small sample import, it works fine from the server:
[p1:5009] ~/src%mkdir test; touch test/testfile; svn import file:///var/svn/test test test -m "Initial import"
But if I try that from a remote host:
[p8:5020] ~/src%svn import http://svn.sabi.net/test testfile -m "import"
svn_error: #21110 : <Activity not found>
The specified activity does not exist.
It definitely seems to authenticate me properly; if I don't type the
[access_log]
[error_log]
Environment (as per BUGS file): Mac OS X 10.1.5 on client and server;
I saved a packet trace of an (unauthenticated) attempt to do the above
<http://svn.sabi.net/doesnotexist>
in case it's useful.
-- =Nicholas Riley <njriley_at_uiuc.edu> | <http://www.uiuc.edu/ph/www/njriley> Pablo Research Group, Department of Computer Science and Medical Scholars Program, University of Illinois at Urbana-Champaign --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Jul 23 11:31:37 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.