Re: Simple Question: How do you create a Repository?
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-11-20 03:05:40 CET
"Scott Tavares" <stavares@home.com> writes:
> Can't fcind the answer to this question in any of the Docs. Could
It's near the bottom of notes/dav_setup.txt:
[ If the repository you defined in step 8 doesn't already exist, you
% svnadmin create /absolute/path/to/repository
This creates an empty repository. Then you can import something into
% svn import file:///absolute/path/to/repository /some/local/dir
The above examples import the contents of /some/local/dir right into
Even though INSTALL points to this file, there's no reason to believe
---------------------------------------------------------------------
|
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.