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

Re: [TSVN] "create patch" command broken since revision 2330

From: George Wieggers <george.wieggers_at_gmail.com>
Date: 2005-01-07 08:18:16 CET

I looked a bit further and noticed the following in TortoiseProc.cpp:
(line 1273)

                //#region createpatch
                if (comVal.Compare(_T("createpatch"))==0)
                {
                        CString path =
CUtils::GetLongPathname(parser.GetVal(_T("path")));
                        CString savepath =
CUtils::GetLongPathname(parser.GetVal(_T("savepath")));
                        CreatePatch(CTSVNPath(path), CTSVNPath(path));
                }
                //#endregion

Is the CreatePatch call correct? It seems a bit odd, that savepath is
not used at all.

- George

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Jan 7 08:18:50 2005

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.