# Make sure that multi-level `svms new -R' command works:
rm -rf new_recursive/foo/bar
svms new -R new_recursive/foo/bar new_recursive
# Do a recursive directory list to record structure:
ls -R new_recursive
foo

new_recursive/foo:
bar

new_recursive/foo/bar:
SVMS

new_recursive/foo/bar/SVMS:
p.listing
p.project
rm -rf new_recursive
