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

Re: checkout-only files with svn - How?

From: Wendy Smoak <wsmoak_at_gmail.com>
Date: 2006-06-01 06:34:21 CEST

On 5/31/06, Daniel Lohmann <daniel.lohmann@informatik.uni-erlangen.de> wrote:

> I have a set of files (user configuration files) that are required to
> build the project, but are modified per-user on the users side.
>
> Hence, I want these files to be checked out / updated only if they do
> not exist. Morover, changes to them should never be committed into the
> repository.
...
> Anything else I can try?

With Ant-built Java projects, there is often a
'build.properties.sample' file that users/developers are expected to
copy and modify. The sample is in the repository, but the customized
'build.properties' files are not under version control and are never
checked in.

HTH,

-- 
Wendy
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jun 1 06:35:34 2006

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.