You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Maria Odea Ching (JIRA)" <ji...@codehaus.org> on 2010/06/15 11:55:12 UTC

[jira] Created: (SCM-558) Add support for

Add support for 
----------------

                 Key: SCM-558
                 URL: http://jira.codehaus.org/browse/SCM-558
             Project: Maven SCM
          Issue Type: New Feature
            Reporter: Maria Odea Ching




-- 
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

        

[jira] Commented: (SCM-558) Add support for 'mkdir' command

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=242996#action_242996 ] 

Olivier Lamy commented on SCM-558:
----------------------------------

nothing to do anymore here ?

> Add support for 'mkdir' command
> -------------------------------
>
>                 Key: SCM-558
>                 URL: http://jira.codehaus.org/browse/SCM-558
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>


-- 
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

        

[jira] Commented: (SCM-558) Add support for 'mkdir' command

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=244246#action_244246 ] 

Maria Odea Ching commented on SCM-558:
--------------------------------------

Nothing more to do here Olivier. Thanks!

> Add support for 'mkdir' command
> -------------------------------
>
>                 Key: SCM-558
>                 URL: http://jira.codehaus.org/browse/SCM-558
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>


-- 
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

        

[jira] Commented: (SCM-558) Add support for 'mkdir' command

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=225571#action_225571 ] 

Maria Odea Ching commented on SCM-558:
--------------------------------------

Committed in trunk [-r955486|http://svn.apache.org/viewvc?revision=955486&view=revision] with the following changes:
* added mkdir command to scm api
* implement mkdir in SVN scm provider
* added unit tests and tck tests for svn mkdir command


> Add support for 'mkdir' command
> -------------------------------
>
>                 Key: SCM-558
>                 URL: http://jira.codehaus.org/browse/SCM-558
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>


-- 
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

        

[jira] Issue Comment Edited: (SCM-558) Add support for 'mkdir' command

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=226041#action_226041 ] 

Maria Odea Ching edited comment on SCM-558 at 6/22/10 1:21 AM:
---------------------------------------------------------------

Hi Grant, for the other providers, the mkdir command is simply just add. But for SVN provider, you can run mkdir in two ways:
* svn mkdir [DIRNAME]
* svn mkdir [REPO URL]

The related wagon-scm issue is for deploying documentation to a SCM repository. The case there is when the specified path does not exist, the deployment fails. So what we wanted to do was create the missing directory paths first. In cases when the provider is SVN, we want to utilize the 'svn mkdir [REPO URL]' command so that there's no need to checkout the entire source tree just to create the directories. For the other SCM providers, I don't think there's an equivalent for 'svn mkdir [REPO URL]' (only for 'svn mkdir [DIRNAME]' to create/add dir in working copy has an equivalent) so what I did with the CVS implementation for the mkdir command is to just invoke the the CVS Add command from within. I'm still fixing some tests and I'll commit it later if you want to take a look.

      was (Author: oching):
    Hi Grant, for the other providers, the mkdir command is simply just add. But for SVN provider, you can run mkdir in two ways:
* svn mkdir [DIRNAME]
* svn mkdir [REPO URL]

The related wagon-scm issue is for deploying documentation to a SCM repository. The case there is when the specified path does not exist, the deployment fails. So what we wanted to do was create the missing directory paths first. In cases when the provider is SVN, we want to utilize the 'svn mkdir [REPO URL]' command so that there's no need to checkout the entire source tree just to create the directories. For the other SCM providers, I don't think there's an equivalent for 'svn mkdir [REPO URL]' (only for 'svn mkdir [DIRNAME]' to create/add dir in working copy has an equivalent) so what I did with the CVS implementation for the mkdir command is to just invoke the the CVS Add command from within. I'm still fixing some tests and I'll commit it later if you can take a look.
  
> Add support for 'mkdir' command
> -------------------------------
>
>                 Key: SCM-558
>                 URL: http://jira.codehaus.org/browse/SCM-558
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>


-- 
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

        

[jira] Commented: (SCM-558) Add support for 'mkdir' command

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=225898#action_225898 ] 

Maria Odea Ching commented on SCM-558:
--------------------------------------

Yes, I have yet to implement the command for the other SCM providers. Thanks for pointing out the revision, I'll change it to a SCMRevision instead.

> Add support for 'mkdir' command
> -------------------------------
>
>                 Key: SCM-558
>                 URL: http://jira.codehaus.org/browse/SCM-558
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>


-- 
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

        

[jira] Commented: (SCM-558) Add support for 'mkdir' command

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=225942#action_225942 ] 

Maria Odea Ching commented on SCM-558:
--------------------------------------

Additional changes to SVN implementation of mkdir command committed to trunk [-r956487|http://svn.apache.org/viewvc?revision=956487&view=revision]:
* add parameter to specify whether 'mkdir' should be executed in local path or in repo URL
* added tests for creating a directory in working dir
* execute mkdir tck test from svnexe module

> Add support for 'mkdir' command
> -------------------------------
>
>                 Key: SCM-558
>                 URL: http://jira.codehaus.org/browse/SCM-558
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>


-- 
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

        

[jira] Commented: (SCM-558) Add support for 'mkdir' command

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=225923#action_225923 ] 

Maria Odea Ching commented on SCM-558:
--------------------------------------

Thanks Olivier! I don't seem to be subscribed to maven scm commit notifications so I didn't see the commits. Subscribing now.. :)

> Add support for 'mkdir' command
> -------------------------------
>
>                 Key: SCM-558
>                 URL: http://jira.codehaus.org/browse/SCM-558
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>


-- 
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

        

[jira] Updated: (SCM-558) Add support for 'mkdir' command

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching updated SCM-558:
---------------------------------

    Assignee: Maria Odea Ching

> Add support for 'mkdir' command
> -------------------------------
>
>                 Key: SCM-558
>                 URL: http://jira.codehaus.org/browse/SCM-558
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>


-- 
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

        

[jira] Commented: (SCM-558) Add support for 'mkdir' command

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=225903#action_225903 ] 

Olivier Lamy commented on SCM-558:
----------------------------------

already changed to a String  [http://svn.apache.org/viewvc?view=revision&revision=956254]

> Add support for 'mkdir' command
> -------------------------------
>
>                 Key: SCM-558
>                 URL: http://jira.codehaus.org/browse/SCM-558
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>


-- 
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

        

[jira] Commented: (SCM-558) Add support for 'mkdir' command

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=226136#action_226136 ] 

Maria Odea Ching commented on SCM-558:
--------------------------------------

Added mkdir implementation for SCM local provider in maven-scm trunk [-r957146|http://svn.apache.org/viewvc?revision=957146&view=revision]. I also added a test case when the directory to be created already exists in the repo for SVN SCM provider.

> Add support for 'mkdir' command
> -------------------------------
>
>                 Key: SCM-558
>                 URL: http://jira.codehaus.org/browse/SCM-558
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>


-- 
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

        

[jira] Updated: (SCM-558) Add support for 'mkdir' command

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching updated SCM-558:
---------------------------------

    Fix Version/s: 1.5

> Add support for 'mkdir' command
> -------------------------------
>
>                 Key: SCM-558
>                 URL: http://jira.codehaus.org/browse/SCM-558
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>             Fix For: 1.5
>
>


-- 
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

        

[jira] Commented: (SCM-558) Add support for 'mkdir' command

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=226062#action_226062 ] 

Maria Odea Ching commented on SCM-558:
--------------------------------------

Implementation of mkdir command for cvsjava committed to trunk [-r956830|http://svn.apache.org/viewvc?revision=956830&view=revision].

> Add support for 'mkdir' command
> -------------------------------
>
>                 Key: SCM-558
>                 URL: http://jira.codehaus.org/browse/SCM-558
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>


-- 
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

        

[jira] Updated: (SCM-558) Add support for 'mkdir' command

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching updated SCM-558:
---------------------------------

    Component/s: maven-scm-api
        Summary: Add support for 'mkdir' command  (was: Add support for )

> Add support for 'mkdir' command
> -------------------------------
>
>                 Key: SCM-558
>                 URL: http://jira.codehaus.org/browse/SCM-558
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api
>            Reporter: Maria Odea Ching
>


-- 
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

        

[jira] Issue Comment Edited: (SCM-558) Add support for 'mkdir' command

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=226041#action_226041 ] 

Maria Odea Ching edited comment on SCM-558 at 6/22/10 1:21 AM:
---------------------------------------------------------------

Hi Grant, for the other providers, the mkdir command is simply just add. But for SVN provider, you can run mkdir in two ways:
* svn mkdir [DIRNAME]
* svn mkdir [REPO URL]

The related wagon-scm issue is for deploying documentation to a SCM repository. The case there is when the specified path does not exist, the deployment fails. So what we wanted to do was create the missing directory paths first. In cases when the provider is SVN, we want to utilize the 'svn mkdir [REPO URL]' command so that there's no need to checkout the entire source tree just to create the directories. For the other SCM providers, I don't think there's an equivalent for 'svn mkdir [REPO URL]' (only for 'svn mkdir [DIRNAME]' to create/add dir in working copy has an equivalent) so what I did with the CVS implementation for the mkdir command is to just invoke the the CVS Add command from within. I'm still fixing some tests and I'll commit it later if you can take a look.

      was (Author: oching):
    Hi Grant, for the other providers, the mkdir command is simply just add. But for SVN provider, you can run mkdir in two ways:
* svn mkdir [DIRNAME]
* svn mkdir [REPO URL]

The related wagon-scm issue is for deploying documentation to a SCM repository. The case there is when the specified path does not exist, the deploying fails. So what we wanted to do was create the missing directory paths first. In cases when the provider is SVN, we want to utilize the 'svn mkdir [REPO URL]' command so that there's no need to checkout the entire source tree just to create the directories. For the other SCM providers, I don't think there's an equivalent for 'svn mkdir [REPO URL]' (only for 'svn mkdir [DIRNAME]' to create/add dir in working copy has an equivalent) so what I did with the CVS implementation for the mkdir command is to just invoke the the CVS Add command from within. I'm still fixing some tests and I'll commit it later if you can take a look.
  
> Add support for 'mkdir' command
> -------------------------------
>
>                 Key: SCM-558
>                 URL: http://jira.codehaus.org/browse/SCM-558
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>


-- 
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

        

[jira] Commented: (SCM-558) Add support for 'mkdir' command

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=226041#action_226041 ] 

Maria Odea Ching commented on SCM-558:
--------------------------------------

Hi Grant, for the other providers, the mkdir command is simply just add. But for SVN provider, you can run mkdir in two ways:
* svn mkdir [DIRNAME]
* svn mkdir [REPO URL]

The related wagon-scm issue is for deploying documentation to a SCM repository. The case there is when the specified path does not exist, the deploying fails. So what we wanted to do was create the missing directory paths first. In cases when the provider is SVN, we want to utilize the 'svn mkdir [REPO URL]' command so that there's no need to checkout the entire source tree just to create the directories. For the other SCM providers, I don't think there's an equivalent for 'svn mkdir [REPO URL]' (only for 'svn mkdir [DIRNAME]' to create/add dir in working copy has an equivalent) so what I did with the CVS implementation for the mkdir command is to just invoke the the CVS Add command from within. I'm still fixing some tests and I'll commit it later if you can take a look.

> Add support for 'mkdir' command
> -------------------------------
>
>                 Key: SCM-558
>                 URL: http://jira.codehaus.org/browse/SCM-558
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>


-- 
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

        

[jira] Commented: (SCM-558) Add support for 'mkdir' command

Posted by "Grant Gardner (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=225895#action_225895 ] 

Grant Gardner commented on SCM-558:
-----------------------------------

The implementation of this looks very SVN specific. eg MkdirSCMResult.revision is an int, rather than an SCMRevision. My other question would be whether the "Add" command should cover mkdir. Some providers care about "adding" directories separately to adding files, some don't. 

> Add support for 'mkdir' command
> -------------------------------
>
>                 Key: SCM-558
>                 URL: http://jira.codehaus.org/browse/SCM-558
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>


-- 
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

        

[jira] Commented: (SCM-558) Add support for 'mkdir' command

Posted by "Grant Gardner (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=226038#action_226038 ] 

Grant Gardner commented on SCM-558:
-----------------------------------

I'm watching this because I'm implementing the AccuRev provider, and I'm still confused how this command differs from "add"

To me it seems "mkdir" in local path is just "add" on a directory instead of a file, ie create the file(directory) and let the SCM system know about it. mkdir in repo URL is "add" a directory and then "checkin"

What am I missing? (I've tried to work it out by chasing the wagon-scm case that triggered this but to no avail sorry...)

> Add support for 'mkdir' command
> -------------------------------
>
>                 Key: SCM-558
>                 URL: http://jira.codehaus.org/browse/SCM-558
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>


-- 
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

        

[jira] Commented: (SCM-558) Add support for 'mkdir' command

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=226058#action_226058 ] 

Maria Odea Ching commented on SCM-558:
--------------------------------------

Implementation for CVS Exe committed to trunk [-r956796|http://svn.apache.org/viewvc?revision=956796&view=revision]. I also moved the tck test for creating a dir directly in the scm repo url to SVN mkdir tck test since it is only applicable there.

> Add support for 'mkdir' command
> -------------------------------
>
>                 Key: SCM-558
>                 URL: http://jira.codehaus.org/browse/SCM-558
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>


-- 
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

        

[jira] Closed: (SCM-558) Add support for 'mkdir' command

Posted by "Maria Odea Ching (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maria Odea Ching closed SCM-558.
--------------------------------

    Resolution: Fixed

Resolving as fixed for version 1.5.

> Add support for 'mkdir' command
> -------------------------------
>
>                 Key: SCM-558
>                 URL: http://jira.codehaus.org/browse/SCM-558
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-api
>            Reporter: Maria Odea Ching
>            Assignee: Maria Odea Ching
>             Fix For: 1.5
>
>


-- 
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