Re: Need to check a file out, but want never to check it back in !
From: Jeremy Pereira <jeremypnet_at_me.com>
Date: Fri, 05 Nov 2010 13:10:35 +0000
On 5 Nov 2010, at 09:23, Richard M Willis wrote:
>>
The thing is, if you have a file for which no changes should be committed, then that file is not a file that should be under version control in the first place. End of story.
The real problem is that when you check out a clean copy of your version controlled tree, the tool chain won't run because it is not clever enough to create its config files if they are not there.
It's easy to create a script that copies a set of templates to the config files if they do not exist. It's easy to put that script and the templates in subversion and if you can't find a way to automate the running of the script on checkout, it's easy to have a .bat file that invokes it in the top level of the project tree that you can just double click once the check out had finished.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.