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

Re: CGI for repository administration

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-01-08 03:11:28 CET

Justin Erenkrantz <jerenkrantz@apache.org> writes:
> > Seems simpler to just stat whatever the link points to, rather than
> > the link itself. IOW, remove the APR_FINFO_LINK. Since we aren't
> > interested in links right now, this is the simplest answer.
>
> I have been using a modified version locally of io.c that does exactly
> that for a while now because I have a working copy whose top-level
> directory is a symlink. Otherwise, svn fails on all operations in
> that WC (wc is not a dir error).

3831 was committed for a reason. An actual bug had been encountered
-- I don't remember what, but cmpilato may remember. We shouldn't
just back it out.

It may be that a flag to svn_io_check_path() (I know, I know, another
flag) to control how to treat links is a good solution; since
different callers have different needs, it may be the cleanest way to
go.

Let's first see if Mike remembers what the problem was.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 8 03:56:09 2003

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.