Linux.com

I just use symlinks

Posted by: Anonymous Coward on March 08, 2006 11:56 PM
I use subversion and symbolic links in order to track changes on my config files.

I just put the working directory with my config files into<nobr> <wbr></nobr><tt>/opt/foo/etc/</tt> for example. Then I link the file<nobr> <wbr></nobr><tt>/opt/foo/etc/fstab.tomcatservers </tt> to<nobr> <wbr></nobr><tt>/etc/fstab</tt>

With this I can handle the same common config files onto multiple servers

#

Return to Using versioning for your configuration files