문제

Is it possible to check when in time a file/working copy was updated locally to a specific revision (i.e. even if local files got overwritten by say further revision updates)?

도움이 되었습니까?

해결책

  1. svn up updates Working Copy, not repository
  2. No, you can't check it (at least internally in svn), except checking timestamp of file (with use-commit-times disabled)
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top