Mercurial > hgsubversion
comparison 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 |
comparison
equal
deleted
inserted
replaced
183:1c46ad3f56aa | 184:d3ea6c98a086 |
---|---|
59 svn up | 59 svn up |
60 cd ../branches | 60 cd ../branches |
61 svn copy ../trunk branch1 | 61 svn copy ../trunk branch1 |
62 svn propdel svn:externals branch1/subdir2 | 62 svn propdel svn:externals branch1/subdir2 |
63 svn ci -m 'externals in subtree' | 63 svn ci -m 'externals in subtree' |
64 # Test branch with externals, removing on copy root | |
65 svn copy ../trunk branch2 | |
66 svn propdel svn:externals branch2 branch2/subdir2 | |
67 svn ci -m 'externals in subtree, removed on root' | |
64 cd ../trunk | 68 cd ../trunk |
65 # Suppress the subdirectory | 69 # Suppress the subdirectory |
66 svn rm --force subdir | 70 svn rm --force subdir |
67 svn ci -m 'remove externals subdir' | 71 svn ci -m 'remove externals subdir' |
68 # Remove the property on subdir2 | 72 # Remove the property on subdir2 |