We are working with 2 persons on the same project in B4A and using TortoiseSVN to manage the code.
Because version 3.2 saves the tabs you have open in the IDE we have problems with TortoiseSVN.
We both work in different parts of the code but because it saves the open tabs to the *.b4a file we have lot of version conflicts when we update/merge the code.
Think it would be better to split the projectfile (*.B4A) the Main Activiaty (main.bas ??) and the file that hold the settings of the open tabs for each developer separate files.
For now we remove all code to a 2th activity and the main opens only the 2th activity or does anyone has a better solution for this?
Because version 3.2 saves the tabs you have open in the IDE we have problems with TortoiseSVN.
We both work in different parts of the code but because it saves the open tabs to the *.b4a file we have lot of version conflicts when we update/merge the code.
Think it would be better to split the projectfile (*.B4A) the Main Activiaty (main.bas ??) and the file that hold the settings of the open tabs for each developer separate files.
For now we remove all code to a 2th activity and the main opens only the 2th activity or does anyone has a better solution for this?