commit | 3c102f30fc6b0782215783545780dbb1286a0ed9 | [log] [tgz] |
---|---|---|
author | Lars Gustäbel <lars@gustaebel.de> | Thu Jun 03 12:38:15 2010 +0000 |
committer | Lars Gustäbel <lars@gustaebel.de> | Thu Jun 03 12:38:15 2010 +0000 |
tree | 76af258e8e2b617c1fad183997151c15374099a8 | |
parent | 9bcbe49ba1b84cdd97f576c8347a12afaa67f545 [diff] |
Blocked revisions 81667 via svnmerge ........ r81667 | lars.gustaebel | 2010-06-03 14:34:14 +0200 (Thu, 03 Jun 2010) | 8 lines Issue #8741: Fixed the TarFile.makelink() method that is responsible for extracting symbolic and hard link entries as regular files as a work-around on platforms that do not support filesystem links. This stopped working reliably after a change in r74571. I also added a few tests for this functionality. ........