문제

Hi I need to checkout one project maintained on CodePlex to our private repository - SVN hosted on another server.

Is there any way using which I can directly checkout code from CodePlex to a hosted SVN?

도움이 되었습니까?

해결책

  1. You can't checkout from repository to repository directly (checkout transfer from repository to Working Copy only)
  2. If you want to have Read-Only mirror of CodePlex locally - you can try to build SvnSync
  3. If you can create local Repository with the same UUID, as CodePlex's repo - you can sync manually (update WC from CodePlex, relocate WC, commit, return to Codeplex binding of WC)
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top