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

Re: Svn add issue

From: Michael Wood <mwood_at_its.uct.ac.za>
Date: 2003-08-12 10:50:34 CEST

On Mon, Aug 11, 2003 at 09:40:37AM -0500, McPherson, Clyde C wrote:
> I am using version 0.24.0 of subversion. When I try svn add on a
> symbolic linked file, I get the following errors:
>
> svn: Trying to use an unsupported feature
> svn: Unsupported node kind for path 'nettop.admin'.
>
> Does svn support symbolic linked files? Will there be support for
> symbolic linked files in future versions of svn? Are there any current
> work-arounds?

Does this count as a workaround?

Instead of having:
  /etc/somefile
  /var/svn/wc/etc/somefile -> /etc/somefile

Do this:
  /etc/somefile -> /var/svn/wc/etc/somefile
  /var/svn/wc/etc/somefile

-- 
Michael Wood <mwood@its.uct.ac.za>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 12 10:51:33 2003

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

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