Connecting to a CVS with the GlobalSight Desktop Icon

From Globalsight
Revision as of 06:28, 6 January 2014 by Techwriter (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Developers
Go to: Getting Started Guide
Footer-logo.gif
System requirements

Installing GlobalSight
3rd party comps: Windows | Ubuntu
GlobalSight: Windows | Ubuntu
Desktop Icon

Setting up GlobalSight
Running GlobalSight Behind an Apache Reverse Proxy

Developing GlobalSight
GlobalSight Architecture
Getting the Code
Building and Deploying GlobalSight
GlobalSight Developer’s Guide
Setting up the Development Environment
Debugging GlobalSight
Designing the GlobalSight Adapters
GlobalSight Web Services API
Using the GlobalSight Web Services API Test Tool
Using the GlobalSight CVS Connector
Connecting to a CVS with the GlobalSight Desktop Icon

Upgrading GlobalSight
Comparing GlobalSight with WorldServer

Connect to CVS was introduced in GlobalSight versions 7.1.4 and 7.1.5 to allow a connection between GlobalSight and a CVS repository. This allows the retrieval of content from the CVS server, CVS module mapping and creating jobs in GlobalSight, followed by an update of the content back to the CVS server.

You can access Connect to CVS from as a sub-menu of the the Jobs menu.

Prerequisites

  • The GlobalSight server is running release 7.1.5, or later
  • WINCVS is installed
  • Connect to CVS is enabled for the Desktop Icon user. To check this, go to the Data Sources part of the Permission Group

Connecting to a CVS

To add Connect to CVS as a menu item, check the Connect to CVS box under Data Sources in Permission Group.

Conn2cvs1.jpg

The Connect to CVS option is added as a sub-menu of Jobs in the Desktop Icon.

Conn2cvs2.jpg

Configuring the CVS

Authentication

  1. Click the Authentication tab
    Conn2cvs3.jpg
  2. Select a Protocol
  3. Enter the Username and Password for the Authentication menu
  4. Click Save

Example settings:

  • Protocol: PSERVER
  • Username: globalsight
  • Password: <password for the CVS user>

Creating repositories

To create a repository:

  1. Click the Repositories tab
  2. Click Add Repository
    Conn2cvs4.jpg
  3. Enter the information as required:
    Conn2cvs5.jpg
    • CVS Server: add the IP address or hostname of the CVS server
    • Server Port: add the port number of the CVS server. 2401 is the default for the PSERVER protocol, 22 is the default for the EXT protocol
    • Repository Folder: enter the storage location that contains the modules managed by the CVS server. Make sure that CVSNT is installed on your local computer
    • Local CVS BIN: enter the path of cvs.exe, for example C:\Program Files\CVSNT
    • CVS Sandbox: enter the path of your local folder or directory for checking out
  4. Click Save
    Conn2cvs6.jpg
  5. Click OK
    Conn2cvs7.jpg
    • The new repository shows as :pserver:globalsight@cvs.globalsight.com:/CVSServer;C:\TEMP;C:\Program Files\CVSNT.
  6. Click Close to close the CVS configuration
Conn2cvs8.jpg

To edit or delete a repository:

  • Click Edit Repository or Delete Repository on the Repositories tab of the CVS Configuration window

Adding a module

To add a module:

  1. Click Add Module on the Connect to CVS tab of the Desktop Icon
    Conn2cvs9.jpg
  2. Enter the information as required:
    Conn2cvs10.jpg
    • Select the new Repository
    • Enter the Module Name
    • Enter a valid Module Path and click Add. You can also add multiple Module Paths
    • Enter the Branch/Tag/Revision
    • Enter the Project, or select it from the list if it exists already
      • For example:
      • Repository: :pserver:globalsight@cvs.globalsight.com:/CVSServer;C:\TEMP;C:\Program Files\CVSNT
      • Module Name: Module1
      • Module Path: Globalsightsource\main6\docs\OpenSource_GlobalSight\User Guides
      • Branch/Tag/Revision: HEAD
      • Project: GS_7.1.4.0
  3. Click OK
    Conn2cvs11.jpg

    The CVS Working Output window opens.
  4. Click Begin to check out files. You can also Abort to cancel the CVS output
    Conn2cvs35.jpg
    • In this example, two doc files are checked out from the CVS server
      Conn2cvs13.jpg
  5. Click Close
    Conn2cvs12.jpg
  6. Highlight the module and click Edit Module to check it out again
    Conn2cvs14.jpg

Mapping a module

You can map a directory or file name to a module on the CVS server. When a job is exported, the file is automatically uploaded to the target module defined.

To map a module:

  1. Click Module Mapping on the Connect to CVS tab of the Desktop Icon
    Conn2cvs15.jpg
  2. Select Add Mapping, Edit Mapping or Remove Mapping
    Conn2cvs36.jpg
    • Source Locale: the locale of the source file
    • Source Module: the path of the source file on the CVS server
    • Target Locale: the locale of the target file
    • Target Module: the target directory on the CVS server where the final localized files from the exported jobs are stored

To add a mapping:

  1. Click Add Mapping
    Conn2cvs16.jpg
  2. Click Select Source Module to select the directory of the source module. For example, \GlobalSightSource\main6\docs\OpenSource_GlobalSight\User Guides
    Conn2cvs17.jpg
  3. Click OK in the Select Source Module window
    Conn2cvs18.jpg
  4. Select the Associated Source Locale in the Add Module Mapping window. For example, English (United States) [en_US]
    Conn2cvs19.jpg
  5. Click Add Target Locale to add the details of the target module
    Conn2cvs20.jpg
  6. Click Select Target Module in the Add Target Module window
    Conn2cvs21.jpg
  7. Click OK
    Conn2cvs22.jpg
  8. Select the Associated Target Locale. For example, German (Germany) de_DE
    Conn2cvs23.jpg
    • To change the target file name when updating it to the CVS server, click Target File Rename and then click Add File Rename to identify the rename rule. Click Save to add the file rename rule
      Conn2cvs24.jpg
    • You can also select User PERL RegEx (Regular Expression) in the Add File Rename window. Click Save to add the file rename rule to the list
      Conn2cvs25.jpg
  9. Click Save in Add Target Module
    Conn2cvs26.jpg

    The target module information shows in Add Module Mapping.
    Conn2cvs27.jpg
  10. Click Save
  11. Click Close after the mapping information shows in Module Mapping
    Conn2cvs28.jpg

To edit a target locale:

  1. To change the target file information saved, select the record in the list in Edit Module Mapping
  2. Click Edit Target Locale
    Conn2cvs29.jpg

To remove a target locale:

  1. Select the target locale record to be removed in Edit Module Mapping
  2. Click Remove Target Locale
    Conn2cvs30.jpg

To edit module mapping:

  • Click Edit Mapping in Module Mapping
    Conn2cvs31.jpg

To remove module mapping:

  • Click Remove Mapping in Module Mapping
    Conn2cvs32.jpg

Submitting files to create a job

  1. Select the files in the Connect to CVS tab of the Desktop Icon
  2. Click Add to Job to add them under Job Contents
  3. Click Submit to Create Job to start job creation
    Conn2cvs33.jpg
Conn2cvs34.jpg