Re: repository question
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-11-26 22:05:40 CET
Jack Huang <HuangJ@masirv.com> writes:
> - How do I create a repository? Do I do like CVS, where I export a
Sorry, you're the Nth person to ask this question. I can't believe
ADDENDUM 1: Setting up the Repository Itself
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
---------------------------------------------------------------------
|
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.