git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Maintaining a repository with symlinks
@ 2009-05-08 11:00 Robert Munteanu
  0 siblings, 0 replies; only message in thread
From: Robert Munteanu @ 2009-05-08 11:00 UTC (permalink / raw)
  To: git

Hi,

I'm trying to build a repository of the system configuration files in
/etc. Named is installed in a chroot jail in
/var/named/chroot/var/named/data . I'm interested in getting both the
regular etc files and the named ones in the same repository since I
use branches to stage changes and it makes life easier when adding an
apache virtual host and a name server entry at the same time.

I've tried unifying the directory structure by symlinking them, but
git refuses to add that path:

[root@ns1 etc]# ln -s /var/named/chroot/var/named/ named-chroot
[root@ns1 etc]# git add named-chroot/*
fatal: 'named-chroot/xxx.xxx' is beyond a symbolic link

I've googled for 'git symlink' but I found no relevant information.

Is there another way of joining these directories into one repository?

Thanks,

Robert

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-08 11:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-05-08 11:00 Maintaining a repository with symlinks Robert Munteanu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).