方法中少个方法就会出现一些问题.

比如进行了断线测试,结果再操作时就出现了文件被锁的情况,最终查了官网的论坛,才得以解决

 How to unlock if the working copy is locked?

You can use SvnClient.Cleanup(path) for this. (Equivalent to 'svn cleanup
<path>')                    你可以使用cleanup 这个方法解决这个问题.我的方法里边确实没这步,于是就出现这种问题.

See http://docs.sharpsvn​.net/current/html/M_​SharpSvn_SvnClient_C​leanUp.htm
for the MSDN like documentation of this method.

 

相关文章:

  • 2021-08-21
  • 2022-12-23
  • 2022-03-08
  • 2022-12-23
  • 2021-06-13
  • 2021-12-07
  • 2021-05-30
猜你喜欢
  • 2021-07-16
  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案