[BUG] file external copied as file when creating a branch (subversion 1.6.6)
From: Alexander Kitaev <Alexander.Kitaev_at_svnkit.com>
Date: Thu, 14 Jan 2010 01:06:44 +0100
Hello,
When file external is modified in the working copy, then creating a
Please find reproduction script attached.
-- Alexander Kitaev, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Library! http://sqljet.com/ - Java SQLite Library!
#!/bin/sh
# The next line is the only line you should need to adjust.
SVN=${SVNDIR}/svn
URL=file:///`pwd`/repos
rm -rf repos wc branch-wc import-me
${SVNADMIN} create repos
echo "### Making a Greek Tree for import..."
(cd import-me; ${SVN} import -q -m "Initial import." ${URL})
echo "### Checking out WC..."
echo "### Setting svn:externals property..."
echo "### Update working copy..."
echo "### Copy from wc to create a branch (revision 3)..."
echo "### Check out branch, note that externals fails..."
echo "### Copy (revision 3) log:"
|
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.