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

RE: Re: SVN ignoring the change in a file

From: Thompson, Graeme (GE Infra, Aviation) <Graeme.Thompson_at_ge.com>
Date: Thu, 17 Apr 2008 03:02:14 -0400

It sounds like you want to store a configuration file in the repository
with defaults that get updated by the user whilst running the program???

If this is the case you have 2 options:

1) Have a default settings file that is constantly read only and store
the user changed settings in another file.
2) Store the file in another location under version control and copy it
to the 'correct' location during the build / setup phase of your
project.

HTH,

Graeme

> -----Original Message-----
> From: Ryan Schmidt [mailto:subversion-2008b_at_ryandesign.com]
> Sent: 16 April 2008 17:07
> To: miguel.rentes_at_efacec.pt
> Cc: users_at_subversion.tigris.org
> Subject: Re: SVN ignoring the change in a file
>
>
> On Apr 16, 2008, at 5:27 AM, Miguel Rentes wrote:
>
> > I wanted SVN to ignore a change in a particular file and
> not showing
> > me (or commiting) the file when I do a "svn status". I have
> tried to
> > do a "svn propset svn:ignore '<file name here i want to
> > ignore>" . " but it doesn't work. How can I do this? I also don't
> > want the file to be external, it must be in the repository
> but I just
> > want SVN to ignore its contents and changes.
>
> Subversion doesn't do this. If a file is in the repository,
> then changes you make to that file in a working copy will be
> shown by "svn status".
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-17 09:03:49 CEST

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.