Commit failed (details follow):

Windows下:

  当TortoiseSVN  svn客户端,如果遇到"认证错误"而且

  又不弹出让你重新登录的窗口时,错误信息

  Java代码

  Commit failed (details follow):

  认证失败

  conf文件下的svnserve.conf,将

  # password-db = passwd

  除去行前的#和空格,注意必须去掉空格

  passwd

  [users]

  harry = harryssecret

  sally = sallyssecret

  除去行前的#和空格,注意必须去掉空格。


你可能感兴趣的:(windows,SVN,tortoiseSVN)