Home
TeamSite
Best Practices for TeamSite Code Management
phenom
Is there a formal recommendation by interwoven on how to manage TeamSite's code? Can TeamSite itself be used as SCM for TeamSite code? Or should a third party SCM tool be used to manage it?
By TeamSite code, I mean the code being written by TeamSite developers.
Find more posts tagged with
Comments
nipper
Depends on the type of code. A lot of people use TS to manage TS code, esp perl, xml, javascript, and other config files. Java, not so much because of the need to build jars.
Bhargav Coca
If the coding developers follow a organized framework and put all the code on TeamSite in a special Branch, one can always segregate the codes as per area of reference i.e custom, httpd/iw etc and then use OD to Deploy it to the right folder under iw-home so that the script can be use.
This will facilitate easy versioning too.
phenom
Thank you.