Dear Team,
How to create and manage different versions of a package using SVN? Do you recommend branching for efficient version control?
Thanks
Like
Dear Shivani,
Please find the information about managing package using SVN in the articles by the links below:
https://academy.creatio.com/documents/technic-sdk/7-15/subversion
https://community.creatio.com/articles/working-svn-bpmonline-platform
https://academy.creatio.com/documents/technic-sdk/7-15/version-control-system-built-ide
Coding in branches is a simple practice that keeps you and your work more organized. Branches let you easily maintain your “in-progress” work separately from your completed, tested, and stable code. Not only is this an effective way to collaborate with others, but it will also allow you to automate the deployment of updates.
Best regards,
Norton