Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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.

2010-10-09 12:19
1.7

Diese Version enthält eine neue "- purge 'Option, dass alles innerhalb Verzeichnisse mit Platzhaltern gelöscht, außer den Platzhalter-Dateien selbst. Zusätzlich Hilfetext ist jetzt dynamisch nach der Konsole Windows formatiert.
Tags: Stable, cli
This version has a new '--purge' command line option that deletes everything within directories containing placeholders, except the placeholder files themselves. Additionally, the help text now is formatted dynamically according to the console's windows size.

2010-02-16 18:03
1.6.1

Diese Version behebt ein Problem mit symbolischen Links, die auf Verzeichnisse, die auch von nicht folgende symbolische Links erreichbar sind. A-Moll-Performance-Optimierung wurde.
Tags: Stable, cli
This version fixes an issue with symbolic links that point to directories, which are also reachable by not following symbolic links. A minor performance optimization was made.

2010-02-06 01:02
1.6

Dieses Release enthält eine neue Kommandozeilen-Option "- Follow-symlinks", die entscheidet, ob MarkEmptyDirs symbolische Links auf Verzeichnisse folgt (derzeit sind symbolische Links nur auf Unix-Dateisysteme unterstützt wird). Es behebt Verzeichnisbäume mit Symlinks nicht ordnungsgemäß verarbeitet und ein Problem mit Groß-und Kleinschreibung Dateisysteme und Platzhalter Dateinamen.
Tags: Stable, cli
This release adds a new commandline option "--follow-symlinks", which
decides whether MarkEmptyDirs follows symbolic links to directories
(currently, symbolic links are only supported on Unix filesystems). It
fixes directory trees with symlinks not being processed properly and an
issue with case-insensitive filesystems and placeholder filenames.

2009-08-19 06:18
1.5

Diese Version bietet drei neue Template-Variablen: ein "Platzhalter", Variable, 'dir' Variable und ein 'separator' Variable. Es werden zwei neue "- create-Haken" und "- delete-Haken"-Optionen, so dass Sie in Skripten Haken auf Platzhalter Schaffung ausgeführt werden / Löschen. Directory Scan-Leistung, Fehlerbehandlung, und helfen Meldung ausgegeben werden ebenfalls verbessert. Der Einfachheit halber, die "- trockene" Alias für den "- dry-run Option" aufgegeben worden ist. Ein Fehler ist auch behoben: die Menge der standardmäßig ausgeschlossen Verzeichnisse enthält jetzt 'CVS' anstelle von '. 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'.

2009-08-07 19:16
1.4

Eine neue Kommandozeilen-Option wurde hinzugefügt, die es Ihnen ermöglicht Variablenersetzung in Platzhalter-Dateien ein-oder auszuschalten. Platzhalter-Dateien werden nun mit den Standardeinstellungen des Systems Codierung (anstelle von ASCII-Codierung erstellt werden). Mehrere Unit-Tests wurden für die Qualitätssicherung aufgenommen. Einige kleinere Verbesserungen in Bezug auf Fehlerbehandlung hinzu.
Tags: Stable, cli
A new command line option was added that allows you to switch variable substitution within placeholder files on or off. Placeholder files now are created with the system's default encoding (instead of ASCII encoding). Several unit tests were added for quality assurance. Some minor improvements regarding error handling were added.

Project Resources