You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org> on 2007/05/18 20:12:58 UTC

[jira] Created: (SCM-317) Add edit and unedit commands

Add edit and unedit commands
----------------------------

                 Key: SCM-317
                 URL: http://jira.codehaus.org/browse/SCM-317
             Project: Maven SCM
          Issue Type: New Feature
          Components: maven-scm-provider-cvs
            Reporter: Emmanuel Venisse
             Fix For: 1.x




-- 
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-317) Add edit and unedit commands

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

Olivier Lamy updated SCM-317:
-----------------------------

    Fix Version/s:     (was: 1.1.1)
                   1.2

> Add edit and unedit commands
> ----------------------------
>
>                 Key: SCM-317
>                 URL: http://jira.codehaus.org/browse/SCM-317
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-provider-cvs
>            Reporter: Emmanuel Venisse
>            Assignee: Olivier Lamy
>             Fix For: 1.2
>
>         Attachments: provider-cvs-with-edit.patch
>
>


-- 
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-317) Add edit and unedit commands

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

Olivier Lamy updated SCM-317:
-----------------------------

         Assignee:     (was: Olivier Lamy)
    Fix Version/s:     (was: 1.3)

> Add edit and unedit commands
> ----------------------------
>
>                 Key: SCM-317
>                 URL: http://jira.codehaus.org/browse/SCM-317
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-provider-cvs
>            Reporter: Emmanuel Venisse
>         Attachments: provider-cvs-with-edit.patch
>
>


-- 
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-317) Add edit and unedit commands

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

Olivier Lamy commented on SCM-317:
----------------------------------

Hi, 
Can you provide a new path with the current trunk ?
I can't commit your patch "AS IS" I have some errors when applying it.

Thanks.

> Add edit and unedit commands
> ----------------------------
>
>                 Key: SCM-317
>                 URL: http://jira.codehaus.org/browse/SCM-317
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-provider-cvs
>            Reporter: Emmanuel Venisse
>            Assignee: Olivier Lamy
>             Fix For: 1.1.1
>
>         Attachments: provider-cvs-with-edit.patch
>
>


-- 
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-317) Add edit and unedit commands

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

Christophe Lallement updated SCM-317:
-------------------------------------

    Attachment: provider-cvs-with-edit.patch

diff with 1.0 tag

> Add edit and unedit commands
> ----------------------------
>
>                 Key: SCM-317
>                 URL: http://jira.codehaus.org/browse/SCM-317
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-provider-cvs
>            Reporter: Emmanuel Venisse
>             Fix For: 1.x
>
>         Attachments: provider-cvs-with-edit.patch
>
>


-- 
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-317) Add edit and unedit commands

Posted by "Christophe Lallement (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_113325 ] 

christophe edited comment on SCM-317 at 2/11/08 4:44 AM:
-------------------------------------------------------------------

Hello

I can see that the issue depend on MRELEASE-189 .
It's not the truth, it's opposite.

I have made a patch to add cvs edit feature
The patch is based on the 1.0 released (svn tag).

The fix  impact 3 projects:
* maven-scm-provider-cvs-commons
* maven-scm-provider-cvsexe
* maven-scm-provider-cvsjava

I have tested the both mode (native and command line) with success.

In fact the fix is in 2 parts:
1/ add the features into maven scm cvs plugins
2/ make a little patch because javacvs (netbeans) provide a default cvs command factory which does not include edit !!! (even the Edit command is present in the javacvs library ! ).

Let me know if you plan to include this in a next release.

Regards Christophe
PS: it's the first time i create a svn patch, if you want i can attach the complete source.



      was (Author: christophe):
    Hello

I can see that the issue depend on MRELEASE-189 .
It's not the truth, it's opposite.

I have made a path to add cvs edit feature
The patch is based on the 1.0 released (svn tag).

The fix  impact 3 projects:
* maven-scm-provider-cvs-commons
* maven-scm-provider-cvsexe
* maven-scm-provider-cvsjava

I have tested the both mode (native and command line) with success.

In fact the fix is in 2 parts:
1/ add the features into maven scm cvs plugins
2/ make a little patch because javacvs (netbeans) provide a default cvs command factory which does not include edit !!! (even the Edit command is present in the javacvs library ! ).

Let me know if you plan to include this in a next release.

Regards Christophe
PS: it's the first time i create a svn patch, if you want i can attach the complete source.


  
> Add edit and unedit commands
> ----------------------------
>
>                 Key: SCM-317
>                 URL: http://jira.codehaus.org/browse/SCM-317
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-provider-cvs
>            Reporter: Emmanuel Venisse
>             Fix For: 1.x
>
>         Attachments: provider-cvs-with-edit.patch
>
>


-- 
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-317) Add edit and unedit commands

Posted by "Christophe Lallement (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_123238 ] 

christophe edited comment on SCM-317 at 2/11/08 4:46 AM:
-------------------------------------------------------------------

Hello

Any news for integration of  this patch into an official release ?
It works "like a charm" into my company since many months.

Regards.

      was (Author: christophe):
    Hello

Any news for integration of  this path into an official release ?
It work like a charm in my copany since many months.

Regards.
  
> Add edit and unedit commands
> ----------------------------
>
>                 Key: SCM-317
>                 URL: http://jira.codehaus.org/browse/SCM-317
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-provider-cvs
>            Reporter: Emmanuel Venisse
>             Fix For: 1.x
>
>         Attachments: provider-cvs-with-edit.patch
>
>


-- 
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-317) Add edit and unedit commands

Posted by "Christophe Lallement (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_113325 ] 

Christophe Lallement commented on SCM-317:
------------------------------------------

Hello

I can see thst the issue depend on MRELEASE-189 .
It's not the truth, it's opposite.

I have made a path to add cvs edit feature
The patch is based on the 1.0 released (svn tag).

In fix impact the 3 project:
* maven-scm-provider-cvs-commons
* maven-scm-provider-cvsexe
* maven-scm-provider-cvsjava

I have tested the both mode (native and command line) with success.

In fact the fix is in 2 parts:
1/ add the features into maven scm cvs plugins
2/ make a little patch because javacvs (netbeans) provide a default cvs command factory which does not include edit !!! (even the Edit command is present in the library.

let me know if you planne ti include this in a next release.

Regards Christophe
PS: it's the first time i create a svn patch, if you want i can attach the complete source.



> Add edit and unedit commands
> ----------------------------
>
>                 Key: SCM-317
>                 URL: http://jira.codehaus.org/browse/SCM-317
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-provider-cvs
>            Reporter: Emmanuel Venisse
>             Fix For: 1.x
>
>         Attachments: provider-cvs-with-edit.patch
>
>


-- 
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-317) Add edit and unedit commands

Posted by "Christophe Lallement (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_113325 ] 

Christophe Lallement edited comment on SCM-317 at 11/13/07 5:48 AM:
--------------------------------------------------------------------

Hello

I can see that the issue depend on MRELEASE-189 .
It's not the truth, it's opposite.

I have made a path to add cvs edit feature
The patch is based on the 1.0 released (svn tag).

The fix  impact 3 projects:
* maven-scm-provider-cvs-commons
* maven-scm-provider-cvsexe
* maven-scm-provider-cvsjava

I have tested the both mode (native and command line) with success.

In fact the fix is in 2 parts:
1/ add the features into maven scm cvs plugins
2/ make a little patch because javacvs (netbeans) provide a default cvs command factory which does not include edit !!! (even the Edit command is present in the library.

let me know if you planne ti include this in a next release.

Regards Christophe
PS: it's the first time i create a svn patch, if you want i can attach the complete source.




 was:
Hello

I can see thst the issue depend on MRELEASE-189 .
It's not the truth, it's opposite.

I have made a path to add cvs edit feature
The patch is based on the 1.0 released (svn tag).

In fix impact the 3 project:
* maven-scm-provider-cvs-commons
* maven-scm-provider-cvsexe
* maven-scm-provider-cvsjava

I have tested the both mode (native and command line) with success.

In fact the fix is in 2 parts:
1/ add the features into maven scm cvs plugins
2/ make a little patch because javacvs (netbeans) provide a default cvs command factory which does not include edit !!! (even the Edit command is present in the library.

let me know if you planne ti include this in a next release.

Regards Christophe
PS: it's the first time i create a svn patch, if you want i can attach the complete source.



> Add edit and unedit commands
> ----------------------------
>
>                 Key: SCM-317
>                 URL: http://jira.codehaus.org/browse/SCM-317
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-provider-cvs
>            Reporter: Emmanuel Venisse
>             Fix For: 1.x
>
>         Attachments: provider-cvs-with-edit.patch
>
>


-- 
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-317) Add edit and unedit commands

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

Olivier Lamy updated SCM-317:
-----------------------------

         Assignee: Olivier Lamy
    Fix Version/s:     (was: 1.x)
                   1.1.1

> Add edit and unedit commands
> ----------------------------
>
>                 Key: SCM-317
>                 URL: http://jira.codehaus.org/browse/SCM-317
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-provider-cvs
>            Reporter: Emmanuel Venisse
>            Assignee: Olivier Lamy
>             Fix For: 1.1.1
>
>         Attachments: provider-cvs-with-edit.patch
>
>


-- 
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-317) Add edit and unedit commands

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

Emmanuel Venisse updated SCM-317:
---------------------------------

    Fix Version/s: 1.x

> Add edit and unedit commands
> ----------------------------
>
>                 Key: SCM-317
>                 URL: http://jira.codehaus.org/browse/SCM-317
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-provider-cvs
>            Reporter: Emmanuel Venisse
>             Fix For: 1.x
>
>


-- 
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-317) Add edit and unedit commands

Posted by "Christophe Lallement (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_123238 ] 

Christophe Lallement commented on SCM-317:
------------------------------------------

Hello

Any news for integration of  this path into an official release ?
It work like a charm in my copany since many months.

Regards.

> Add edit and unedit commands
> ----------------------------
>
>                 Key: SCM-317
>                 URL: http://jira.codehaus.org/browse/SCM-317
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-provider-cvs
>            Reporter: Emmanuel Venisse
>             Fix For: 1.x
>
>         Attachments: provider-cvs-with-edit.patch
>
>


-- 
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-317) Add edit and unedit commands

Posted by "Christophe Lallement (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/SCM-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_113325 ] 

Christophe Lallement edited comment on SCM-317 at 11/13/07 5:48 AM:
--------------------------------------------------------------------

Hello

I can see that the issue depend on MRELEASE-189 .
It's not the truth, it's opposite.

I have made a path to add cvs edit feature
The patch is based on the 1.0 released (svn tag).

The fix  impact 3 projects:
* maven-scm-provider-cvs-commons
* maven-scm-provider-cvsexe
* maven-scm-provider-cvsjava

I have tested the both mode (native and command line) with success.

In fact the fix is in 2 parts:
1/ add the features into maven scm cvs plugins
2/ make a little patch because javacvs (netbeans) provide a default cvs command factory which does not include edit !!! (even the Edit command is present in the javacvs library ! ).

Let me know if you plan to include this in a next release.

Regards Christophe
PS: it's the first time i create a svn patch, if you want i can attach the complete source.




 was:
Hello

I can see that the issue depend on MRELEASE-189 .
It's not the truth, it's opposite.

I have made a path to add cvs edit feature
The patch is based on the 1.0 released (svn tag).

The fix  impact 3 projects:
* maven-scm-provider-cvs-commons
* maven-scm-provider-cvsexe
* maven-scm-provider-cvsjava

I have tested the both mode (native and command line) with success.

In fact the fix is in 2 parts:
1/ add the features into maven scm cvs plugins
2/ make a little patch because javacvs (netbeans) provide a default cvs command factory which does not include edit !!! (even the Edit command is present in the library.

let me know if you planne ti include this in a next release.

Regards Christophe
PS: it's the first time i create a svn patch, if you want i can attach the complete source.



> Add edit and unedit commands
> ----------------------------
>
>                 Key: SCM-317
>                 URL: http://jira.codehaus.org/browse/SCM-317
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-provider-cvs
>            Reporter: Emmanuel Venisse
>             Fix For: 1.x
>
>         Attachments: provider-cvs-with-edit.patch
>
>


-- 
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-317) Add edit and unedit commands

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

Emmanuel Venisse updated SCM-317:
---------------------------------

    Description: I'll look at it in details later (I don't know when) but it seems to be good, so I'll can include it.

> Add edit and unedit commands
> ----------------------------
>
>                 Key: SCM-317
>                 URL: http://jira.codehaus.org/browse/SCM-317
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-provider-cvs
>            Reporter: Emmanuel Venisse
>             Fix For: 1.x
>
>         Attachments: provider-cvs-with-edit.patch
>
>
> I'll look at it in details later (I don't know when) but it seems to be good, so I'll can include it.

-- 
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-317) Add edit and unedit commands

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

Emmanuel Venisse updated SCM-317:
---------------------------------

    Description:     (was: I'll look at it in details later (I don't know when) but it seems to be good, so I'll can include it.)

I'll look at it in details later (I don't know when) but it seems to be good, so I'll can include it.

> Add edit and unedit commands
> ----------------------------
>
>                 Key: SCM-317
>                 URL: http://jira.codehaus.org/browse/SCM-317
>             Project: Maven SCM
>          Issue Type: New Feature
>          Components: maven-scm-provider-cvs
>            Reporter: Emmanuel Venisse
>             Fix For: 1.x
>
>         Attachments: provider-cvs-with-edit.patch
>
>


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