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

Re: Marking files as get only

From: Andy Levy <andy.levy_at_gmail.com>
Date: Sun, 28 Jun 2009 07:51:58 -0400

On Sun, Jun 28, 2009 at 06:52, Fredrik Olofsson<fredrik_at_junebug.se> wrote:
> Hi,
>
> Some of the files in our repository should only be updated once and then never committed again. Is this possible? We doesn't really need them in our repository but it's very convenient for people to automatically get the files the first time they update their workspace. The files will be altered locally but shouldn't be committed again.

Sounds like you're close to this situation:

http://subversion.tigris.org/faq.html#ignore-commit

You can't "mark" a file in this way. You could have a directory which
everyone can read but no one can write to, or a pre-comit hook to
prevent people from committing that file.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2366084

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-06-28 13:52:11 CEST

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.