RE: SVN keyword replacement
From: Scott Bloom <scott_at_towel42.com>
Date: Tue, 19 Feb 2019 18:02:07 +0000
Thanks for the response!
In our C++ files, we use the following in our copyright header
/*
$Author$ - $Revision$ - $Date$
*/
Which gets replaced with the appropriate data.
$HeadURL$ gets substituted with
$HeadURL: http://svnsvrpath/trunk/dir1/dir2/filename.cpp
The problem is, if I do a svn cp & switch for a branch
the file gets updated (every file, every header etc) to
What I would prefer
This way, I can see where the file is located in the repository, but on a svn branch, the file doesn’t change
Does this make sense?
Thanks again,
-----Original Message-----
Hello Scott,
On Tue, Feb 19, 2019 at 8:41 PM Scott Bloom <scott_at_towel42.com> wrote:
Could you please show some examples of the desired result? How do you use the $HeadURL keyword now? Do you want to make $HeadURL show contents of this file? What '^' file are you asking about?
-- With best regards, Pavel Lyalyakin VisualSVN TeamReceived on 2019-02-19 19:02:25 CET |
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.