Can Orchestrator be used as a versioning and repository system just like TFS or any other versioning and repository system for developers working together on the same application?

Can Orchestrator be used as a versioning and repository system just like TFS or any other versioning and repository system for developers working together on the same application? Kindly advise.

@mail4bobbysam

I believe it may not work, as you have packages versioning, but not able to retrieve with Studio

Better to use Git / TFS / SVN and studio has the integration

Hope this may help you

Thanks

Thanks Srinivas for your immediate attention.

Hello @mail4bobbysam

Ochestrator is having the version of n and you can select the versionsbased on the requirement of the package …

But if you want to do the version of n control in studion you have to use git, svn etc…

From studio itself you integrate with version controllers

Hi Rahul, thanks for your help. Just wanted to know if only a single developer is working in an UIPath application in a software company in production environment, only the Orchestrator is needed right? The Orchestrator is a code repository and also a versioning system which keeps track of the different versions of an application right? or still SVN or GIT or TFS is needed? Kindly advise.

Its totqlly for the safety and storing of your code…

If you are developing something and by mistake your system got crashed then if you want tonrestore the code to some pqrticular version , then version controllers will help.

A new version of package in orchestrtor means you are publishing a new package . Incase if you are randomly making changes and want to switch to older versions only version of n controllers can help not the orchestrtor

ok got it Rahul thnx.