On 2012-06-21 09:34:12 +0200, Vincent Lefevre wrote: > If the change is really intended, perhaps this should be controlled > by an option, with the 3 possible behaviors (1: never resolve symlinks; > 2: resolve internal symlinks, like 1.6 and ls; 3: resolve symlinks > completely).
Actually this is not directly related to symbolic links, but more how a path is resolved (there might be similar problems if one mounts some FS over a versioned directory, though I assume that this is highly discouraged). I would say that a path without a peg revision should follow the usual path resolution mechanism (as described in the path_resolution(7) man page). Paths with peg revision are special and could be seen as some form of relative URL's. Even the current behavior is poorly specified. I've sent a mail to the subversion-users mailing-list. -- Vincent Lefèvre <[email protected]> - Web: <http://www.vinc17.net/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/> Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

