#TIL #svn #linux #macos 파일 실행 권한을 svn 프로퍼티로 적용
Subversion provides the svn:executable property as a way to specify that the executable bit for the file on which that property is set should be enabled, ...
Subversion provides the svn:executable property as a way to specify that the executable bit for the file on which that property is set should be enabled, ...
배포에 SVN을 사용한다. 단순히 복사해서 커밋한다면 삭제한 파일 반영이 안 된다. 삭제된 파일을 반영해야 한다.
C:\> svn info %SVN_URL%/branches/%BRANCH_NAME% C:\> git ls-remote --exit-code --heads %GIT_URL% %BRANCH_NAME%