프로그램

This client is too old to work with working copy

고요한하늘... 2011. 8. 5. 10:19

This client is too old to work with working copy


command list :


1.$ mkdir ./tmp_dir
2.$ svn co http://domain/path/to/svn ./tmp_dir
3.$ cd ./live_site
4.$ rm -rf `find . -type d -name .svn`
5.$ cd ../
6.$ rsync -auv ./tmp_dir/ ./live_site/
7.$ cd ./live_site
8.$ svn update



http://www.robsearles.com/2008/12/10/svn-client-is-too-old-to-work-with-working-copy-solution-using-rsync/

'프로그램' 카테고리의 다른 글

data visualization  (0) 2012.04.23
mod_fastcgi 설치시 에러( dlname not found in )  (0) 2011.09.15
sudo 비밀번호 없이 동작  (0) 2011.07.27
ssh 설정  (0) 2011.07.06
아파치 프로세스 설정 및 아파치 로그 설정  (0) 2011.07.04