diff tests/fixtures/externals.sh @ 184:d3ea6c98a086

Do not recurse for externals on copied directory in stupid mode We inherit the source externals, changes to children will appear in the changelog.
author Patrick Mezard <pmezard@gmail.com>
date Wed, 14 Jan 2009 23:17:13 -0600
parents 1c46ad3f56aa
children 963d27a0b1c2
line wrap: on
line diff
--- a/tests/fixtures/externals.sh
+++ b/tests/fixtures/externals.sh
@@ -61,6 +61,10 @@ cd ../branches
 svn copy ../trunk branch1
 svn propdel svn:externals branch1/subdir2
 svn ci -m 'externals in subtree'
+# Test branch with externals, removing on copy root
+svn copy ../trunk branch2
+svn propdel svn:externals branch2 branch2/subdir2
+svn ci -m 'externals in subtree, removed on root'
 cd ../trunk
 # Suppress the subdirectory
 svn rm --force subdir