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

Re: enhanced tsvn: protocol

From: Brazhnik <Brazhnik_at_gmail.com>
Date: Thu, 11 Jun 2009 11:24:28 +0400

On Sun, Jun 7, 2009 at 11:43 AM, Jan Linnenkohl <linne_at_gmx.li> wrote:

> Hi Stefan,
>
> I have already seen this nice tool, but the problem is, that you are only
> able to browse the repository file structure and you can not see the
> changes
> to a specific revision. So for me the most important command would be the
> log command. With this I can relink my tickets back to a subversion
> revision. And why should I not use my daily use tool, to show this
> information? In my case, all people, who access this repository, are using
> TSVN.
>
> Jan
>

Hi.

It would be nice to have described the expansion of the tsvn: protocol.

Now I use a temporary :-) workaround: Registering an Application to a URL
Protocol ( http://msdn.microsoft.com/en-us/library/aa767914(VS.85).aspx )

I registered a batch-file for xtsvn.

URL syntax:
xtsvn:=<command>=<repos_root>=<repo_name>=<start_rev>=<end_rev>=<bug_id>

for example:
xtsvn:=log=svn://server=main.repo=16437=19069=3888

The cmd.exe splits string parameter, if it contains a symbol '='

xtsvn: log svn://server main.repo 16437 19069 3888
  %1 %2 %3 %4 %5 %6 %7

After that call 'start "" TortoiseProc.exe ...' and enjoy :)

--
Andrey
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2361189
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-06-11 09:26:01 CEST

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.