Re: Issue with "Fetch HEAD revision and adjust to it" context menu on externals screen.
From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 2 Oct 2015 21:40:57 +0200
On 02.10.2015 11:12, Erwann PENET wrote:
Did you copy/move the external file directly?
svnadmin create repo
mkdir branches
echo "File 1" > trunk\file1.txt
svn cp trunk branches/b1
svn propset svn:externals "../../trunk/file1.txt extfile.txt" branches/b1
svn log -v branches/b1/extfile.txt
with this script, the log will only show the add, not the copy.
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=3140633 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].Received on 2015-10-02 21:40:59 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.