-
2 Jan 2013 4:10 PM #1
How to control the source code?
How to control the source code?
I have a emergency question, if there are several developers how to control the source code?
Does it support for many developers at the same time?
-
2 Jan 2013 7:57 PM #2
devs perform multiple check-outs from source control, check-in, merge, commit. no different than any other environment. The one thorn is how the current build of architect doesn't monitor file changes to alert you when others make changes to the file your working on. Future builds will no doubt improve the experience.
In a nutshell, you can certainly use architect in a multi-dev source controlled environment today, not perfect but workable. sencha team can speak to future plans.
Hope that helps,
John
-
3 Jan 2013 2:24 PM #3
Thanks for your post, John. Do you have experience working in teams with SA2?
Documentation tells you to export project to .XDA file, share it, import it on the other dev machine, save it as local project, then re-export it to .XDA... This seems to bring lots of overhead to development. I wonder if there is a more efficient way...
-
3 Jan 2013 2:31 PM #4
-
3 Jan 2013 4:52 PM #5
Collaboration Best Practices article tells you to add all files to source control system(except for .architect).
It seems like you don't need the export to/import .XDA approach for collaboration with source control management. Am I right?
-
4 Jan 2013 10:16 AM #6


Reply With Quote