Author: alexoree
Date: Fri Feb 28 23:13:43 2014
New Revision: 1573109
URL: http://svn.apache.org/r1573109
Log:
updaing links to svn references
Modified:
juddi/cms-site/trunk/content/index.mdtext
juddi/cms-site/trunk/content/participation.mdtext
juddi/cms-site/trunk/content/source.mdtext
Modified: juddi/cms-site/trunk/content/index.mdtext
URL:
http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/index.mdtext?rev=1573109&r1=1573108&r2=1573109&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/index.mdtext (original)
+++ juddi/cms-site/trunk/content/index.mdtext Fri Feb 28 23:13:43 2014
@@ -41,7 +41,7 @@ jUDDI (pronounced "Judy") is an open sou
## News
-Feb, 2014 jUDDI Release 3.2.0
+Feb, 2014 jUDDI Release 3.2.0, Migration from SVN to GIT
Jan, 2014 Happy New Year! Web site updated
Modified: juddi/cms-site/trunk/content/participation.mdtext
URL:
http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/participation.mdtext?rev=1573109&r1=1573108&r2=1573109&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/participation.mdtext (original)
+++ juddi/cms-site/trunk/content/participation.mdtext Fri Feb 28 23:13:43 2014
@@ -20,9 +20,8 @@ In this role, you participate in the act
- Read Mailing List Guidelines
- Review Reference Library
- - [Download the Source Code](source.html)
- - [Access SVN Repository](source.html)
-
+ - [Get the Source Code](source.html)
+
Any and all new development or bug fixing uses the latest code base. If you
have a patch, it should be submitted against the latest available code.
### Coding Standards
Modified: juddi/cms-site/trunk/content/source.mdtext
URL:
http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/source.mdtext?rev=1573109&r1=1573108&r2=1573109&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/source.mdtext (original)
+++ juddi/cms-site/trunk/content/source.mdtext Fri Feb 28 23:13:43 2014
@@ -2,43 +2,31 @@ Title: Source Code
## Overview
-This project uses Subversion to manage its source code. Instructions on
Subversion use can be found at http://svnbook.red-bean.com/.
+This project uses Git to manage its source code. Instructions on Subversion
use can be found at http://git-scm.com/.
Web Access
The following is a link to the view online source repository.
-
[http://svn.apache.org/viewcvs.cgi/juddi/](http://svn.apache.org/viewcvs.cgi/juddi/)
-
-### Anonymous access
-
-The source can be checked out anonymously from SVN with this command:
-
- $ svn checkout http://svn.apache.org/repos/asf/juddi/tags/juddi-3.1.5
juddi-parent
+ [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.
- $ svn checkout https://svn.apache.org/repos/asf/juddi/tags/juddi-3.1.5
juddi-parent
+ $ git clone git://git.apache.org/juddi.git
To commit changes to the repository, execute the following command to commit
your changes (svn will prompt you for your password)
- $ svn commit --username your-username -m "A message"
-
-### Access from behind a firewall
+ $ git commit --username your-username -m "JUDDI-(JIRA#) A description of
the change(s)"
-For those users who are stuck behind a corporate firewall which is blocking
HTTP access to the Subversion repository, you can try to access it via the
developer connection:
+If you already are a Apache committer, then you can use push to synch your
local changes to the main source repository.
- $ svn checkout https://svn.apache.org/repos/asf/juddi/tags/juddi-3.1.5
juddi-parent
-
+ $ git push --username your-username -m "JUDDI-(JIRA#) A description of
the change(s)"
+
### Access through a proxy
-The Subversion client can go through a proxy, if you configure it to do so.
First, edit your "servers" configuration file to indicate which proxy to use.
The file's location depends on your operating system. On Linux or Unix it is
located in the directory "~/.subversion". On Windows it is in
"%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is a hidden directory.)
-
-There are comments in the file explaining what to do. If you don't have that
file, get the latest Subversion client and run any command; this will cause the
configuration directory and template files to be created.
+The Git client can go through a HTTP proxy, if you configure it to do so.
-Example: Edit the 'servers' file and add something like:
+ $ git config --global http.proxy (server)
- [global]
- http-proxy-host = your.proxy.name
- http-proxy-port = 3128
+See the [http://git-scm.com/docs](Manual) for more information.
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]