This list compares scm provider availability in Maven SCM, tracking all publicly available scm providers.
If a publicly available plugin is not on the list, please email the Maven SCM users list asking to add it.
A red X in a column means the command is not yet available for Maven SCM.
We hope to implement all commands for supported scm tools.
We need folks in the community to help out with the writing/testing effort.
If you can create a scm provider, please email the Maven SCM users list to have your comments added.
The number of is an attempt to priorities based on my guess at usage. Means whether we need it is not yet determined and so should be the lowest priority
Key: = Non functional = Functional = Not implemented = Doesn't exist in SCM tool
I am currently implementing a synergy plugin for the SCM. However, I don't under...
I am currently implementing a synergy plugin for the SCM. However, I don't understand how I can make the release plugin use the synergy URL I have defined.
The plugin is still not ready for publishing of course, so I need to test it on my machine.
Any tips? Any tips on where I can get information on this?
Liran, release plugin will can use your providrr if you add your provider as dep...
Liran,
release plugin will can use your providrr if you add your provider as depency of release plugin in your pom or you can patch release plugin with this dependency
Can you support Arch in the 2.x? Although Arch is not so popular in this time be...
Can you support Arch in the 2.x? Although Arch is not so popular in this time being, but its unique feature will become lots of the people choice in the future. Here is the features that attract me:
Works on Whole Trees arch keeps track of whole trees - not just individual files. For example, if you change many files in a tree, arch can record all of those changes as a group rather than file-by-file; if you rename files or reorganize a tree, arch can record those tree arrangements along with your changes to file contents.
Changeset Oriented arch doesn't simply "snapshot" your project trees. Instead, arch associates each revision with a particular changeset: a description of exactly what has changed. arch provides changeset oriented commands to help you review changesets, merge trees by applying changesets, examine the history of a tree by asking what changesets have been applied to it, and so forth.
Fully Distributed arch doesn't rely on a central repository. For example, there is no need to give write access to a project's archive to all significant contributors, instead, each contributor can have their own archive for their work. arch seamlessly operates across archive boundaries.
Does anyone have any more information on the possible bounty from Serena for a D...
Does anyone have any more information on the possible bounty from Serena for a Dimensions provider? I might be quite interested in having a go at this - but I wasn't aware that Serena provided any APIs to Dimensions.
Could use the command line - but this is clunky at best, prompts for userid/password all the time and there is no way to provide userid/password on command line.
Comments (19)
Oct 14, 2005
Anonymous says:
What is involved in adding support for a new SCM to Maven 2.0?What is involved in adding support for a new SCM to Maven 2.0?
Oct 15, 2005
Emmanuel Venisse says:
For adding support for a new scm, you only need to implement a new scm provider ...For adding support for a new scm, you only need to implement a new scm provider in maven-scm. It will can be used after in maven1, m2 and continuum
Nov 03, 2005
Guillermo Castro says:
You're missing the MKS Source Integrity SCM. It's what we use at our company. Th...You're missing the MKS Source Integrity SCM. It's what we use at our company. The website for mks is http://www.mks.com/
Nov 29, 2005
Anonymous says:
Don't forget subversion too :)Don't forget subversion too
Dec 26, 2005
Liran Zelkha says:
I am currently implementing a synergy plugin for the SCM. However, I don't under...I am currently implementing a synergy plugin for the SCM. However, I don't understand how I can make the release plugin use the synergy URL I have defined.
The plugin is still not ready for publishing of course, so I need to test it on my machine.
Any tips? Any tips on where I can get information on this?
Jan 13, 2006
Anonymous says:
What about Harvest from Computer Associates.What about Harvest from Computer Associates. http://www3.ca.com/solutions/Product.aspx?ID=255
~Praveen
Jan 14, 2006
Emmanuel Venisse says:
Liran, release plugin will can use your providrr if you add your provider as dep...Liran,
release plugin will can use your providrr if you add your provider as depency of release plugin in your pom or you can patch release plugin with this dependency
Jan 14, 2006
Emmanuel Venisse says:
Praveen, i didn't know Harvest. Do you want write a scm provider for it.Praveen,
i didn't know Harvest. Do you want write a scm provider for it.
Mar 17, 2006
James Marca says:
What about git support?What about git support?
http://www.kernel.org/pub/software/scm/git/
Mar 20, 2006
Emmanuel Venisse says:
I don't know git. If you want a support of it in MavenSCM, you can start to writ...I don't know git. If you want a support of it in Maven-SCM, you can start to write a provider for it.
Mar 20, 2006
Henrik Jönsson says:
Hi, What is the process for adding support for a new SCM system? I want to add...Hi,
What is the process for adding support for a new SCM system?
I want to add support for CM Synergy.
Mar 21, 2006
Emmanuel Venisse says:
Great. you can subscribe to scmdev@maven.apache.org. Me or other guys will help ...Great.
you can subscribe to scm-dev@maven.apache.org. Me or other guys will help you to start the implementation.
Mar 31, 2006
jaikumar sharma says:
Please add MKS SI SCM support too\!Please add MKS SI SCM support too!
Apr 20, 2006
choain says:
Hi, I search support for CM Synergy. has anyone have implemented it? I will be ...Hi,
I search support for CM Synergy. has anyone have implemented it?
I will be happy to contribute implementation if there is no version or preversion
.
If there is an existing functional or pre functional version where can I get it?
Apr 21, 2006
Emmanuel Venisse says:
I don't think something is started yet for CM Synergy. If you want to start it, ...I don't think something is started yet for CM Synergy.
If you want to start it, you can subscribe to scm developers list, and we'll help you to start.
Jul 12, 2006
Anonymous says:
For git support seeFor git support see http://jira.codehaus.org/browse/SCM-182
Jul 27, 2006
Anonymous says:
Can you support Arch in the 2.x? Although Arch is not so popular in this time be...Can you support Arch in the 2.x? Although Arch is not so popular in this time being, but its unique feature will become lots of the people choice in the future. Here is the features that attract me:
Jul 28, 2006
Emmanuel Venisse says:
We'll can support Arch if someone want to implement the Arch provider. Maybe you...We'll can support Arch if someone want to implement the Arch provider. Maybe you want to do it
Sep 13, 2006
Steve Dalton says:
Does anyone have any more information on the possible bounty from Serena for a D...Does anyone have any more information on the possible bounty from Serena for a Dimensions provider? I might be quite interested in having a go at this - but I wasn't aware that Serena provided any APIs to Dimensions.
Could use the command line - but this is clunky at best, prompts for userid/password all the time and there is no way to provide userid/password on command line.