Opened 18 years ago
Last modified 3 years ago
#5390 assigned defect
Zip Archive: aliases, symlinks
Reported by: | anonymous | Owned by: | Jun Omae |
---|---|---|---|
Priority: | normal | Milestone: | next-major-releases |
Component: | version control/browser | Version: | 0.10.3 |
Severity: | normal | Keywords: | zip symlink |
Cc: | Thijs Triemstra | Branch: | |
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Downloading source from the Trac Browsers "Zip Archive" generates Mac aliases or symlinks as files instead of links.
Attachments (0)
Change History (8)
follow-up: 5 comment:1 by , 18 years ago
comment:2 by , 16 years ago
Milestone: | → 0.13 |
---|---|
Owner: | changed from | to
Correct, Trac doesn't handle symlinks in zip archives.
comment:3 by , 15 years ago
This ticket now is already 3 years old. Will there be worked on? I nkow that ZIP cannot handle symlinks, but there still could be something done:
- create
.tar.gz
files as an alternative to.zip
- ommit the symlinks, and instead add some shell script to create them (this requires a reserved file name for the shell script)
- simply ommit the symlinks
To chose the required action, some option in trac.ini
could be used. The current behavior may cause problems in special cases, when e.g. the symlink en
to the directory en_US
gets converted into a file, and the program expects it to be a directory.
comment:4 by , 14 years ago
Cc: | added |
---|---|
Keywords: | zip added |
comment:5 by , 13 years ago
Replying to anonymous:
not sure if this helps any but here's a link to a link to a solution to symlinks using zipfile.
http://mail.python.org/pipermail/python-list/2005-June/328433.html
It's off of the Python mailing list
Looks like that should be http://mail.python.org/pipermail/python-list/2005-June/936407.html..
comment:8 by , 3 years ago
Keywords: | symlink added |
---|---|
Owner: | set to |
Status: | new → assigned |
not sure if this helps any but here's a link to a link to a solution to symlinks using zipfile.
http://mail.python.org/pipermail/python-list/2005-June/328433.html
It's off of the Python mailing list