Skip to content

Commit e678af1

Browse files
author
Jared Murrell
authored
print repo name with trunk message
1 parent 0c6bda0 commit e678af1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

_functions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ function _get_svn_layout()
286286
if [[ ! -z ${TRUNK} ]] && [[ ! -z ${ROOT_FILES} ]]
287287
then
288288
clear
289+
echo "Repository Name: ${REPO_NAME}" && echo ""
289290
_print_banner "You have a non-empty \"trunk\" folder, but there are also" \
290291
"files/folders in the root of your repository. There is"\
291292
"no way to intelligently know what to do with these, and"\

0 commit comments

Comments
 (0)