protocol handlers for cvs, et al?
Thomas L Roche <tlroche-r/[email protected]>
| Newsgroups | gmane.org.user-groups.trijug.juglist |
|---|---|
| Message-ID | <OFAD85241B.5C3B1EAC-ON852572C3.005D8FC3-852572C3.005E344D@us.ibm.com> |
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:}.)