Git Push Summary
Updated Branches: refs/heads/develop [created] 18b9c55b4
svn commit: r1565107 - /struts/site/trunk/content/markdown/git-for-struts.md
Author: lukaszlenart Date: Thu Feb 6 08:22:27 2014 New Revision: 1565107 URL: http://svn.apache.org/r1565107 Log: Adds info how to init git-flow Modified: struts/site/trunk/content/markdown/git-for-struts.md Modified: struts/site/trunk/content/markdown/git-for-struts.md URL: http://svn.apache.org/viewvc/struts/site/trunk/content/markdown/git-for-struts.md?rev=1565107&r1=1565106&r2=1565107&view=diff == --- struts/site/trunk/content/markdown/git-for-struts.md (original) +++ struts/site/trunk/content/markdown/git-for-struts.md Thu Feb 6 08:22:27 2014 @@ -7,6 +7,14 @@ Struts uses Git and to manage the reposi - http://nvie.com/posts/a-successful-git-branching-model/ - https://github.com/nvie/gitflow +After cloning the repository locally you must initialize git-flow: + + git flow init -d + +and done! + +Please remember that `master` branch cannot be modified directly from now on! + ## Contributing with GitHub If you would like to contribute using the GitHub tools you need to know we can only
svn commit: r896606 - /websites/staging/struts/trunk/content/
Author: buildbot Date: Thu Feb 6 08:22:44 2014 New Revision: 896606 Log: Staging update by buildbot for struts Modified: websites/staging/struts/trunk/content/ (props changed) websites/staging/struts/trunk/content/announce-2002.html websites/staging/struts/trunk/content/announce-2003.html websites/staging/struts/trunk/content/announce-2004.html websites/staging/struts/trunk/content/announce-2005.html websites/staging/struts/trunk/content/announce-2006.html websites/staging/struts/trunk/content/announce-2007.html websites/staging/struts/trunk/content/announce-2008.html websites/staging/struts/trunk/content/announce-2009.html websites/staging/struts/trunk/content/announce-2010.html websites/staging/struts/trunk/content/announce-2011.html websites/staging/struts/trunk/content/announce-2012.html websites/staging/struts/trunk/content/announce.html websites/staging/struts/trunk/content/birdseye.html websites/staging/struts/trunk/content/builds.html websites/staging/struts/trunk/content/bylaws.html websites/staging/struts/trunk/content/coding-standards.html websites/staging/struts/trunk/content/dev-mail.html websites/staging/struts/trunk/content/download.html websites/staging/struts/trunk/content/downloads.html websites/staging/struts/trunk/content/faqs.html websites/staging/struts/trunk/content/git-for-struts.html websites/staging/struts/trunk/content/helping.html websites/staging/struts/trunk/content/index.html websites/staging/struts/trunk/content/javadoc.html websites/staging/struts/trunk/content/kickstart.html websites/staging/struts/trunk/content/mail.html websites/staging/struts/trunk/content/primer.html websites/staging/struts/trunk/content/release-checklist.html websites/staging/struts/trunk/content/releases.html websites/staging/struts/trunk/content/roadmap.html websites/staging/struts/trunk/content/security.html websites/staging/struts/trunk/content/struts1eol-announcement.html websites/staging/struts/trunk/content/struts1eol-press.html websites/staging/struts/trunk/content/volunteers.html websites/staging/struts/trunk/content/youatstruts.html Propchange: websites/staging/struts/trunk/content/ -- --- cms:source-revision (original) +++ cms:source-revision Thu Feb 6 08:22:44 2014 @@ -1 +1 @@ -1564699 +1565107 Modified: websites/staging/struts/trunk/content/announce-2002.html == --- websites/staging/struts/trunk/content/announce-2002.html (original) +++ websites/staging/struts/trunk/content/announce-2002.html Thu Feb 6 08:22:44 2014 @@ -1,13 +1,13 @@ http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> - + Announcements - 2002 and prior @@ -167,7 +167,7 @@ - Last Published: 2014-02-05 + Last Published: 2014-02-06 Modified: websites/staging/struts/trunk/content/announce-2003.html == --- websites/staging/struts/trunk/content/announce-2003.html (original) +++ websites/staging/struts/trunk/content/announce-2003.html Thu Feb 6 08:22:44 2014 @@ -1,13 +1,13 @@ http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> - + Announcements - 2003 @@ -167,7 +167,7 @@ - Last Published: 2014-02-05 + Last Published: 2014-02-06 Modified: websites/staging/struts/trunk/content/announce-2004.html == --- websites/staging/struts/trunk/content/announce-2004.html (original) +++ websites/staging/struts/trunk/content/announce-2004.html Thu Feb 6 08:22:44 2014 @@ -1,13 +1,13 @@ http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> - + Announcements - 2004 @@ -167,7 +167,7 @@ - Last Published: 2014-02-05 + Last Published: 2014-02-06 Modified: websites/staging/struts/trunk/content/announce-2005.html == --- websites/staging/struts/trunk/content/announce-2005.html (original) +++ websites/staging/struts/trunk/content/announce-2005.html Thu Feb 6 08:22:44 2014 @@ -1,13 +1,13 @@ http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> - + Announcements - 2005 @@ -167,7 +16
svn commit: r1565110 - /struts/site/trunk/content/markdown/git-for-struts.md
Author: lukaszlenart Date: Thu Feb 6 08:26:19 2014 New Revision: 1565110 URL: http://svn.apache.org/r1565110 Log: Adds how to install git-flow Modified: struts/site/trunk/content/markdown/git-for-struts.md Modified: struts/site/trunk/content/markdown/git-for-struts.md URL: http://svn.apache.org/viewvc/struts/site/trunk/content/markdown/git-for-struts.md?rev=1565110&r1=1565109&r2=1565110&view=diff == --- struts/site/trunk/content/markdown/git-for-struts.md (original) +++ struts/site/trunk/content/markdown/git-for-struts.md Thu Feb 6 08:26:19 2014 @@ -7,6 +7,14 @@ Struts uses Git and to manage the reposi - http://nvie.com/posts/a-successful-git-branching-model/ - https://github.com/nvie/gitflow +First step is to install git-flow locally on your box, please follow the steps from this link + +https://github.com/nvie/gitflow/wiki/Installation + +Now you can clone Struts repository locally + +git clone https://git-wip-us.apache.org/repos/asf/struts.git + After cloning the repository locally you must initialize git-flow: git flow init -d
svn commit: r896607 - in /websites/staging/struts/trunk/content: ./ git-for-struts.html
Author: buildbot Date: Thu Feb 6 08:26:32 2014 New Revision: 896607 Log: Staging update by buildbot for struts Modified: websites/staging/struts/trunk/content/ (props changed) websites/staging/struts/trunk/content/git-for-struts.html Propchange: websites/staging/struts/trunk/content/ -- --- cms:source-revision (original) +++ cms:source-revision Thu Feb 6 08:26:32 2014 @@ -1 +1 @@ -1565107 +1565110 Modified: websites/staging/struts/trunk/content/git-for-struts.html == --- websites/staging/struts/trunk/content/git-for-struts.html (original) +++ websites/staging/struts/trunk/content/git-for-struts.html Thu Feb 6 08:26:32 2014 @@ -182,7 +182,9 @@ http://nvie.com/posts/a-successful-git-branching-model/";>http://nvie.com/posts/a-successful-git-branching-model/ https://github.com/nvie/gitflow";>https://github.com/nvie/gitflow -After cloning the repository locally you must initialize git-flow: +First step is to install git-flow locally on your box, please follow the steps from this linkhttps://github.com/nvie/gitflow/wiki/Installation";>https://github.com/nvie/gitflow/wiki/InstallationNow you can clone Struts repository locally +git clone https://git-wip-us.apache.org/repos/asf/struts.git +After cloning the repository locally you must initialize git-flow: git flow init -d and done!Please remember that master branch cannot be modified directly from now on!Contributing with GitHubIf you would like to contribute using the GitHub tools you need to know we can only accept your work if we have your http://www.apache.org/licenses/icla.txt";>ICLA on file. Please read the document carefully, sign and send it to us. Basically this document protects you and the end users for legal problems. It allows the Apache Software Foundation to use your code and distribute it. You should receive an email a few days after you submitted it and appear in the http://people.apache.org/committer-index.html";>committer index in the section unlisted CLAs.Once done, you can clone the https://github.com/apache/struts";>Apache Struts mirror on GitHub: git clone g...@github.com:apache/struts.git struts-mirror.git
[CONF] Confluence Changes in the last 24 hours
Confluence Changes in the last 24 hours Apache Camel Pages Page: Aggregator2 edited by Alvaro Rodriguez [11:51 PM] (View Changes) Page: Log edited by Alvaro Rodriguez [11:05 PM] (View Changes) Apache Cloudstack Pages Page: Configuring load balancing rules for VM nic secondary ips edited by jayapal [01:01 PM] (View Changes) Page: Database High Availability (DB HA) edited by Damodar Reddy T [12:35 PM] (View Changes) Page: Hyper-V 2012 (3.0) Support edited by Devdeep Singh [05:13 AM] (View Changes) Apache Helix Comments Page: Zookeeper Node Layout has 2 new comments [ Anonymous ] Apache Hive Pages Page: Parquet edited by Brock Noland [05:14 PM] (View Changes) Page: WebHCat Reference DeleteJobID edited by Lefty Leverenz [10:24 AM] (View Changes) Page: WebHCat Reference Job edited by Lefty Leverenz [10:23 AM] (View Changes) Page: WebHCat Reference Jobs edited by Lefty Leverenz [10:22 AM] (View Changes) Page: WebHCat Reference JobInfo edited by Lefty Leverenz [10:10 AM] (View Changes) Page: WebHCat Reference DeleteJob edited by Lefty Leverenz [10:09 AM] (View Changes) Page: WebHCat Reference JobIDs edited by Lefty Leverenz [09:58 AM] (View Changes) Page: WebHCat Reference Hive edited by Lefty Leverenz [09:53 AM] (View Changes) Apache Mesos Pages Page: Registrar Design Document edited by Benjamin Mahler [12:40 AM] (View Changes) Apache OpenOffice Community Pages Page: AOO 4.1 Release Notes edited by Keith N. McKenna [07:05 PM] (View Changes) This message was sent by Atlassian Confluence 5.0.3, Team Collaboration Software