문제

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