[ python-Bugs-857297 ] Tarfile and hard-links

SourceForge.net noreply at sourceforge.net
Tue Dec 9 21:22:46 EST 2003


Bugs item #857297, was opened at 2003-12-10 02:22
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=857297&group_id=5470

Category: Python Library
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Ricardo Martins (aggression)
Assigned to: Nobody/Anonymous (nobody)
Summary: Tarfile and hard-links

Initial Comment:
The attachment has a tar.gz file which contains a file
and an hard-link to that file. The Python script
unpacks the tar file to 3 locations: the current
directory, the current directory specified by absolute
path and /tmp). In the machines I've tested it, when
unpacking to /tmp (or any other directory that does not
belongs to the same branch as the current) the
hard-link is not created. Am I missing something ?

I have tested it with the tarfile module that ships
with Python 2.3.2, and with the CVS tarfile module, the
behavior is the same.

Regards
Ricardo Martins

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=857297&group_id=5470



More information about the Python-bugs-list mailing list