Re: protocol handlers for cvs, et al?
"Robert Dale" <[email protected]>
| Newsgroups | gmane.org.user-groups.trijug.juglist |
|---|---|
| Message-ID | <[email protected]> |
You could wrap all the different cvs, svn, etc clients out there, but perhaps it would be better to use Maven SCM [1] (which has support for cvs, clearcase, svn, and many others). [1] http://maven.apache.org/scm/ On 4/20/07, Thomas L Roche <tlroche-r/[email protected]> wrote: > http://java.sun.com/j2se/1.5.0/docs/api/java/net/URL.html > http://java.sun.com/javase/6/docs/api/java/net/URL.html > > Protocol handlers for the following protocols are guaranteed to > > exist on the search path :- > > > http, https, ftp, file, and jar > > > Protocol handlers for additional protocols may also be available. > > but not Out Of The Box. Fortunately protocol handlers are pluggable > (see > > http://java.sun.com/developer/onlineTraining/protocolhandlers/ > > ) but I'm wondering if folks can point me to one or more > well-respected Java implementations for scheme=cvs: so I don't hafta > write (and more importantly, test) one. (Extra points for scheme= > {clearcase:, svn:}.) > > > _______________________________________________ > Juglist mailing list > [email protected] > http://trijug.org/mailman/listinfo/juglist_trijug.org > -- Robert Dale