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

using TortoiseProc.exe to tag

From: Philipp Schleifer <philipp.schleifer_at_gmail.com>
Date: Mon, 11 Aug 2014 17:23:16 +0200

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.

Best regards,

Philipp

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3086592

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-08-11 17:26:35 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.