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

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

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 29 Jun 2009 11:26:26 +0200

Brent Warner wrote:
> 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.
>

You're right - the /fromurl param is never used (the pWizard->url points
to the wc url).

Fixed in r16649.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2366287
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2009-06-29 11:26:42 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.