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

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.
> Why can't I import my test directory? Shouldn't svn be creating the db file
> if this is the first time?

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
step should have been mentioned? :-)

---------------------------------------------------------------------
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:44 2006

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.