Hi, I have a requirement to store DotNetNuke modules in svn. Modules in DNN are developed from within DNN itself (which is a Visual Studio Web Site project), and are stored in two separate folder trees (App_Code\<myBusinessLayer> and DesktopModules\<myModuleUI>).
I obviously don't want to commit the entire Website to svn. I just want to control the two trees with their roots at <myBusinessLayer> and <myModuleUI>. Is the best way to do it to treat these as two separate sets, such that I might commit the <myBusinessLayer> tree to <myRepos>/<myProject>/trunk/<myBusinessLayer>, and commit the <myModuleUI> tree to <myRepos>/<myProject>/trunk/<myModuleUI>? If I did that, presumably I'd have to commit each project separately from within VS2008? Would that work, and is it the best solution to the problem? Thanks, Peter
<<inline: winmail.dat>>