Version Control

This describes a feature that commits resources to version control and deploys them to the server.

1. SVN

When the version control tool is SVN, committing resources allows the committed resources to be deployed to the server at the same time.

1.1. Project Sharing

When a project is first created, it is not shared on SVN. To commit resources, you must first share the project.

Project Sharing-1

  1. Right-click the project.

  2. Select Team/Share Project…​.

    Project Sharing-2

  3. Select SVN.

  4. Click the Next button.

    Project Sharing-3

  5. Enter the SVN repository URL.

  6. Enter the account information that has access to the repository. To make subsequent commits easier, check Save authentication to save the account information.

  7. Click the Finish button.

    Project Sharing-4

  8. Check the resources to be shared and click the OK button to complete project sharing.

1.2. Project Update

To prevent resources modified by other developers from conflicting with the resources you have modified, you must update the project before committing the modified resources.

Project Update

  1. Right-click the project.

  2. Select Team/Update.

1.3. Resource Commit

When you commit resources to SVN, the resources being committed are also deployed to the specified server. Commit/deploy proceeds in the following order:

  1. Perform resource validation. It validates source code and SQL written with problems in the source code or in violation of rules. If validation fails, the resources cannot be committed.

  2. Deploy the resources to be committed to the specified server. If deployment fails, the process stops; if it succeeds, the commit is performed.

  3. Commits resources to the version control repository.

For details on resource validation, see the Resource Validation page.

Resource Commit-1

  1. Select the modified resources and right-click.

  2. Select Team/Commit. If the resources to be committed fail validation, a Dialog like the one below pops up.

    Resource Commit-2

  3. If the resources to be committed pass validation, a Dialog like the one below pops up. When you click the OK button, commit/deploy is performed.

    Resource Commit-3

  4. When the deployment succeeds or fails, logs are printed to the console as shown in the figure below. If the deployment succeeds, the resources are committed to the version control repository; if it fails, they are not committed.

    Resource Commit-4

2. GIT

When the version control tool is Git, committing resources allows the committed resources to be deployed to the server at the same time.

2.1. Project Sharing

When a project is first created, it is not shared on GIT. To commit resources, you must first share the project.

  1. As with SVN, right-click the project.

  2. Select Team/Share Project…​.

    Project Sharing-1

  3. Select GIT.

  4. Click the Next button.

    Project Sharing-2

  5. Select the GIT repository to share. If there is no GIT repository, you can create a new one or clone from a remote.

  6. Click the Finish button.

  7. The subsequent procedure is similar to SVN.

SWLab Bankware Global
  • 전체
  • BXM
  • BXCM
  • BXCP
  • BXI
제품 선택 시 더 정확한 매뉴얼 가이드를 제공해드립니다.

Copyright© Bankwareglobal All Rights Reserved.