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

FromURL parameter not working if not using URL of working copy as default

From: Brent Warner <BWarner_at_epicsystems.com>
Date: Sun, 28 Jun 2009 10:47:44 -0500

The fromurl parameter to the merge command of TortoiseProc does not appear to work unless the user has enabled the setting to use the URL of the working copy as the default from URL. In OnInitDialog of CMergeWizardRevRange

       if (!(DWORD)CRegDWORD(_T("Software\\TortoiseSVN\\MergeWCURL"), FALSE))
              m_URLCombo.SetCurSel(0);
       else if (!pWizard->url.IsEmpty())
              m_URLCombo.SetWindowText(CPathUtils::PathUnescape(pWizard->url));

So if the setting is false or doesn't exist, we never look to the wizard for the URL that was passed in.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2366113

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-06-28 17:48:35 CEST

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

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