ここに私のコードの一部があります:
Uri branches = new Uri(@"https://127.0.0.1:8443/svn/CXB1/Validation/branches");
Uri testBranch = new Uri(branches, "test");
testBranches
になると思いますがhttps://127.0.0.1:8443/svn/CXB1/Validation/branches/test
、そうですhttps://127.0.0.1:8443/svn/CXB1/Validation/test
。Uri(Uri, string) コンストラクターがパスの最後の部分を食べる理由がわかりません。