Community
Participate
Working Groups
The javadoc on KnownRepositories#getRepository(String location) says the uri format is connection:user[:password]@host[#port]:root However, the uri must be prefixed with an additional colon as follows to work correctly :connection:user[:password]@host[#port]:root We are fixing some failing PDE tests that involve CVS (bug 338133) and had problems getting the URI correct because of this.
Fixed in HEAD. Available in builds >=N20110228-2000.