jira-importer commented on issue #460:
URL: https://github.com/apache/maven-scm/issues/460#issuecomment-2964597056

   **[Subir 
S](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=subirs)** 
commented
   
   Ok, there is no way to fetch dcm delimiter from the database using any cli 
commands.
   
   Description about it from Telelogic Guide is:
   [quote]A DCM Delimiter is the character that is used: 1) Between the 
database ID and object instance in object references, 2) Between the database 
ID and object version in imported objects that have been checked out in a 
destination database, and 3) Between the database ID and task number in some 
dialogs where task numbers are displayed.
   
   The default DCM Delimiter is "#". The following characters can also be used: 
"!", "~", or "=".
   
   \<strong>The DCM Delimiter must be the same in all databases in a given DCM 
cluster. \</strong>[unquote]
   
   The line in bold means that this parameter is something which remains same 
for all the databases in the distributed cluster. Hence we can take this as a 
input parameter in the SCM URL in the end (optional though).
   
   Logic should be: a.) If dbid present, and dcm_delimiter specified, use that 
to construct instance. ELSE b.) If dbid present and dcm_delimiter not 
specified, use # to construct instance c.) If dbid not present, use '1' as the 
instance.
   
   Any comments??
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to