Author: buildbot Date: Tue Sep 10 12:35:16 2013 New Revision: 877906 Log: Staging update by buildbot for struts
Modified: websites/staging/struts/trunk/content/ (props changed) websites/staging/struts/trunk/content/dev/git-for-struts.html Propchange: websites/staging/struts/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Tue Sep 10 12:35:16 2013 @@ -1 +1 @@ -1521459 +1521466 Modified: websites/staging/struts/trunk/content/dev/git-for-struts.html ============================================================================== --- websites/staging/struts/trunk/content/dev/git-for-struts.html (original) +++ websites/staging/struts/trunk/content/dev/git-for-struts.html Tue Sep 10 12:35:16 2013 @@ -196,9 +196,9 @@ git config user.email git svn init --prefix=origin/ --tags=tags --trunk=trunk --branches=branches https://svn.apache.org/repos/asf/struts/struts2 git svn rebase -</pre></div><p>You might need to accept SSL certificates from Apache. Please check the fingerprint of the servers. If in doubt, ask at Struts mailing list if somebody can confirm the server. It also might happen that the last command quits with:</p> +</pre></div><p>You might need to accept SSL certificates from Apache. Please check the <a class="externalLink" href="http://www.apache.org/dev/machines">fingerprint of the servers</a>. If in doubt, ask at Struts mailing list or Apache infra. </p><p>If you are frequently asked on the certificates or if you get that error:</p> <div class="source"><pre class="prettyprint">Unable to determine upstream SVN information from working tree history -</pre></div><p>You can go on for now and ignore this message. After this, youll need to fetch the old history.</p> +</pre></div><p>then you should make sure you are using SVN version 1.7 (not 1.8, not 1.6). Please also consult the <a href="troubleshooting-git-svn.html">troubleshooting page</a>.</p><p>You can go on for now and ignore this message. After this, youll need to fetch the old history.</p> <div class="source"><pre class="prettyprint">git svn fetch --log-window-size 10000 </pre></div><p>Heads up: this command above will need a good while to run - please plan accordingly. When you change something in the code, you can commit it with:</p> <div class="source"><pre class="prettyprint">git svn dcommit