Author: robweir
Date: Mon Nov 26 19:21:31 2012
New Revision: 1413792
URL: http://svn.apache.org/viewvc?rev=1413792&view=rev
Log:
point to new SVN base
Modified:
openoffice/site/trunk/content/openofficeorg/developer-faqs.mdtext
openoffice/site/trunk/content/openofficeorg/svn-basics.mdtext
openoffice/site/trunk/content/openofficeorg/website-local.mdtext
Modified: openoffice/site/trunk/content/openofficeorg/developer-faqs.mdtext
URL:
http://svn.apache.org/viewvc/openoffice/site/trunk/content/openofficeorg/developer-faqs.mdtext?rev=1413792&r1=1413791&r2=1413792&view=diff
==============================================================================
--- openoffice/site/trunk/content/openofficeorg/developer-faqs.mdtext (original)
+++ openoffice/site/trunk/content/openofficeorg/developer-faqs.mdtext Mon Nov
26 19:21:31 2012
@@ -29,9 +29,9 @@ Notice: Licensed to the Apache Softwa
##<a name="how_do_i_edit_the_websites">How do I edit the websites?</a>
The pages on this, the Apache OpenOffice "project", website are written in
[markdown syntax][1] and stored in SVN at
-[https://svn.apache.org/repos/asf/incubator/ooo/site][2].
+[https://svn.apache.org/repos/asf/openoffice/site][2].
-The migrated www.openoffice.org is stored in SVN at
[https://svn.apache.org/repos/asf/incubator/ooo/ooo-site][12] and is primarily
"html".
+The migrated www.openoffice.org is stored in SVN at
[https://svn.apache.org/repos/asf/openoffice/ooo-site][12] and is primarily
"html".
Via integration with the [Apache CMS](http://www.apache.org/dev/cms.html), it
is possible to edit, stage and publish
website updates from the command line, or by using a web-based interface, the
[CMS bookmarklet](https://cms.apache.org/#bookmark).
@@ -124,7 +124,7 @@ additional information on current and fu
[1]: http://www.simpleeditions.com/59001/markdown-an-introduction
- [2]: https://svn.apache.org/repos/asf/incubator/ooo/site
+ [2]: https://svn.apache.org/repos/asf/openoffice/site
[3]: http://openoffice.apache.org/docs/edit-cms.html
[4]: http://www.apache.org/licenses/icla.txt
[5]: http://people.apache.org/committer-index.html#unlistedclas
@@ -134,7 +134,7 @@ additional information on current and fu
[9]: http://www.apache.org/dev/new-committers-guide.html
[10]: website-local.html
[11]: http://openoffice.apache.org/svn-basics.html
- [12]: https://svn.apache.org/repos/asf/incubator/ooo/ooo-site
+ [12]: https://svn.apache.org/repos/asf/openoffice/ooo-site
[13]: http://ci.apache.org/builders/
[14]: http://www.raphaelbircher.ch/devsnap.php
[15]: http://people.apache.org/~arielch/packages/
Modified: openoffice/site/trunk/content/openofficeorg/svn-basics.mdtext
URL:
http://svn.apache.org/viewvc/openoffice/site/trunk/content/openofficeorg/svn-basics.mdtext?rev=1413792&r1=1413791&r2=1413792&view=diff
==============================================================================
--- openoffice/site/trunk/content/openofficeorg/svn-basics.mdtext (original)
+++ openoffice/site/trunk/content/openofficeorg/svn-basics.mdtext Mon Nov 26
19:21:31 2012
@@ -90,7 +90,7 @@ For more information see the [Contributo
From the parent directory of where you want the working copy. In this example
the `ooo-trunk` directory will be created if it does not exist.
- $ svn co https://svn.apache.org/repos/asf/incubator/ooo/trunk ooo-trunk
+ $ svn co https://svn.apache.org/repos/asf/openoffice/trunk ooo-trunk
A ooo-trunk/tools
A ooo-trunk/tools/dev
A ooo-trunk/tools/dev/fetch-all-cws.sh
@@ -304,7 +304,7 @@ of the specific commits that have been m
The first step is to do a check out of the specific branch. You can do a
complete
checkout or you can save some space by using the "--depth=empty" option:
- % svn co --depth=empty
https://svn.apache.org/repos/asf/incubator/ooo/branches/AOO34 aoo-stable
+ % svn co --depth=empty
https://svn.apache.org/repos/asf/openoffice/branches/AOO34 aoo-stable
U aoo-stable
Checked out revision 1347362.
@@ -330,7 +330,7 @@ To do a complete checkout from there:
Now merge the specific revision(s) you want (in this case r1333165):
- svn merge -c1333165
https://svn.apache.org/repos/asf/incubator/ooo/trunk/main/jvmfwk .
+ svn merge -c1333165
https://svn.apache.org/repos/asf/openoffice/trunk/main/jvmfwk .
--- Merging r1333165 into '.':
U distributions/OpenOfficeorg/javavendors_unx.xml
Modified: openoffice/site/trunk/content/openofficeorg/website-local.mdtext
URL:
http://svn.apache.org/viewvc/openoffice/site/trunk/content/openofficeorg/website-local.mdtext?rev=1413792&r1=1413791&r2=1413792&view=diff
==============================================================================
--- openoffice/site/trunk/content/openofficeorg/website-local.mdtext (original)
+++ openoffice/site/trunk/content/openofficeorg/website-local.mdtext Mon Nov 26
19:21:31 2012
@@ -113,11 +113,11 @@ incubator site and the migrating openoff
#### Download the svn repos for the AOOo site.
- svn co https://svn.apache.org/repos/asf/incubator/ooo/site/trunk site
+ svn co https://svn.apache.org/repos/asf/openoffice/site/trunk site
#### Download the svn repos for the migrated OpenOffice.org website.
- svn co https://svn.apache.org/repos/asf/incubator/ooo/ooo-site/trunk
ooo-site
+ svn co https://svn.apache.org/repos/asf/openoffice/ooo-site/trunk ooo-site
#### Download the svn repos for the Apache CMS.
@@ -260,4 +260,4 @@ the effort comes from adding it to the k
[6]: https://cms.apache.org/#bookmark
[7]: http://www.apache.org/dev/version-control.html
[8]: http://localhost/
-[9]: https://svn.apache.org/repos/asf/incubator/ooo/ooo-site/trunk/
\ No newline at end of file
+[9]: https://svn.apache.org/repos/asf/openoffice/ooo-site/trunk/
\ No newline at end of file