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

Re: [TSVN] Comment on 1895

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-11-02 22:18:41 CET

SteveKing wrote:
> Strange. When I look at the code, it _should_ only produce the diff of
> the specified file. In TortoiseProc.cpp, line 1341ff:
> if (!PathIsDirectory(path))
> {
> SetCurrentDirectory(path.Left(path.ReverseFind('\\')));
> path.Mid(path.ReverseFind('\\')+1);
> }
>
> we check if the target is a file. If yes, then set the current directory
> to its parent folder, and pass only the filename to the
> svn_client_diff() function.
> I'll do some tests tomorrow...

Forget that. Just found the bug. I shouldn't be working so late - I'm
getting tired ;)

Fixed in revision 1898.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Nov 2 22:19:53 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.