Re: How does import work?
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-10-16 21:55:33 CEST
"Tony Parent" <tparent@amcc.com> writes:
> I did create the directory /scratch/tparent/svn/repository so it is there.
You need to create the repository explicitly:
% svnadmin create /repos/path
Then you can import something into it, either locally, or over dav:
% svn import file:///repos/path /some/local/dir
% svn import http://foo.com/repos/path /some/local/dir
Can you send us a documentation patch? Tell us where this critical
---------------------------------------------------------------------
|
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.