Dirk Hoerner <dirker@xxxxxxxxx> writes: > Instead of a cleartext password, the CVS pserver expects a scrambled one > in the authentication request. With this patch it is possible to import > CVS repositories only accessible via pserver and user/password. > > Signed-off-by: Dirk Hoerner <dirker@xxxxxxxxx> Thanks. While I appreciate your effort to add a test, I'd rather not apply the test part of your patch for two reasons: - It is not a test against a real cvs pserver but is a whitebox test to verify that the program says what the program is supposed to spit out to the network; and - It still is a network test that will fail if the TCP port is occupied for whatever reason when the test is run, which will make automated build and test cycle unreliable. Unfortunately, I do not see an easy way to run a real cvs pserver listening to a local unix domain socket under $TRASH_DIRECTORY, which would solve both of the above issues. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html