Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: maven-scm-provider-cvs
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Issue Links
- is depended upon by
-
MRELEASE-189
Release with CVS SCM failed when Checkout is read-only
-
Activity
Emmanuel Venisse
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 1.x [ 13501 ] |
Emmanuel Venisse
made changes -
| Link | This issue is depended upon by MRELEASE-189 [ MRELEASE-189 ] |
Christophe Lallement
made changes -
| Attachment | provider-cvs-with-edit.patch [ 30487 ] |
Emmanuel Venisse
made changes -
| 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. |
Emmanuel Venisse
made changes -
| 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. |
Olivier Lamy
made changes -
| Fix Version/s | 1.x [ 13501 ] | |
| Assignee | Olivier Lamy [ olamy ] | |
| Fix Version/s | 1.1.1 [ 14522 ] |
Olivier Lamy
made changes -
| Fix Version/s | 1.1.1 [ 14522 ] | |
| Fix Version/s | 1.2 [ 14523 ] |
Olivier Lamy
made changes -
| Fix Version/s | 1.3 [ 14523 ] | |
| Assignee | Olivier Lamy [ olamy ] |
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:
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.