Is it possible to copy the sasl (which contains username + pw) database from one repository to another?

The reason Im asking that is the following: Everytime you create a new project in SVN it opens up a repository for it. So be it.

Unfortunately it does not copy the existing users of another (selectable) already existing project into the new one. (Im talking of the sasl database).

link|improve this question

feedback

1 Answer

You are using svnserve?

I'd suggest using Apache for serving the repository. That way you get all the flexibility that Apache provides for restricting repository access.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.