[java-parent-projects COMMIT] /java-parent-project-v3/trunk/bin/create-project-common.sh
noreply at shibboleth.net
noreply at shibboleth.net
Tue Apr 22 18:43:48 EDT 2014
Author: tzeller
Date: Tue Apr 22 18:43:48 2014
New Revision: 253
URL: http://svn.shibboleth.net/view/java-parent-projects?rev=253&view=rev
Log:
Don't be quiet when importing.
Modified:
java-parent-project-v3/trunk/bin/create-project-common.sh
Modified: java-parent-project-v3/trunk/bin/create-project-common.sh
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/bin/create-project-common.sh?rev=253&r1=252&r2=253&view=diff
==============================================================================
--- java-parent-project-v3/trunk/bin/create-project-common.sh (original)
+++ java-parent-project-v3/trunk/bin/create-project-common.sh Tue Apr 22 18:43:48 2014
@@ -178,7 +178,7 @@
# $2 URL of repository into which the project will be imported
# $3 working directory into which the project will be checked out
function import_checkout_svn_project {
- $SVN import -q -m "Importing new project" "$1" "$2"
+ $SVN import -m "Importing new project" "$1" "$2"
check_retval $? "Unable to import $1 into SVN repository $2"
$RM -rf $SVN_PROJ_DIR
More information about the commits
mailing list