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

Re: Ev2 symlinks

From: Greg Stein <gstein_at_gmail.com>
Date: Fri, 28 Jun 2013 01:25:42 -0400

On Fri, Jun 28, 2013 at 1:19 AM, Daniel Shahaf <danielsh_at_elego.de> wrote:
>...
> So, to be explicit: calling add_symlink() when driving the FS commit
> editor is a bug;

Of course not. The FS commit editor knows how to represent a symlink
within the FS. (however the FS design changes over time)

> calling add_file(svn:special='*', contents="link foo")
> when driving the wc-ng update editor is also a bug.

Correct. If you're driving Ev2, then you should not be working with
"special" files. You should be working with the appropriate node_kind
values.

The "old" "special" representation is just that: old. In wc-ng and
Ev2, you work directly with symlinks.

>...

Cheers,
-g
Received on 2013-06-28 07:26:20 CEST

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.