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

Re: Server configuration management with svn question

From: James Coleman <jamesc_at_dspsrv.com>
Date: 2007-07-13 17:56:55 CEST

Jean-Sebastien Pilon wrote:
> Hello,
>
> I use Subversion for managing my Linux servers configurations. I commit
> the /etc directory of each box on a repository with subfolder for each
> host.

So is your /etc/ dir on each host an actual checkedout working copy?

>
> I came across a problem when trying to exclude files I do not which to
> monitor/version control.

Could you give more detail on your problem and list out steps you take
when you get the problem?

>
> How can I add files to an exclude list (even files that are already
> added to the repository) and avoid getting the file deleted off the
> system, in case I need to delete it from the repository to exclude it
> from further commits.
>

To avoid them getting deleted? During an svn update?

You can add ignores so that the files will not be listed in svn status but
ignored files will be deleted in many situations.

James.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jul 13 17:55:50 2007

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.