0

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.

vijay.shad
  • 2,444
  • 6
  • 27
  • 33

1 Answers1

0

Have a look on the documentation at Authentication | TortoiseSVN

Space
  • 7,049
  • 6
  • 49
  • 68