On Aug 6, 2008, at 02:13, Michael Reinelt wrote:
> Ryan Schmidt schrieb:
>
>> On Aug 6, 2008, at 00:31, Michael Reinelt wrote:
>>
>>> from what I've been told, a subversion-1.5 client should not
>>> create the
>>> svn:mergeinfo property when used with a svn-1.4 repo.
>>>
>>>
>>> I got:
>>>
>>> lizard.trisoft.local:/MRK # svn --version
>>> svn, version 1.5.1 (r32289)
>>> compiled Jul 24 2008, 20:53:51
>>>
>>> lizard.trisoft.local:/MRK # cat /svnroot/MRK/format
>>> 5
>>>
>>> I hope that "format 5" is svn-1.4 repo...
>>
>> I just tried it out. The value "5" will be in the file $REPO/format
>> regardless of whether the repo was created with Subversion 1.4 or
>> 1.5.
>>
>> The file $REPO/db/format is more informative however. With Subversion
>> 1.4, this file contains:
>>
>> 2
>>
>> but with 1.5, it contains:
>>
>> 3
>> layout sharded 1000
>
> the db/format contains "2" here, so it's really a 1.4 repo.
And I too have seen the svn 1.5.x client add the svn:mergeinfo
property on a repository hosted by svn 1.4.x, e.g.:
http://trac.macports.org/changeset/38775
You can see that this repository is served by Subversion 1.4.x via
the footer printed here:
http://svn.macports.org/repository/macports/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-06 09:34:47 CEST