Why do you need a specific login for git? In our company each developer exchanges keys with the main server hosting our git repositories and then the repository URL simply contains the user which we exchanged keys with. For example: ssh://[email protected]/gitall/reponame
Sent from my iPad On 4 באפר 2012, at 17:16, Olivier Lamy <[email protected]> wrote: > Hello, > > > 2012/4/4 John Patrick <[email protected]>: >> Want to help specifically with Git and Perforce as I'm using them both >> daily with Maven projects. >> >> Looking at the "Overview of SCM's" page against the "Maven SCM >> Providers Matrix" page, it seams to have mixed messages and feels out >> of date. > Agree. We probably need some help/contributions here :-). > I can review your patches and apply it ! >> >> Perforce is listed under "Fully implemented SCM's". But apparently >> doesn't have the following features. >> - Branch - Not Implemented >> - Export - Not Implemented >> - List - Not Implemented >> - Login - Not In SCM *I disagree with this as I have to log into >> Perforce each day. >> - Pure Java - Not Implemented >> >> Git is listed under "Partially implemented SCM's". But apparently >> doesn't have the following features. >> - Edit - Not in SCM >> - Export - Not in SCM >> - Login - Not In SCM >> - Unedit - Not In SCM >> - Pure Java - Not Implemented >> >> >> >> Would I be duplicating anyone else's work, if I start looking at >> implementing: >> >> 1) Perforce Pure Java client > We usually have an other provider for that see (see > http://code.google.com/a/apache-extras.org/p/maven-scm-provider-svnjava/) >> >> 2) Perforce Login >> >> 3) Git Pure Java client > same as perforce (I think there already exists but I don't remember > which fork of github is up2date :-) ). see > https://github.com/struberg/maven-scm-providers-git module called > maven-scm-provider-jgit ) >> >> 4) Maven SCM Providers Matrix, add column for site. i.e. Project >> Information->Source Repository. As last time I checked for git it >> doesn't output helpful details. >> >> >> >> John >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > > -- > Olivier Lamy > Talend: http://coders.talend.com > http://twitter.com/olamy | http://linkedin.com/in/olamy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
