You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Olivier Lamy (JIRA)" <ji...@codehaus.org> on 2009/12/19 18:27:55 UTC

[jira] Created: (SCM-515) branch command must support remote branching (svnexe)

branch command must support remote branching (svnexe)
-----------------------------------------------------

                 Key: SCM-515
                 URL: http://jira.codehaus.org/browse/SCM-515
             Project: Maven SCM
          Issue Type: Improvement
          Components: maven-scm-api, maven-scm-provider-svn
            Reporter: Olivier Lamy


currently svnBranchCommand use :
{code}
svn copy . url
{code}
To prevent issue with svn 1.6.
We must support using (as for for the tag command)
{code}
svn copy --revison ${number} url url
{code}

-- 
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-515) branch command must support remote branching (svnexe)

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

Olivier Lamy closed SCM-515.
----------------------------

    Resolution: Fixed

fix [rev 892494|http://svn.apache.org/viewvc?rev=892494&view=rev]

> branch command must support remote branching (svnexe)
> -----------------------------------------------------
>
>                 Key: SCM-515
>                 URL: http://jira.codehaus.org/browse/SCM-515
>             Project: Maven SCM
>          Issue Type: Improvement
>          Components: maven-scm-api, maven-scm-provider-svn
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 1.3
>
>
> currently svnBranchCommand use :
> {code}
> svn copy . url
> {code}
> To prevent issue with svn 1.6.
> We must support using (as for for the tag command)
> {code}
> svn copy --revison ${number} url url
> {code}

-- 
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-515) branch command must support remote branching (svnexe)

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

Olivier Lamy updated SCM-515:
-----------------------------

    Fix Version/s: 1.3
         Assignee: Olivier Lamy

> branch command must support remote branching (svnexe)
> -----------------------------------------------------
>
>                 Key: SCM-515
>                 URL: http://jira.codehaus.org/browse/SCM-515
>             Project: Maven SCM
>          Issue Type: Improvement
>          Components: maven-scm-api, maven-scm-provider-svn
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>             Fix For: 1.3
>
>
> currently svnBranchCommand use :
> {code}
> svn copy . url
> {code}
> To prevent issue with svn 1.6.
> We must support using (as for for the tag command)
> {code}
> svn copy --revison ${number} url url
> {code}

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