On Mon, Dec 1, 2008 at 08:30, Joseph, Ray <Ray.Joseph_at_cdicorp.com> wrote:
> I would like to setup a directory structure for multiple, unrelated
> projects. Each project has unrelated components (i.e. they do not need
> relationships versioned). This results in a directory structure where the
> versioned files/folders will be the leaves of a tree. I am unsure of the
> difference between "svn mkdir" and "svnadmin create".
Please, please read the manual. It should become very obvious from that.
svn mkdir creates a directory within an existing repository. svnadmin
create creates a new, empty repository.
> It seems that the 'root' of each leaf needs to be a repo created with
> svnadmin and any underlying directories could be built with "svn mkdir". Is
> this a reasonable method to achieve the desired structure? Are there some
> ramifications I should consider?
If you want each "leaf" to be an independent repository, yes. But
there's no Subversion limitation preventing you from putting all your
projects into a single repository.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-12-01 16:03:10 CET