dsosby_at_gmail.com wrote:
> I'm trying to automate TortoiseSVN for a wizard I'm building. I've
> been using the following call:
>
> TortoiseProc /command:merge /path:"C:/MyWorkingCopy" /fromurl:"svn://
> RepoServer/FeatureBranch"
>
> From there I would like to be able to choose which rev range of the
> feature branch I'd like to merge to the local working copy.
>
> The problem is, TortoiseSVN doesn't seem to be using the parameters
> defined in the Help file, namely /mergefrom:xxx, /mergeto:xxx and /
> fromurl:URL. The parameters that are displayed in the window are those
> that were last used in the wizard.
>
> Please note that /path:URL is working.
>
> I'm using the latest release build, 1.5.3. I've checked the source
> code and can't find where these parameters are actually parsed and
> used, but I do find /path. But then again, my C++ skills aren't as
> sharp as they used to be.
>
> Is this a bug or is it something I'm doing wrong?
Just realized that with the change of the merge dialog to a wizard,
we've completely dropped the /mergeto, /mergefrom and /fromurl command
line parameters.
I'll adjust the docs, and maybe we can re-introduce those for the 1.6
release again.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
Received on 2008-09-19 20:42:20 CEST