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

Re: Folder-based properties

From: Nico Kadel-Garcia <nkadel_at_gmail.com>
Date: Fri, 18 Feb 2011 00:01:43 -0500

On Tue, Feb 15, 2011 at 12:33 PM, Greg Long <subversion_at_glong.info> wrote:
> Hi,
> I am supporting a Subversion repository that has a some interesting
> requirements.
>
>  - Log message minimum length.
>  - Files in release directories must not be changed or deleted.
>  - Files in template directories must not be copied.  They should be
>   extracted instead.

Put those "templates' in a separate repository, and derive the content
of them with "svn:externals" or a build process that exports their
content. This will break the ability to "svn copy" them. You you then
get things to the template is a separate issue.

Personally, I think this is silly: if you can't copy the templates,
you can't bring along their history or their Subversion properties,
such as EOL format or svn:keywords. But it's your environment..
Received on 2011-02-18 06:02:23 CET

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.