We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6bda0 commit e678af1Copy full SHA for e678af1
1 file changed
_functions.sh
@@ -286,6 +286,7 @@ function _get_svn_layout()
286
if [[ ! -z ${TRUNK} ]] && [[ ! -z ${ROOT_FILES} ]]
287
then
288
clear
289
+ echo "Repository Name: ${REPO_NAME}" && echo ""
290
_print_banner "You have a non-empty \"trunk\" folder, but there are also" \
291
"files/folders in the root of your repository. There is"\
292
"no way to intelligently know what to do with these, and"\
0 commit comments