Author: alexoree
Date: Fri Feb 28 23:26:17 2014
New Revision: 1573112
URL: http://svn.apache.org/r1573112
Log:
updaing links to svn references
Modified:
juddi/cms-site/trunk/content/source.mdtext
Modified: juddi/cms-site/trunk/content/source.mdtext
URL:
http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/source.mdtext?rev=1573112&r1=1573111&r2=1573112&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/source.mdtext (original)
+++ juddi/cms-site/trunk/content/source.mdtext Fri Feb 28 23:26:17 2014
@@ -7,18 +7,23 @@ Web Access
The following is a link to the view online source repository.
- [https://git-wip-us.apache.org/repos/asf?p=juddi.git;a=summary)
+ [https://git-wip-us.apache.org/repos/asf?p=juddi.git;a=summary)]
### Developer access
-Everyone can access the Subversion repository via HTTP, but Committers must
checkout the Subversion repository via HTTPS.
+Everyone can access the Git repository via HTTP, but Committers must checkout
the Subversion repository via HTTPS.
$ git clone https://git-wip-us.apache.org/repos/asf/juddi.git
-To commit changes to the repository, execute the following command to commit
your changes (svn will prompt you for your password)
+To commit changes to the repository, execute the following command to commit
your changes (git will prompt you for your password)
- $ git commit --username your-username -m "JUDDI-(JIRA#) A description of
the change(s)"
+ $ git commit .
+Please append comments using the following format:
+ JUDDI-1234 A description of the change(s)
+ JUDDI-689 A description of the change(s)
+This will auto link the commit with the JIRA tickets
+
If you already are a Apache committer, then you can use push to synch your
local changes to the main source repository.
$ git push
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]