Document toolboxDocument toolbox

Cloning Repository and Checking-out First Qualitia Project

You can start working on the Qualitia projects which are already added to the Bitbucket repository by other Qualitia user. In order to do so, you need to clone the corresponding repository and checkout corresponding projects on local system.

At the end of this topic, Qualitia users will be able to clone the repository and checkout the desired Qualitia project.


To start working on existing Qualitia projects from Bitbucket:

Prerequisites:

  • SourceTree v2.6.10
  • Valid Atlassian account for using Bitbucket 
  • Qualitia Client
  • Read and Write access to the repository in which Qualitia project exists
  • Access to Qualitia project which you want to work on

Install SourceTree and Configure Credentials

In order to start working with your Bitbucket repositories, you must first install and configure sourceTree. 
  1. Download and install SourceTree.
  2. Post installation, launch SourceTree.
  3. From the Tools menu, select Options.
  4. In Authentication, click Add.
    1. Set Hosting Service as Bitbucket.
    2. Enter the Host / IP and port number where Bitbucket server is hosted.
      This option is only available for Bitbucket Server edition. 
    3. Set Prefered Protocol as HTTPS.
    4. Authentication as Basic.
    5. In Username, enter your Bitbucket account username.
    6. Click Refresh Password to authenticate username.

      An Authentication window appears.
    7. Enter your Bitbucket password.
    8. Select the Remember Password option and then click Login.
      SourceTree is now configured for working with the Bitbucket repositories.

Clone Bitbucket Repository and Checkout Project

After the initial setup and SourceTree configuration, you can clone the Bitbucket repository and checkout Qualitia projects on your local system.

In case you want to work on multiple Qualitia projects, you need to checkout multiple projects one-by-one.

To clone the repository and checkout Qualitia project:

  1. Launch SourceTree.
  2. From the top section, click Clone.
  3. Enter Source Path / URL.
    This is the Bitbucket repository URL. 
    To get the correct URL, go to bitbucket.org > Select Repository Name > from the right-top corner, click Clone.
  4. In the Destination path, select a folder path where you would like to save and work on your local repository.
  5. Enter the preferred repository name.
  6. In Checkout Branch, select the Qualitia project you want to start working on.
  7. Click Clone.
  8. After you clone, copy the Bitbucket repository path from the local system and add it as a Project Path (in Configuration Setting > Dependency).
  9. Also, in Qualitia Configuration Setting > General, select Version Control as GIT and add Bitbucket username and password.
  10. Restart Qualitia and start working on the Qualitia Projects integrated with Bitbucket repository.