Re: issue 3486 should be reopened?
From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sat, 13 Nov 2010 17:07:28 +0200
Daniel Shahaf wrote on Sat, Nov 13, 2010 at 14:35:13 +0200:
[[[
rm -rf repo wc
$svnadmin create repo
mkdir -p Server/trunk/dir
$svn move Server Source
mkdir -p Source/branches
$svn copy Source/trunk Source/branches/3.0
$svn delete Source/trunk/dir/foo.c
# few checkins
echo xxx >> Source/branches/3.0/dir/bar.c
# merge down bar.c only
popd
pushd Source/trunk
popd
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.