Shaun Deacon <sdeacon@fma.fujitsu.com> writes:
> Using svn as a remote client to checkout the development source
> works fine, although I had to use the IP address and port 81
> explicitly to get it to work :
>
> $ svn co http://216.127.237.133:81/repos/svn/trunk -d svn
Port 81? Wow, what's up with that? I thought we were running the
repository server on port 80... Why did 81 even work for Shaun?
Ben, Greg, Mike, am I missing something here?
> The Problem
> -----------
>
> My problem is importing into a locally created repository. I
> get the following error :
>
> > svn_error: #21085 : <URL is not a versioned resource>
> > svn_ra_local__split_URL: Unable to find valid repository
>
> [...]
>
> The following command produces the problem :
>
> $ svn import file:///home/sdeacon/svn_repository test/data
Just for future reference, strongly recommend that you put the
problematic output immediately after the command that produced it.
That makes the bug report a lot easier to read.
> I'm assuming that I don't require Apache2 installed and running
> to import local data, right ?
That's correct, you shouldn't need Apache2 to import data. Your
command looks fine -- I would have expected it to import a new
top-level directory named `data' into your repository.
I'll try it and see what happens. If anyone else has experienced
this, or knows what the problem is, please make a noise. :-)
Thanks for the report,
-K
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:57 2006