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

Re: Auto-create repository?

From: Gustavo Niemeyer <niemeyer_at_conectiva.com>
Date: 2002-10-16 23:35:07 CEST

> But there's not way to "auto-create" a new repository. I still have to go
> to the server and do "svnadmin create foo" to make a new, separate "foo"
> project repository.

There's no way to auto-create a remote repository in CVS either. You must
provide users with user/password pairs, and that's what's going to be
used for creating the repository. Of course, if they already got a
password, they can create a new "repository" (a sub project, indeed),
under an already existing cvsroot (a repository).

You can do that with subversion as well. Just locate all "sub projects"
inside the same repository. If you want to limit access in just created
"sub projects" to that user who created it, you can easly do that with
hook tricks.

-- 
Gustavo Niemeyer
[ 2AAC 7928 0FBF 0299 5EB5  60E2 2253 B29A 6664 3A0C ]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 16 23:35:47 2002

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.