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

2010-11-24 Thread Maria Odea Ching (JIRA)

[ 
http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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

2010-11-13 Thread Olivier Lamy (JIRA)

[ 
http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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

2010-06-23 Thread Maria Odea Ching (JIRA)

[ 
http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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=957146view=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] Commented: (SCM-558) Add support for 'mkdir' command

2010-06-22 Thread Maria Odea Ching (JIRA)

[ 
http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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

2010-06-22 Thread Grant Gardner (JIRA)

[ 
http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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

2010-06-22 Thread Maria Odea Ching (JIRA)

[ 
http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=226058#action_226058
 ] 

Maria Odea Ching commented on SCM-558:
--

Implementation for CVS Exe committed to trunk 
[-r956796|http://svn.apache.org/viewvc?revision=956796view=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] Commented: (SCM-558) Add support for 'mkdir' command

2010-06-22 Thread Maria Odea Ching (JIRA)

[ 
http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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=956830view=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] Commented: (SCM-558) Add support for 'mkdir' command

2010-06-21 Thread Maria Odea Ching (JIRA)

[ 
http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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=956487view=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

2010-06-20 Thread Olivier Lamy (JIRA)

[ 
http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=225903#action_225903
 ] 

Olivier Lamy commented on SCM-558:
--

already changed to a String  
[http://svn.apache.org/viewvc?view=revisionrevision=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

2010-06-20 Thread Maria Odea Ching (JIRA)

[ 
http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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] Commented: (SCM-558) Add support for 'mkdir' command

2010-06-19 Thread Grant Gardner (JIRA)

[ 
http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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

2010-06-19 Thread Maria Odea Ching (JIRA)

[ 
http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=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

2010-06-16 Thread Maria Odea Ching (JIRA)

[ 
http://jira.codehaus.org/browse/SCM-558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=225571#action_225571
 ] 

Maria Odea Ching commented on SCM-558:
--

Committed in trunk 
[-r955486|http://svn.apache.org/viewvc?revision=955486view=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