Hi,
Our application is currently made up of two big entities: C# ASPX files, and RPT report template files.
ASPX files are developed by someone, and the RPT files are developed by someone else.
Both worlds are not in sync. For example, you could have 10 new versions for the RPT templates, while only one is done on a C# file.
Is there a way to separate those two logical streams of development part of the same project in SVN? Should everything be kept in the same repository? Would SVN branches be a good application for this?
The way I'd see it would be to have all directories in the same application as such,
- /ModuleA/Main.aspx
- /ModuleB/Admin.aspx
- /ReportTemplates/Generic.rpt
Any guidance would be appreciated!
Thank you