[java-parent-projects COMMIT] /java-parent-project-v3/trunk/bin/create-project-monolithic.sh

noreply at shibboleth.net noreply at shibboleth.net
Tue Apr 22 18:44:37 EDT 2014


Author: tzeller
Date: Tue Apr 22 18:44:37 2014
New Revision: 254

URL: http://svn.shibboleth.net/view/java-parent-projects?rev=254&view=rev
Log:
Uh, the project name is actually required when creating a monolithic project.

Modified:
    java-parent-project-v3/trunk/bin/create-project-monolithic.sh

Modified: java-parent-project-v3/trunk/bin/create-project-monolithic.sh
URL: http://svn.shibboleth.net/view/java-parent-projects/java-parent-project-v3/trunk/bin/create-project-monolithic.sh?rev=254&r1=253&r2=254&view=diff
==============================================================================
--- java-parent-project-v3/trunk/bin/create-project-monolithic.sh (original)
+++ java-parent-project-v3/trunk/bin/create-project-monolithic.sh Tue Apr 22 18:44:37 2014
@@ -9,7 +9,7 @@
 $ECHO "Before you begin you must have already created an empty SVN repository that will receive the project."
 $ECHO ""
 
-read -p "Please enter the SVN server URL, do not include the project name: " SVN_PROJ_URL
+read -p "Please enter the SVN server URL, include the project name: " SVN_PROJ_URL
 if [ -z "$SVN_PROJ_URL" ] ; then
     $ECHO "SVN repository URL can not be empty"
     exit 1



More information about the commits mailing list