Jacques Lemire wrote:
> I noticed you posted my fix on the trunk and merged it on 1.5.x. I see
> the patch was not applied as is, but was partly done by hand, probably
> to keep a consistent feel with the rest of the application, which is
> great. Unfortunately, it was not applied properly and the nightly
> build is now crashing quite often. The problem is that a line that the
> patch was supposed to suppress was kept in the file. Here are lines
> 255-256 of revision 13389 of TSVNPath.cpp in method SanitizeRootPath:
>
> 255: m_sBackslashPath += '\\';
> 256: sPath += (bIsForwardPath) ? _T("/") : _T("\\");
>
> Obviously, line 255 should not be there. You can suppress it from the
> trunk and safely merge that change to 1.5.x.
Thanks for noticing. I noticed the problem yesterday just after I
committed the change, but haven't had the time to debug the problem yet.
committed your fix in r13396.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
Received on 2008-07-02 19:26:24 CEST