Version control structure for RPA

Hi Team,

We’re planning to integrate BitBucket with UiPath.

  1. Can anyone please help me with standard folder structure(like tag,trunk, branches) to be followed for version controlling UiPath projects?
  2. How to isolate projects in best way to distinguish between different use cases and also basis the environment?
    Appreciate your help.
    Thanks in advance!

Good evening Rohan,

For #1, check out this link : Git Terminology Glossary | Atlassian Git Tutorial

For #2, we create a high-level project for each area, whether it’s per client or per functional area (Accounting, HR, etc.) and then maintain separate repositories within the high-level projects.

Thanks @chenderson for your reply. Any sample screenshot depicting repo structure within function/dept, you could share for reference?