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

Adding external symlinks to svn repositories

From: Sandip Bhattacharya <sandip_at_linux-delhi.org>
Date: 2004-05-26 11:46:30 CEST

Hi!

I was thinking of maintaining a system wide repository of important
configuration files. I tried to create a repository filled with symlinks
to different actual configuration files in the system, like /etc/passwd,
/etc/samba/smb.conf, etc. The reason I am using symlinks is so that I
dont forget adding the changes manually to the repository.

Unfortunately, svn doesnt recognize these symlinks. It keeps on aborting
with the following message:

===============
[root@pluto root]# svn add .fetchmailrc
svn: Unsupported node kind for path '.fetchmailrc'
[root@pluto root]# svn --version
svn, version 1.0.2 (r9423)
    compiled May 15 2004, 13:40:00

===============

Is there any way I can ask svn to treat symlinks as normal files and
follow them to get the actual file contents?

Thanks,
   Sandip

-- 
Sandip Bhattacharya
sandip (at) puroga.com
Puroga Technologies Pvt. Ltd.
Work: http://www.puroga.com        Home: http://www.sandipb.net
GPG: 51A4 6C57 4BC6 8C82 6A65 AE78 B1A1 2280 A129 0FF3
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 26 19:32:37 2004

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.