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

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:
>> -----Message d'origine----- De : Stefan Küng
>> [mailto:tortoisesvn_at_gmail.com] Envoyé : jeudi 1 octobre 2015 17:16
>>
>> You show the log on trunk, not on the file. Where would TSVN know
>> on which parent to show get the log for?
>
> Hi Stefan,
>
> I did show the log on the file: " svn log -v
> InfinityTrunk\Release_External\Console\Hunspellx64.dll"
>
> I have attached the output from internal (where the file resides) and
> from external (which has an external to the file in internal).
>
> Also, the revision is correct if I press "Show Log" on the
> configuration screen of the external (see attached screenshots). Is
> it all linked to the fact that I'm using relative paths in the
> external configuration?

Did you copy/move the external file directly?
 From your first post I gathered you did something like:

svnadmin create repo
svn checkout "file:///%CD%/repo" wc
pushd wc

mkdir branches
mkdir trunk
svn add trunk
svn add branches
svn ci . -m ""

echo "File 1" > trunk\file1.txt
echo "File 2" > trunk\file2.txt
svn add trunk\file1.txt
svn add trunk\file2.txt
svn ci . -m ""

svn cp trunk branches/b1
svn ci . -m ""
svn up

svn propset svn:externals "../../trunk/file1.txt extfile.txt" branches/b1
svn ci . -m ""
svn up

svn log -v branches/b1/extfile.txt
popd

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.