RE: Issue with "Fetch HEAD revision and adjust to it" context menu on externals screen.
From: Erwann PENET <epenet_at_infinityccs.com>
Date: Mon, 5 Oct 2015 07:34:17 +0000
> -----Message d'origine-----
Hi Stefan,
My example was slightly different, and I've amended your script slightly to reflect this (see below).
Erwann
-------------
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 cp trunk branches/b2
svn propset svn:externals "../b2/file1.txt extfile.txt" branches/b2
svn log -v branches/b1/extfile.txt
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
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.