Question about rights for svn

Posted by diadiora on Stack Overflow See other posts from Stack Overflow or by diadiora
Published on 2009-09-24T12:43:17Z Indexed on 2010/06/15 7:02 UTC
Read the original article Hit count: 298

Filed under:
|
|

I have a web application written in asp.net mvc. I have in MyApp.Web assembly the list of views and and the content files(images, scripts, css, and so on). In MyApp.WebBase I have the rest of fonctionality(Controllers, domain(entities, repositories, services)). Now the question is the following: I want to give to third party html coder access only to MyApp.Web source code in order he to be able to compile the application locally and see the results. By other hand the developer team shoul have access to full source code. The problem is that in order the html coder to be able to compile the application locally he need in his project the references to the MyApp.WebBase.dll Can anyone help me? Thanks.

© Stack Overflow or respective owner

Related posts about svn

Related posts about project-management