On 14.05.2013 15:19, Bert Huijben wrote:
>
>> -----Original Message-----
>> From: Mark Phippard [mailto:markphip_at_gmail.com]
>> Sent: vrijdag 10 mei 2013 17:43
>> To: Ben Reser
>> Cc: Subversion Development
>> Subject: Re: 1.8.0-rc1 up for testing/signing
>>
>> On Wed, May 8, 2013 at 12:40 PM, Mark Phippard <markphip_at_gmail.com>
>> wrote:
>>> I am using a new build process and using VS 2012, so I am sure that is
>>> the problem. But I am getting 49 test failures. I am attaching the
>>> fails.log but I do not think it lends much ideas. I tried running
>>> with --verbose but the output is the same.
>>>
>>> Getting the same failures over all three ra layers.
>> Trying to figure out what is wrong, so setup my PATH to use the 1.8.0
>> binaries and run svnsync manually. Maybe my brain is just not
>> working, but what did I do wrong here?
>>
>> C:\svn-1.8>svnsync init file:///svn-1.8/repos https://hostname/svn/test
>> svnsync: E000022: Session is rooted at 'file:///svn-1.8/repos' but the
>> repos root is 'file:///C:/svn-1.8/repos'
>>
>> Basically just trying to sync a small remote repos to a local copy.
>>
>> Since it is the svnsync and svnrdump tests that were failing, that is
>> what I tested. I cannot see why I would get a bug like this and
>> others would not, so I am assuming I am just not functioning right
>> today.
> I'm running the SharpSvn testsuite on 1.8.x now and I found an easier
> reproduction recipy
>
> svn ls file:///localhost/C:/repo
This URL is not what you think it is. The correct form is:
svn ls file://localhost/C:/repo
Note the number of slashes before localhost.
> Will give an error that it is not the same repository as file:///C:/repo
> (the canonical format of the url)
>
> In 1.7.x both forms work correctly.
Rather, 1.8 fixes a bug?
-- Brane
--
Branko Čibej
Director of Subversion | WANdisco | www.wandisco.com
Received on 2013-05-14 16:07:21 CEST