dev/tool
-
svn to git on Windowsdev/tool 2019. 1. 30. 18:33
https://docs.microsoft.com/en-us/azure/devops/articles/perform-migration-from-svn-to-git?view=azure-devops Migrate from Subversion (SVN) to Git - Azure Repos Learn how to migrate from Subversion (SVN) to Git, including history docs.microsoft.com + https://gist.github.com/ikaruce/9c8dc57849e003df6fdc SVN에서 Git으로 전환하기(브랜치와 태그 보전하면서) SVN에서 Git으로 전환하기(브랜치와 태그 보전하면서). GitHub Gist: instantly share cod..
-
개발 속도를 향상시킬수 있는 자바스크립트용 VSCode 확장들dev/tool 2018. 4. 27. 10:08
Quokka.jsBracket Pair Colorizer and Indent RainbowSnippetsTodo HighlighterImport CostREST ClientAuto Close Tag and Auto Rename TagGitLensGit Project ManagerIndenticatorVSCode IconsDracula (Theme) 출처https://codeburst.io/top-javascript-vscode-extensions-for-faster-development-c687c39596f5
-
svn sync 동기화, 백업dev/tool 2016. 11. 16. 18:29
1. repo 생성(툴/명령어)2. pre-revision property change hook 내용 추가2.1. exit 0;3. svnsync init {백업 경로} {원본 경로}3.1. 경로는 url 이나 물리 파일 경로 가능3.2. 명령 실행시 인자로 백업/원본 svn 에 필요한 user/password 정보 전달 가능3.3. 3.2 를 하지 않을 경우 콘솔창에서 추가 정보 수동 입력 가능3.4. 명령 실행 성공시 "Copied properties for revision 0." 출력4. svnsync sync {백업 경로}4.1. 3. 에서 입력된 원본 경로, 사용자 정보를 바탕으로 동기화 시작 * 백업/원본 pc 가 아닌 제3의 pc 에서도 위 전체 단계 수행 가능 * 어떠한 이유로 동기화도중 ..
-
windows 에서 svn commit log 수정하기 설정dev/tool 2016. 9. 6. 15:03
http://svnbook.red-bean.com/en/1.0/ch05s02.htmlhttp://stackoverflow.com/a/693032 pre-revprop-change hook@ECHO OFF:: Set all parameters. Even though most are not used, in case you want to add:: changes that allow, for example, editing of the author or addition of log messages.set repository=%1set revision=%2set userName=%3set propertyName=%4set action=%5 :: Only allow the log message to be change..
-
Windows 7 SDK installation failuredev/tool 2014. 1. 21. 00:59
http://stackoverflow.com/questions/1901279/windows-7-sdk-installation-failureC:\Program Files\Microsoft SDKs\Windows\v7.1\Setup\SFX\vcredist_x86.exe installation failed with return code 5100Solution: Uninstall any existing Visual C++ 2010 redistributable.