You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by sebb <se...@gmail.com> on 2013/07/18 00:20:52 UTC

svn:auto-props

The SVN server is now using 1.8.

This supports svn:auto-props [1], i.e. we can set the svn:auto-props
property, and the server will automatically apply the appropriate
properties.

This might be quite useful, as it's easy to forget to set the
properties when committing a new file.

Should we add it to the JMeter top-level directory?

JMeter uses quite a lot of different file extensions, and it may not
be possible to list them all, but it might be worth adding at least
the most common ones.

[1] http://blogs.collab.net/subversion/the-road-to-repository-dictated-configuration-day-2-autoprops

Re: svn:auto-props

Posted by sebb <se...@gmail.com>.
On 18 July 2013 09:10, Rainer Jung <ra...@kippdata.de> wrote:
> On 18.07.2013 00:20, sebb wrote:
>> The SVN server is now using 1.8.
>>
>> This supports svn:auto-props [1], i.e. we can set the svn:auto-props
>> property, and the server will automatically apply the appropriate
>> properties.
>>
>> This might be quite useful, as it's easy to forget to set the
>> properties when committing a new file.
>>
>> Should we add it to the JMeter top-level directory?
>>
>> JMeter uses quite a lot of different file extensions, and it may not
>> be possible to list them all, but it might be worth adding at least
>> the most common ones.
>>
>> [1] http://blogs.collab.net/subversion/the-road-to-repository-dictated-configuration-day-2-autoprops
>
> I like it.
>
> Note that it seems the clients need to support it. So even after adding
> it we shouldn't immediately drop the auto props settings form our local
> svn config unless we are sure our clients respect the svn:auto-props.

I was not thinking of dropping local settings; they will likely be
needed for other projects.

It was more as a protection against accidental loss of the local
settings (e.g. new PC)
And because some JMeter settings are unusual.

> Regards,
>
> Rainer

Re: svn:auto-props

Posted by Rainer Jung <ra...@kippdata.de>.
On 18.07.2013 00:20, sebb wrote:
> The SVN server is now using 1.8.
> 
> This supports svn:auto-props [1], i.e. we can set the svn:auto-props
> property, and the server will automatically apply the appropriate
> properties.
> 
> This might be quite useful, as it's easy to forget to set the
> properties when committing a new file.
> 
> Should we add it to the JMeter top-level directory?
> 
> JMeter uses quite a lot of different file extensions, and it may not
> be possible to list them all, but it might be worth adding at least
> the most common ones.
> 
> [1] http://blogs.collab.net/subversion/the-road-to-repository-dictated-configuration-day-2-autoprops

I like it.

Note that it seems the clients need to support it. So even after adding
it we shouldn't immediately drop the auto props settings form our local
svn config unless we are sure our clients respect the svn:auto-props.

Regards,

Rainer