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

Managing user specific files

From: Christian Bang <pi314_at_laposte.net>
Date: 2006-09-19 15:49:58 CEST

Hi,

some projects require files that derive from a common template to which
each user makes his local changes (which he won't/shouldn't commit).
When the template was changed and committed, these changes will be
merged to each user when he updates his working copy. In some cases this
is not a desired behavior since it will overwrite the local changes.

My work around: create a <file>.template.
Disadvantage: after a checkout one needs to copy all instances of
<file>.template to <file>.

Is there a better way to solve the problem?

Why doesn't one define a new property "svn:no-update"? Each file with
this flag would be checked out but not updated. However a diff between
the working copy and the repository would show the differences. Maybe a
flag like --force would force the update/merge.
This could be a possible Subversion enhancement, don't you think?

Best regards,
Christian

PS: Please answer also to my email address since I'm not on the mailing
list.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 19 16:21:43 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.