Re: problem with dialog box uisng Tortoisesvn
From: Ryan Schmidt <subversion-2012c_at_ryandesign.com>
Date: Wed, 12 Sep 2012 07:22:28 -0500
On Sep 12, 2012, at 06:12, Carmit Shiran <carmit.shiran_at_gmail.com> wrote:
> Do you know if there's a way to know what is the current tag I'm working on? Meaning: If I want to use 'svn copy' on the file I'm working on now without sending the argument of the source file but only the tag name, is it possible to send the 'current file path' as the first argument?
The user runs "svn info" and examines the output to discover what tag he's working on.
Usually one wouldn't be "working on" a tag though. Tags are supposed to be considered as read-only entities. You "work on" branches or trunk.
> If you look at my example I sent in the previous email, you can see I filled in the argument= $target_path :
Sure, you could write a script to extract that information out of "svn info".
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.