You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/07/01 21:36:24 UTC

[jira] Created: (MPSCM-14) Use the cvs tag in the checkout directory

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPSCM-14

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPSCM-14
    Summary: Use the cvs tag in the checkout directory
       Type: Improvement

     Status: Open
   Priority: Minor

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-scm-plugin
   Versions:
             1.2

   Assignee: Brett Porter
   Reporter: Maurice Montgénie

    Created: Thu, 1 Jul 2004 3:36 PM
    Updated: Thu, 1 Jul 2004 3:36 PM

Description:
I'd like to have the cvs tag in the checkout directory so i could work on the trunk and on a branch at the same time.

Something like 

    <j:set var="value" value="${maven.scm.cvs.sticky.tag}"/>

    <j:if test="${!empty(value)}">
      <j:set var="msg" value="${msg}; using tag: ${value}" />  

      <j:set var="maven.scm.bootstrap.pom.dir" value="${maven.scm.checkout.dir}/${maven.scm.cvs.module}-${value}"/>    
    </j:if> 



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPSCM-14) Use the cvs tag in the checkout directory

Posted by ji...@codehaus.org.
Message:

   The following issue has been closed.

   Resolver: Brett Porter
       Date: Fri, 7 Jan 2005 8:41 AM

don't want this by default, and adding a property would require more typing than the subsequent rename :)
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPSCM-14

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPSCM-14
    Summary: Use the cvs tag in the checkout directory
       Type: Improvement

     Status: Closed
   Priority: Minor
 Resolution: WON'T FIX

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-scm-plugin
   Versions:
             1.2

   Assignee: Brett Porter
   Reporter: Maurice Montgénie

    Created: Thu, 1 Jul 2004 3:36 PM
    Updated: Fri, 7 Jan 2005 8:41 AM

Description:
I'd like to have the cvs tag in the checkout directory so i could work on the trunk and on a branch at the same time.

Something like 

    <j:set var="value" value="${maven.scm.cvs.sticky.tag}"/>

    <j:if test="${!empty(value)}">
      <j:set var="msg" value="${msg}; using tag: ${value}" />  

      <j:set var="maven.scm.bootstrap.pom.dir" value="${maven.scm.checkout.dir}/${maven.scm.cvs.module}-${value}"/>    
    </j:if> 



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org