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

Re: using TortoiseProc.exe to tag

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 11 Aug 2014 19:48:40 +0200

On 11.08.2014 17:23, Philipp Schleifer wrote:
> Hello,
>
> I would like to use TortoiseProc.exe to tag word-files.
> I use TotalCommander and SVNDetails Plugin to view SVN Status.
> I have added Personal Buttons to Total Commander to easy access all
> TortoiseSVN features.
>
> One Button is configured as Tag. The Command Line is:
>
> "C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe"
>
> And Parameters is:
> /command:copy /url:"tags/SAP_01" /path:%N (this inserts the currently
> selected file).
>
> Unfortunately this does not work. It does not use the relative path:
> tags/SAP_01.
>
> But when I enter the full path, it works perfectly.
>
> /command:copy /url:"file://network-drive/path/to/tags/SAP_01" /path:%N
>
> Using this command, the Window is displayed and in the Combobox "To
> path:" it is printed /tags/SAP_01
>
> (The Destination URL shows the full path).
>
> I am using TortoiseSVN 1.8.1 Build 24570, 64 Bit from 2013-07-22.
>
> Is it possible to use relative paths in url parameter? The fullpath
> works, but I cannot use this with my folder-structure.

Using relative paths would require to know the anchor point, the part
where the relative paths are appended to. Since that part is not known
or ambiguous, using relative paths is not possible and won't be implemented.

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=3086606
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-08-11 19:48:34 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.