Stefan Küng wrote:
> Toby Johnson wrote:
>
>> I have created an initial version of a TortoiseSVN extension for
>> Firefox. It currently works only in Firefox 1.4+ (meaning any of the
>> 1.5 betas or RCs).
>>
>> It basically adds a context menu to all links for the TortoiseSVN
>> commands which are valid with only a URL (Checkout, Log,
>> Repo-Browser, Branch/Tag, etc.). Because I'm just too lazy to keep
>> copying and pasting URLs from the browser to TSVN. :)
>>
>> Download it from: <http://www.pumacode.org/projects/tsvnmenu/>
>
>
> Looks great!
> About the location of TortoiseProc: there's a registry key
> HKLM\Software\TortoiseSVN\Directory
> which points to the installation dir of TSVN. We use that key for the
> language pack installer ;)
Thanks, I figured there was a registry key somewhere but I didn't yet
know how to check this within the Firefox extension. That will be next
on my todo list.
>>
>> * "delete" and "export" commands don't accept URLs for the path...
>> is there a reason for this? I delete using URLs all the time; and I'm
>> sure Export would be handy too.
>
> I noticed the following slight inconsistencies with TortoiseProc while
> writing this extension:
>
> The reason for this is that up until now, those commands were always
> started from a working copy - I've just never thought that someone
> would want to start those from an URL.
Anytime we merge a branch back to trunk, we usually delete the branch.
So unless we want to check out the entire repository, deleting by URL is
the only way. :)
> I've already fixed delete/export/branchtag, currently working on the
> rename. But since the repo is still down, i can't commit the changes :(
Great, thanks! Once I realized they didn't work, I simply commented out
the code for these commands instead of removing it, since I knew Stefan
would have them fixed very quickly! :)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Nov 28 01:30:56 2005