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

Re: excluding a file from commit and update?

From: Vincent Starre <vstarre_at_comcast.net>
Date: 2005-09-14 13:06:54 CEST

The accepted way is to have a template of the file, and have people copy
the template to the "real" file. In the case of programming (at least,
with compiled languages), you can make this part of your Makefile. (eg:
build.h: build.tmpl; cp build.tmpl build.h)

Bjørn T Johansen wrote:

>I have a file I need to include under version control, but only the initial version..
>Any changes done after the add should not be commited...
>
>Is there a way to accomplish this?
>
>
>Regards,
>
>BTJ
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Sep 14 13:09:08 2005

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.