[jboss-svn-commits] JBL Code SVN: r27033 - labs/jbossesb/workspace/dward/wsproxy.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jun 19 12:20:35 EDT 2009


Author: dward
Date: 2009-06-19 12:20:35 -0400 (Fri, 19 Jun 2009)
New Revision: 27033

Modified:
   labs/jbossesb/workspace/dward/wsproxy/Developer.txt
Log:
Update repo URLs to correct locations.


Modified: labs/jbossesb/workspace/dward/wsproxy/Developer.txt
===================================================================
--- labs/jbossesb/workspace/dward/wsproxy/Developer.txt	2009-06-19 15:07:11 UTC (rev 27032)
+++ labs/jbossesb/workspace/dward/wsproxy/Developer.txt	2009-06-19 16:20:35 UTC (rev 27033)
@@ -23,6 +23,7 @@
 suffix _workspaceName comes handy.
 
 The projects use the following user variables in Eclipse:
+ESB_ROOT	-> should point to directory *above* product
 ESB_HOME	-> should point to product/build/jbossesb/lib
 ESB_LIB		-> should point to product/lib/ext
 LOG4J		-> should point to a log4j.jar
@@ -67,9 +68,9 @@
 
 	Creating a personal workspace
 	==============================
-	1) svn mkdir https://svn.labs.jboss.com/labs/jbossesb/workspace/yourName
-	2) svn copy https://svn.labs.jboss.com/labs/jbossesb/trunk https://svn.labs.jboss.com/labs/jbossesb/workspace/yourName/branchName
-	3) svn co https://svn.labs.jboss.com/labs/jbossesb/workspace/yourName/branchName [<some local folder>]
+	1) svn mkdir https://svn.jboss.org/repos/labs/labs/jbossesb/workspace/yourName
+	2) svn copy https://svn.jboss.org/repos/labs/labs/jbossesb/trunk https://svn.jboss.org/repos/labs/labs/jbossesb/workspace/yourName/branchName
+	3) svn co https://svn.jboss.org/repos/labs/labs/jbossesb/workspace/yourName/branchName [<some local folder>]
 
 	Step 1 is simply creating a directory where we can store as many workspaces as we want.
 	Step 2 is making a copy of the main trunk to a folder name of your choice (branchName). This step can be repeated whenever 
@@ -82,7 +83,7 @@
 	========================================================
 	Change directory to the local working copy of your workspace prior to performing the commands below. 
 
-	 1) svn merge -r initial_revision:$HEAD https://svn.labs.jboss.com/labs/jbossesb/trunk
+	 1) svn merge -r initial_revision:$HEAD https://svn.jboss.org/repos/labs/labs/jbossesb/trunk
 	 2) resolve conflicts, run tests...
 	 3) svn ci -m 'Merge from main initial_revision:$HEAD'
 	
@@ -103,7 +104,7 @@
 	========================================================
 	Change directory to your working copy of the trunk prior to performing the commands below.
 
-	1) svn merge -r last_merge_commit_revision:$HEAD https://svn.labs.jboss.com/labs/jbossesb/workspace/yourName/branchName
+	1) svn merge -r last_merge_commit_revision:$HEAD https://svn.jboss.org/repos/labs/labs/jbossesb/workspace/yourName/branchName
 	2) Make sure you run the unit tests in the product directory and also the tests in the qa directory.
 	3) svn commit -m 'Merge from workspace/yourName/branchName last_merge_commit_revision:$HEAD'
 
@@ -125,8 +126,8 @@
 	Deleting your workspace 
 	=======================
 	You can delete branches that you have created when they are no longer needed.
-	1) svn list https://svn.labs.jboss.com/labs/jbossesb/workspace/yourName
-	2) svn delete https://svn.labs.jboss.com/labs/jbossesb/workspace/yourName/branchName
+	1) svn list https://svn.jboss.org/repos/labs/labs/jbossesb/workspace/yourName
+	2) svn delete https://svn.jboss.org/repos/labs/labs/jbossesb/workspace/yourName/branchName
 
 	Step 1 is simply listing your branches.
 




More information about the jboss-svn-commits mailing list