Skip to content
Prev 8022 / 63424 Next

R 1.6.0 beta

Erich Neuwirth <erich.neuwirth@univie.ac.at> writes:
In the tar file all the foo_tgz's are symbolic links to
foo_7.9-13.tar.gz etc. Now, Windows doesn't have symlinks...

You probably have a tar that ignores symbolic links. I believe Brian's 
creates an extra copy of the file. 

The symlinks offered a quick solution to the problem of keeping track
of dependencies on files that change not only their timestamps but
also their name.  (Relevant for the core developers and people who
build from the rsync snapshots.)  I suspect there's a better way, I
just didn't see it before feature freeze...