Question

I have created a multi module maven project. Now I have shared the project with a internal SVN repository.

Now I want to give authorization to user based on the module user is owner of. So if a user does not have right to a project; he/she will not be able to checkout the project form svn repository. But he/she will get a source release(sources.jar file) form maven repository for that project; if wanted.

What should i do go get this done?

My svn reposiroty is created by TortoiseSVN 1.6.6.

Was it helpful?

Solution

Have a look on the documentation at Authentication | TortoiseSVN

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top