You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tim Delesio (JIRA)" <ji...@codehaus.org> on 2008/02/12 16:12:29 UTC

[jira] Updated: (SCM-357) UCM config_spec are not managed correctly

     [ http://jira.codehaus.org/browse/SCM-357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Delesio updated SCM-357:
----------------------------

    Attachment: maven-scm-provider-clearcase-ClearCaseScmProviderRepositoryTest.patch
                maven-scm-provider-clearcase-ClearCaseScmProviderRepository.patch
                maven-scm-provider-clearcase-ClearCaseCheckOutCommand.patch

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: http://jira.codehaus.org/browse/SCM-357
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-clearcase
>    Affects Versions: 1.0
>            Reporter: Jean-Philippe Hautin
>         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 is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira