John Hartman
Member
I have been building OBS with Visual Studio for a couple weeks now (thanks to the detailed instructions), and have made a number of changes for which I would eventually like to submit pull requests.
I am new to git - my version control experience has been with Subversion (and SourceSafe back in the day). As I understand it, I need to create a branch on my copy of the OBS repository for each of my changes, and eventually create pull requests for those branches.
But how do those branches (or their local copies) work with building in Visual Studio?
Do I need to run cmake-gui to generate project files for each branch, and for my local "all my stuff" version? Or is there a simpler/faster method?
I am new to git - my version control experience has been with Subversion (and SourceSafe back in the day). As I understand it, I need to create a branch on my copy of the OBS repository for each of my changes, and eventually create pull requests for those branches.
But how do those branches (or their local copies) work with building in Visual Studio?
Do I need to run cmake-gui to generate project files for each branch, and for my local "all my stuff" version? Or is there a simpler/faster method?