Our site is already Live on a server, we just want a better way to develop for it with multiple developers. We would use Courier, but we are going to start developing Control and Model files and I don't believe the current Courier Beta for Umbraco 7 is able to transfer those files. Especially when we need to compile them.
We used Visual Studio to get a fresh get from NuGet for the Umbraco project, then we copied all of our current Umbraco files into our Visual Studio project.
The issue now is what is the best way to use SVN to put our Umbraco project on. It wants us to crreate a .sln file, but this messes up our folder structure.
Anyone have any luck using SVN to manage Umbraco development?
SVN and Umbraco. Best way to set up?
What is the best way to set up SVN and Umbraco?
Our site is already Live on a server, we just want a better way to develop for it with multiple developers. We would use Courier, but we are going to start developing Control and Model files and I don't believe the current Courier Beta for Umbraco 7 is able to transfer those files. Especially when we need to compile them.
We used Visual Studio to get a fresh get from NuGet for the Umbraco project, then we copied all of our current Umbraco files into our Visual Studio project.
The issue now is what is the best way to use SVN to put our Umbraco project on. It wants us to crreate a .sln file, but this messes up our folder structure.
Anyone have any luck using SVN to manage Umbraco development?
Carlos,
The source control solution is not really the issue however folder structure is, I would take a look at folder / project /solution structure in hybrid framework see https://github.com/jbreuer/Hybrid-Framework-Best-Practices/tree/master/development you could model along those lines.
Regards
Ismail
is working on a reply...