I am trying to checkout my project. After 80% it not moving forward and showing just checking out.

So, I closed Eclipse and restarted because checkout process not closing even I click on terminated icon. That's ok. I tried multiple times in multiple ways.

How to check-out remaining 20% instead of starting from first?

没有正确的解决方案

其他提示

These 2 steps should solve your problem:

  1. perfom svn cleanup to remove the lock, which is probably present because of interrupting the checkout

  2. perform svn update. This should checkout the remaining 20%

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top