[
https://issues.apache.org/jira/browse/SCM-357?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17961169#comment-17961169
]
ASF GitHub Bot commented on SCM-357:
------------------------------------
jira-importer commented on issue #581:
URL: https://github.com/apache/maven-scm/issues/581#issuecomment-2964605150
**[Tim
Delesio](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=tdelesio)**
commented
I add the ability to make the autogenerated conf-spec more dynamic. By
default the config spec will generate a line that looks like this:
element -directory * /main/LATEST\n
I altered the plugin to make the "/man/LATEST" dynamic. This can now be
specified from the scm connection url as a 5th parm. So for instance if you
wanted the config-spec to generate a line like the below:
element * /main/fooBar/LATEST\n
You could specify in the connection url to look like the below:
scm:clearcase|\<loadCommand>|\<VOBName>|\<streamName>|/main/fooBar/LATEST
OR
scm:clearcase|\<viewName>|\<loadCommand>|\<VOBName>|\<streamName>|/main/fooBar/LATEST
The 5th element must start with /main.
> UCM config_spec are not managed correctly
> -----------------------------------------
>
> Key: SCM-357
> URL: https://issues.apache.org/jira/browse/SCM-357
> Project: Maven SCM (Moved to GitHub Issues)
> Issue Type: Bug
> Components: maven-scm-provider-clearcase
> Affects Versions: 1.0
> Reporter: Jean-Philippe HAUTIN
> Assignee: Siveton Vincent
> Priority: Major
> Fix For: 1.2
>
> Attachments:
> maven-scm-provider-clearcase-ClearCaseCheckOutCommand.patch,
> maven-scm-provider-clearcase-ClearCaseScmProviderRepository.patch,
> maven-scm-provider-clearcase-ClearCaseScmProviderRepositoryTest.patch,
> maven-scm-provider-clearcase-SCM-XXX.patch
>
>
> I am using the UCM clearcase configuration.
> Currently, the config_spec of the view does not contain the ucm section even
> if we ask for UCM Clearcase.
> This is due to the fact that the current behavior erase the existing
> config_spec file with one with load rules.
> I have added a tiny method in the ClearCaseCheckOutCommand to read the
> existing config spec and merge it with load rules.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)