Question

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?

No correct solution

OTHER TIPS

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%

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top