//建本地工作副本
using (SvnClient client = new SvnClient())
{
client.Authentication.Clear();
client.Authentication.UserNamePasswordHandlers+=Authentication_UserNamePasswordHandlers;
client.Authentication.SslServerTrustHandlers+=Authentication_SslServerTrustHandlers;
try
{