[jira] (SCM-712) using maven-scm-plugin to checkin folder and file

2013-02-16 Thread Robert Scholte (JIRA)

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

Robert Scholte updated SCM-712:
---

Description: 
step 1.Checkout Content

{code:xml}

checkout folder
process-resources

/home/checking-folder
app.data.revision

scm:svn:https://www.test.com/project-folder
${svn.username}
${svn.password}


checkout


{code}

step 2. jar adding
{code:xml}

add jar
process-resources

*.*
**/*
/home/checking-folder

scm:svn:https://www.test.com/project-folder
${svn.username}
${svn.password}


add


{code}

step 3. checkin in new folder and jar
{code:xml}

checkin- jar
process-resources


scm:svn:https://www.test.com/project-folder
${rdpv.chk.message}
/home/checking-folder
app.data.revision
${svn.username}
${svn.password}


checkin


{code}
After checking out using step 1, I am creating one New folder in 
"/home/checking-folder", after that i am moving one jar inside that New folder. 
while running the 2nd step and 3rd step it shows "new created folder is not 
working copy".

Please help me to check-in jar with new created folder.



  was:
step 1.Checkout Content


checkout folder
process-resources

/home/checking-folder
app.data.revision

scm:svn:https://www.test.com/project-folder
${svn.username}
${svn.password}


checkout



step 2. jar adding


add jar
process-resources

*.*
**/*
/home/checking-folder

scm:svn:https://www.test.com/project-folder
${svn.username}
${svn.password}


add



step 3. checkin in new folder and jar


checkin- jar
process-resources


scm:svn:https://www.test.com/project-folder
${rdpv.chk.message}
/home/checking-folder
app.data.revision
${svn.username}
${svn.password}


checkin



After checking out using step 1, I am creating one New folder in 
"/home/checking-folder", after that i am moving one jar inside that New folder. 
while running the 2nd step and 3rd step it shows "new created folder is not 
working copy".

Please help me to check-in jar with new created folder.




> using maven-scm-plugin to checkin folder and file
> -
>
> Key: SCM-712
> URL: https://jira.codehaus.org/browse/SCM-712
> Project: Maven SCM
>  Issue Type: Bug
>  Components: maven-plugin
> Environment: software platform
>Reporter: Rajasekar
>
> step 1.Checkout Content
> {code:xml}
> 
> checkout folder
> process-resources
> 
> /home/checking-folder
> app.data.revision
> 
> scm:svn:https://www.test.com/project-folder
> ${svn.username}
> ${svn.password}
> 
> 
> checkout
> 
> 
> {code}
> step 2. jar adding
> {code:xml}
> 
> add jar
> process-resources
> 
> *.*
> **/*
> /home/checking-folder
> 
> scm:svn:https://www.test.com/project-folder
> ${svn.username}
> ${svn.password}
> 
> 
> add
> 
> 
> {code}
> step 3. checkin in new folder and jar
> {code:xml}
> 
> checkin- jar
> process-resources
> 
> 
> scm:svn:https://www.test.com/project-folder
> ${rdpv.chk.message}
> /home/checking-folder
> app.data.revision
> ${svn.username}
> ${svn.password}
> 
> 
> checkin
> 
> 
> {code}
> After checking out using step 1, I am creating one New folder in 
> "/home/checking-folder", after that i am moving one jar inside that New 
> folder. while running the 2nd step and 3rd step it shows "new created folder 
> is not working copy".
> Please help me to check-in jar with new created folder.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] (SCM-712) using maven-scm-plugin to checkin folder and file

2013-02-16 Thread Robert Scholte (JIRA)

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

Robert Scholte moved MNG-5223 to SCM-712:
-

  Component/s: (was: Errors)
   (was: Plugin API)
   maven-plugin
Affects Version/s: (was: 2.2.1)
  Key: SCM-712  (was: MNG-5223)
  Project: Maven SCM  (was: Maven 2 & 3)

> using maven-scm-plugin to checkin folder and file
> -
>
> Key: SCM-712
> URL: https://jira.codehaus.org/browse/SCM-712
> Project: Maven SCM
>  Issue Type: Bug
>  Components: maven-plugin
> Environment: software platform
>Reporter: Rajasekar
>
> step 1.Checkout Content
> 
> checkout folder
> process-resources
> 
> /home/checking-folder
> app.data.revision
> 
> scm:svn:https://www.test.com/project-folder
> ${svn.username}
> ${svn.password}
> 
> 
> checkout
> 
> 
> step 2. jar adding
> 
> add jar
> process-resources
> 
> *.*
> **/*
> /home/checking-folder
> 
> scm:svn:https://www.test.com/project-folder
> ${svn.username}
> ${svn.password}
> 
> 
> add
> 
> 
> step 3. checkin in new folder and jar
> 
> checkin- jar
> process-resources
> 
> 
> scm:svn:https://www.test.com/project-folder
> ${rdpv.chk.message}
> /home/checking-folder
> app.data.revision
> ${svn.username}
> ${svn.password}
> 
> 
> checkin
> 
> 
> After checking out using step 1, I am creating one New folder in 
> "/home/checking-folder", after that i am moving one jar inside that New 
> folder. while running the 2nd step and 3rd step it shows "new created folder 
> is not working copy".
> Please help me to check-in jar with new created folder.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira