Hi
why would you want to do that? lets say you have the following : A depends on B depends on C and your solution builds A, B , C someone does a modification in A, and it compiles fine, but it is a breaking change for B now if you build A, B, C via the solution, this pops up right away if you split it, it does not so what would the advantage be of splitting ? with kind regards Ruben Willems On Mon, Jun 1, 2009 at 10:49 AM, sam <[email protected]> wrote: > > I want to build project when ever a user commits any change on svn. My > project solution contains many projects as they are using some shared > controls and functions. Now my problem is how can i build only that > project whose user has done a commit. Is it possible to build projects > according to users. > > Kind Regards >
