2013. 5. 30. 11:46 IT
SVN Hook command
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
SVN Hook cmd Script
1. UPDATE
@echo off
SET WORKING_COPY="C:\로컬경로"
"VisualSVN Server 경로\bin\svn.exe" update %WORKING_COPY% --username webUpdater --password 암호 --non-interactive --trust-server-cert
(--non-interactive --trust-server-cert 은 https 인증 오류로 붙임. 인증서 설치된 서버는 생략.)
2. CLEANUP
"VisualSVN Server 경로\bin\svn.exe" cleanup %WORKING_COPY% --username webUpdater --password 암호 --non-interactive --trust-server-cert
'IT' 카테고리의 다른 글
ASP MAC Address 알아내기 FROM TAEYO.NET. (0) | 2013.06.18 |
---|---|
IIS ASP.NET 동작 에러 ( 500.21 ) (0) | 2013.05.30 |
암호화/복호화 Component (0) | 2013.05.15 |
Visual SVN Server & tortoise SVN Client (0) | 2013.05.13 |
모바일 홈피 scalable Meta tag. (0) | 2013.05.07 |