Download List

프로젝트 설명

CVS, GIT, and Mercurial as well as other well-known version control systems cannot version directories. In other words, you cannot add empty directories. A "workaround" for this issue is to use placeholder files that are placed into empty directories. These placeholder files can then be committed into the repository and will make sure that, upon checkout, the directory tree is entirely reconstructed. The problem with using placeholder files is that you need to create them, and need to delete them if they are not necessary anymore (because sub-directories or real files were added). With big source trees, managing these placeholder files can be cumbersome and error prone. MarkEmptyDirs can manage the creation/deletion of such placeholder files automatically. It creates placeholder files in all empty "leaf" directories. If later on new files or directories are put into such directories, the placeholder files are not necessary anymore, and are removed automatically.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-08-19 06:18 Back to release list
1.5

이 버전은 3 개의 새로운 템플릿 변수 : '자리표 시자'변수 '만해'변수 '구분'변수를 추가합니다. 그것은 두 가지의 새로운 '- 생성 - 연결'과 '- 삭제 - 후크'옵션 지정자 스크립트의 작성에서 실행을 연결 / 삭제할 수 있도록 추가합니다. 디렉토리 검색의 성능, 오류를 처리하는 데 도움이 메시지가 출력도 향상됩니다. 단순화하기 위해, '- 건조 - 실행'옵션을 포기했다 용 '- 드라이'의 별칭. 버그도 해결됩니다 : 기본 설정 제외 디렉토리가 지금 들어 'CVS는'대신에 '합니다. cvs를'.
Tags: Stable, cli
This version adds three new template variables: a 'placeholder' variable, a 'dir' variable, and a 'separator' variable. It adds two new '--create-hook' and '--delete-hook' options, allowing you to hook in scripts to be executed on placeholder creation/deletion. Directory scanning performance, error handling, and help message output are also improved. For simplicity, the '--dry' alias for the '--dry-run' option has been abandoned. A bug is also fixed: the set of default excluded directories now contains 'CVS' instead of '.cvs'.

Project Resources