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

Re: svn commit: r14081 - trunk/subversion/libsvn_client

From: John Szakmeister <john_at_szakmeister.net>
Date: 2005-04-11 04:00:50 CEST

On Sunday 10 April 2005 18:21, Philip Martin wrote:
[snip]
> Should cat_local_file follow svn:special symbolic links?

I suppose it should. I have a patch attached with all of the fixes,
including support for resolving the symbolic link. However, I'm not sure
it's entirely correct. Here's the relevant snippet:
  if (special)
    {
      svn_string_t *resolved_path;
      SVN_ERR (svn_io_read_link (&resolved_path, path, pool));
      path = resolved_path->data;
    }

My question is do I have to now go back an get an access baton for the new
resolved path? I suppose I should probably check the resolved path and
make sure it's a file too, or can I be certain that it points to a file?

Thanks for the help.

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Mon Apr 11 04:19:19 2005

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.