We are setting up a sourcecode repository for a Phonegap app (it will be SVN, but I try to be repository independent in my question). The Phonegap app will be build for Android, iPhone and Windows Phone.
In my understanding these application share all the content of the www directory, but have a different native app structure.
So, how should I set up the repository structure? All developers should have the same www directory, but each developer should work with his platform only? How can this be done?
Any help is appreciated. Kind regards, Christian