RE: Re: Server configuration management with svn question
From: Jean-Sebastien Pilon <jspilon_at_PENSON.CA>
Date: 2007-07-13 20:57:28 CEST
> > I use Subversion for managing my Linux servers configurations. I
Yes each /etc is a working copy of
https://subversion/repository/<hostname>/etc
I achieved the "import" like this
$ svn mkdir https://subversion/repository/<hostname>
Now when a file is modified on the servers, it must be committed each
> > I came across a problem when trying to exclude files I do not which
I wish to exclude files which I find too noisy and that are system
I did the following:
$ svn pe svn:ignore /etc
Added files on separate lines
$ svn status
That said that . (/etc) was modified...
$ svn commit
Now I modify the file /etc/test (which is listed in the ignores)
$ svn status
Says that the file is modified...
> > How can I add files to an exclude list (even files that are already
Now what I want to achieve is doable very easily when I start versioning
NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this transmission by mistake and delete this communication from your system. E-mail transmission cannot be guaranteed to be secured or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses.
AVIS: Le présent courriel contient des renseignements de nature privilégiée et confidentielle et n’est destiné qu'à la personne à qui il est adressé. Si vous n’êtes pas le destinataire prévu, vous êtes par les présentes avisés que toute diffusion, distribution ou reproduction de cette communication est strictement interdite. Si vous avez reçu ce courriel par erreur, veuillez en aviser immédiatement l’expéditeur et le supprimer de votre système. Notez que la transmission de courriel ne peut en aucun cas être considéré comme inviolable ou exempt d’erreur puisque les informations qu’il contient pourraient être interceptés, corrompues, perdues, détruites, arrivées en retard ou incomplètes ou contenir un virus.
---------------------------------------------------------------------
|
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.