making repositories
From: <kbrannen_at_gte.net>
Date: 2002-10-14 18:55:26 CEST
OK, I've joined the list. I can see that I'll be here awhile... :-)
I'm working my way thru the HTML handbook (nice job so far BTW), and I'm in
--->>>
$ svnadmin create myrepos
Let's assume you have a directory someproject which contains files that you
someproject/foo
Once the repository exists, you can initially import your data into it, using
$ svn import file:///absolute/path/to/myrepos someproject myproj
The example above creates a new directory myproj in the root of the
Q1. That import command seems to want the equivalent of a $CVSROOT sort of
[OK, found the answer way down in the "Repository Admin" section. But I'm
$ svnadmin create myrepos
That created a repository directory and files in the current directory,
Q2. While I suppose its dependent on how one works, generally speaking, isn't
Sorry for the "newbie" questions, I'll try to keep them minimized. :-)
Thanks,
---------------------------------------------------------------------
|
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.