[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[bug] (1.1.0rc4) setting access time on symlinks

From: Karl Chen <quarl_at_eecs.berkeley.edu>
Date: 2004-09-25 08:11:34 CEST

Dear great Subversion developers,

'svn export' balks trying to set the timestamp on symlinks that
point to nonexistent files. (This includes files that don't *yet*
exist, but would later in the same export (i.e., downloaded
lexicographically later).)

Basically, Subversion shouldn't set access time at all on
symlinks.

E.g.:

mkdir /tmp/q1 ; cd /tmp/q1
svn mkdir $REPOS/foo ; svn co $REPOS/foo ; cd foo
ln -s b a
svn add a ; svn ci -m ''
# error below results even if 'b' is in the repo.

mkdir /tmp/q2 ; cd /tmp/q2
svn export $REPOS/foo

svn: Can't set access time of 'foo/a': No such file or directory

Karl

-- 
Karl 2004-09-24 22:44
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Sep 25 22:33:19 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.