Re: Our SVN moved from incubator/ooo to openoffice

2012-12-10 Thread Daniel Shahaf
Marcus (OOo) wrote on Mon, Dec 10, 2012 at 22:56:31 +0100:
 Strange, all my entries files are still pointing to the incubator URL.

 @Herbert:
 Do you have another idea? Or do I have to really checkout all stuff  
 again? Not a big thing but I would like to avoid this. ;-)

The 21st line after a formfeed will contain the incubator URL in new
working copies too.  Don't worry about implementation details please ---
if 'svn info' and 'svnversion' give the right output, you're fine.


Re: Our SVN moved from incubator/ooo to openoffice

2012-12-06 Thread Marcus (OOo)

Am 11/26/2012 09:21 AM, schrieb Herbert Duerr:

On 26.11.2012 04:32, j...@apache.org wrote:

Author: joes
Date: Mon Nov 26 03:32:20 2012
New Revision: 1413471

URL: http://svn.apache.org/viewvc?rev=1413471view=rev
Log:
mv ooo to top-level

Added:
openoffice/
- copied from r1413470, incubator/ooo/


So our locations in the SVN repository were moved as discussed last
week. Thank you, Joe!

Here are the instructions to switch your checkouts to the new location:

In case you are using SVN natively please change into the directory
where your checked out AOO and run
svn switch https://svn.apache.org/repos/asf/openoffice/trunk
there. If you are not working on trunk you have to replace trunk by
the branches/bname (with bname being the branch name you are interested
in), of course.

In case you are using git-svn please change into the directory of your
git-svn clone, open the file
.git/config
and find the section named
[svn-remote svn]
in there. In the url= line of that section please change the
incubator/ooo part of the URL to openoffice.


I've a problem to switch to the new repo.

The checked-out code is here:

local_path/asf-ooo/ooo-site/trunk

When executing:

svn switch https://svn.apache.org/repos/asf/openoffice/ooo-site/trunk

then it's working some minutes. But when opening the following file to 
check it:


/share/daten/svn/asf-ooo/ooo-site/trunk/.svn/entries

then I've still the old reference with:

https://svn.apache.org/repos/asf/incubator/ooo/ooo-site/trunk

So, what am I doing wrong?

Thanks for your help.

Marcus


Re: Our SVN moved from incubator/ooo to openoffice

2012-12-06 Thread Kay Schenk
On Thu, Dec 6, 2012 at 1:21 PM, Marcus (OOo) marcus.m...@wtnet.de wrote:
 Am 11/26/2012 09:21 AM, schrieb Herbert Duerr:

 On 26.11.2012 04:32, j...@apache.org wrote:

 Author: joes
 Date: Mon Nov 26 03:32:20 2012
 New Revision: 1413471

 URL: http://svn.apache.org/viewvc?rev=1413471view=rev
 Log:
 mv ooo to top-level

 Added:
 openoffice/
 - copied from r1413470, incubator/ooo/


 So our locations in the SVN repository were moved as discussed last
 week. Thank you, Joe!

 Here are the instructions to switch your checkouts to the new location:

 In case you are using SVN natively please change into the directory
 where your checked out AOO and run
 svn switch https://svn.apache.org/repos/asf/openoffice/trunk
 there. If you are not working on trunk you have to replace trunk by
 the branches/bname (with bname being the branch name you are interested
 in), of course.

 In case you are using git-svn please change into the directory of your
 git-svn clone, open the file
 .git/config
 and find the section named
 [svn-remote svn]
 in there. In the url= line of that section please change the
 incubator/ooo part of the URL to openoffice.


 I've a problem to switch to the new repo.

 The checked-out code is here:

 local_path/asf-ooo/ooo-site/trunk

 When executing:

 svn switch https://svn.apache.org/repos/asf/openoffice/ooo-site/trunk

 then it's working some minutes. But when opening the following file to check
 it:

 /share/daten/svn/asf-ooo/ooo-site/trunk/.svn/entries

 then I've still the old reference with:

 https://svn.apache.org/repos/asf/incubator/ooo/ooo-site/trunk

 So, what am I doing wrong?

 Thanks for your help.

Marcus ---

When I did this, I noted problems with my entries file as well. What
I discovered it that the .svn/entries for content and the other
sub-areas were OK, but not the top-level, trunk.

You might check this as well. Since I never check IN the entire trunk,
I don't think this will matter --we're mostly in content.

I have no other further information than this.

Let us know what you find out. I thought maybe it was something I did wrong.


 Marcus



-- 

MzK

“How wrong is it for a woman to expect the man to build the world
 she wants, rather than to create it herself?”

 -- Anais Nin


Re: Our SVN moved from incubator/ooo to openoffice

2012-11-30 Thread Andre Fischer

On 26.11.2012 17:07, Herbert Duerr wrote:

Following up to myself:


In case you are using git-svn please change into the directory of your
git-svn clone, open the file
 .git/config
and find the section named
 [svn-remote svn]
in there. In the url= line of that section please change the
incubator/ooo part of the URL to openoffice.


If you are running into problems with this simple approach please use 
the extended instructions for the General Case at

https://git.wiki.kernel.org/index.php/GitSvnSwitch


For some reason this does not work for me.  I get a

Invalid filesystem path syntax: Cannot replace a directory from 
within at /usr/lib/git-core/git-svn line 5653


after changing
url = https://a...@svn.apache.org/repos/asf/incubator/ooo/trunk
to
url = https://a...@svn.apache.org/repos/asf/openoffice/trunk

in .git/config

Does anybody has step by step instructions on how to switch a local git 
repository.


It would be even more important to have a detailed description of 
setting up a new local git repository.  I understand that that has 
become more complicated as well, if you want to access the old 
history.  I really don't want to go back to use svn directly.


-Andre



Re: Our SVN moved from incubator/ooo to openoffice

2012-11-29 Thread Rob Weir
On Mon, Nov 26, 2012 at 7:24 PM, Joe Schaefer joe_schae...@yahoo.com wrote:
 CMS stuff won't work til I upgrade the
 paths- sorry, that won't be til tomorrow.



Hi Joe, how is this looking?

-Rob






 From: Kay Schenk kay.sch...@gmail.com
To: dev@openoffice.apache.org
Sent: Monday, November 26, 2012 6:29 PM
Subject: Re: Our SVN moved from incubator/ooo to openoffice



On 11/26/2012 03:19 PM, Rob Weir wrote:
 On Mon, Nov 26, 2012 at 6:01 PM, Kay Schenk kay.sch...@gmail.com wrote:
 [top posting]

 hmmm...OK, I switched the svn for the project website to:

 https://svn.apache.org/repos/asf/openoffice/site/trunk/

 This is the only part I needed for now.

 I made some edits, and committed them...all good.

 But, they are NOT reflected on the old/actual staging site:

 http://openofficeorg.staging.apache.org/openofficeorg/pmc-faqs.html


 Did you check in the changes via Subversion or via the CMS?  If you do
 it via Subversion you need to click the update link to force the CMS
 to fetch the latest files from SVN.

I did it with subversion. But usually when I do this and commit, I can
bring up the staging copy, and assuming the build is done, can see the
changes on staging. I don't even use the update link. (???)

Or alternatively. if I use Easy Publish, I use Diff to see the
changes in staging before publishing.

Maybe someone else can try to publish something to the new project web
site location, and have different results. If so, please share what you did.







 -Rob

 and I'm not sure where this is now.

 Maybe I need to do a re-published but, well, I don't know if a new web
 area needs to be established first.

 I'll comment on our existing ticket for this.

 The user portal, www.openoffice.org, should work without issue (maybe?). It
 already has a basically a top-level web area.


 On 11/26/2012 02:49 PM, janI wrote:

 Got it...I just thought you had removed incubator in all links.

 Jan.

 On 26 November 2012 23:46, Rob Weir robw...@apache.org wrote:

 On Mon, Nov 26, 2012 at 5:44 PM, janI j...@apache.org wrote:

 I was thinking of http://svn.apache.org/repos/asf/openoffice/
 ooo-site/trunk/content/l10n

 The l10n branch is one I have created for development, and it contains

 only

 the source trunk at least yesterday, when I did an update, I am still
 working on svn switch to get my local copy updated.

 And it was merely the update that rob had made, that interested me.


 So my changes were simple.  They were not renaming or moving files.  I
 was editing the content of pages where they referred to locations in
 SVN.  For example, we had a Subversion tutorial and another page that
 told visitors where to download the AOO source code from.  Stuff like
 that.  I don't think there were any L10n dependencies there.

 -Rob

 Jan I.


 On 26 November 2012 23:37, Dennis E. Hamilton orc...@apache.org wrote:

 Just go to http://svn.apache.org/repos/asf/openoffice/ and browse
 around to confirm that everything you are interested in is there.

 (Are you thinking of the l10n under openoffice/branches ?  It does

 appear

 that all of openoffice/ooo-site and openoffice/site are there.)

- Dennis

 -Original Message-
 From: janI [mailto:j...@apache.org]
 Sent: Monday, November 26, 2012 13:48
 To: dev@openoffice.apache.org
 Subject: Re: Our SVN moved from incubator/ooo to openoffice

 #rob:

 did you include subdirs in ooo-site, so that l10n and other are taken

 care

 of ?

 mwiki might be a special problem, since there are loads of text, but I

 am

 more or less getting used to writing mwiki sql worms (right now I am
 juggling with 63.517 spam user accounts), so I can have a look at it

 after

 the user problem.

 Jan

 On 26 November 2012 20:27, Rob Weir robw...@apache.org wrote:

 On Mon, Nov 26, 2012 at 3:21 AM, Herbert Duerr h...@apache.org

 wrote:

 On 26.11.2012 04:32, j...@apache.org wrote:


 Author: joes
 Date: Mon Nov 26 03:32:20 2012
 New Revision: 1413471

 URL: http://svn.apache.org/viewvc?rev=1413471view=rev
 Log:
 mv ooo to top-level

 Added:
openoffice/
  - copied from r1413470, incubator/ooo/



 So our locations in the SVN repository were moved as discussed last

 week.

 Thank you, Joe!

 Here are the instructions to switch your checkouts to the new

 location:


 In case you are using SVN natively please change into the directory

 where

 your checked out AOO and run
   svn switch

 https://svn.apache.org/repos/asf/openoffice/trunk

 there. If you are not working on trunk you have to replace trunk

 by

 the

 branches/bname (with bname being the branch name you are interested

 in),

 of

 course.

 In case you are using git-svn please change into the directory of

 your

 git-svn clone, open the file
   .git/config
 and find the section named
   [svn-remote svn]
 in there. In the url= line of that section please change the
 incubator/ooo part of the URL to openoffice.


 I've edited the websites

Re: Our SVN moved from incubator/ooo to openoffice

2012-11-27 Thread Rob Weir
On Mon, Nov 26, 2012 at 7:24 PM, Joe Schaefer joe_schae...@yahoo.com wrote:
 CMS stuff won't work til I upgrade the
 paths- sorry, that won't be til tomorrow.


OK.  That's good to know.

Please let us know when that upgrade is done.  I have some pending
website changes related to the SVN move that I'd like to publish.

Thanks!

-Rob






 From: Kay Schenk kay.sch...@gmail.com
To: dev@openoffice.apache.org
Sent: Monday, November 26, 2012 6:29 PM
Subject: Re: Our SVN moved from incubator/ooo to openoffice



On 11/26/2012 03:19 PM, Rob Weir wrote:
 On Mon, Nov 26, 2012 at 6:01 PM, Kay Schenk kay.sch...@gmail.com wrote:
 [top posting]

 hmmm...OK, I switched the svn for the project website to:

 https://svn.apache.org/repos/asf/openoffice/site/trunk/

 This is the only part I needed for now.

 I made some edits, and committed them...all good.

 But, they are NOT reflected on the old/actual staging site:

 http://openofficeorg.staging.apache.org/openofficeorg/pmc-faqs.html


 Did you check in the changes via Subversion or via the CMS?  If you do
 it via Subversion you need to click the update link to force the CMS
 to fetch the latest files from SVN.

I did it with subversion. But usually when I do this and commit, I can
bring up the staging copy, and assuming the build is done, can see the
changes on staging. I don't even use the update link. (???)

Or alternatively. if I use Easy Publish, I use Diff to see the
changes in staging before publishing.

Maybe someone else can try to publish something to the new project web
site location, and have different results. If so, please share what you did.







 -Rob

 and I'm not sure where this is now.

 Maybe I need to do a re-published but, well, I don't know if a new web
 area needs to be established first.

 I'll comment on our existing ticket for this.

 The user portal, www.openoffice.org, should work without issue (maybe?). It
 already has a basically a top-level web area.


 On 11/26/2012 02:49 PM, janI wrote:

 Got it...I just thought you had removed incubator in all links.

 Jan.

 On 26 November 2012 23:46, Rob Weir robw...@apache.org wrote:

 On Mon, Nov 26, 2012 at 5:44 PM, janI j...@apache.org wrote:

 I was thinking of http://svn.apache.org/repos/asf/openoffice/
 ooo-site/trunk/content/l10n

 The l10n branch is one I have created for development, and it contains

 only

 the source trunk at least yesterday, when I did an update, I am still
 working on svn switch to get my local copy updated.

 And it was merely the update that rob had made, that interested me.


 So my changes were simple.  They were not renaming or moving files.  I
 was editing the content of pages where they referred to locations in
 SVN.  For example, we had a Subversion tutorial and another page that
 told visitors where to download the AOO source code from.  Stuff like
 that.  I don't think there were any L10n dependencies there.

 -Rob

 Jan I.


 On 26 November 2012 23:37, Dennis E. Hamilton orc...@apache.org wrote:

 Just go to http://svn.apache.org/repos/asf/openoffice/ and browse
 around to confirm that everything you are interested in is there.

 (Are you thinking of the l10n under openoffice/branches ?  It does

 appear

 that all of openoffice/ooo-site and openoffice/site are there.)

- Dennis

 -Original Message-
 From: janI [mailto:j...@apache.org]
 Sent: Monday, November 26, 2012 13:48
 To: dev@openoffice.apache.org
 Subject: Re: Our SVN moved from incubator/ooo to openoffice

 #rob:

 did you include subdirs in ooo-site, so that l10n and other are taken

 care

 of ?

 mwiki might be a special problem, since there are loads of text, but I

 am

 more or less getting used to writing mwiki sql worms (right now I am
 juggling with 63.517 spam user accounts), so I can have a look at it

 after

 the user problem.

 Jan

 On 26 November 2012 20:27, Rob Weir robw...@apache.org wrote:

 On Mon, Nov 26, 2012 at 3:21 AM, Herbert Duerr h...@apache.org

 wrote:

 On 26.11.2012 04:32, j...@apache.org wrote:


 Author: joes
 Date: Mon Nov 26 03:32:20 2012
 New Revision: 1413471

 URL: http://svn.apache.org/viewvc?rev=1413471view=rev
 Log:
 mv ooo to top-level

 Added:
openoffice/
  - copied from r1413470, incubator/ooo/



 So our locations in the SVN repository were moved as discussed last

 week.

 Thank you, Joe!

 Here are the instructions to switch your checkouts to the new

 location:


 In case you are using SVN natively please change into the directory

 where

 your checked out AOO and run
   svn switch

 https://svn.apache.org/repos/asf/openoffice/trunk

 there. If you are not working on trunk you have to replace trunk

 by

 the

 branches/bname (with bname being the branch name you are interested

 in),

 of

 course.

 In case you are using git-svn please change into the directory of

 your

 git-svn clone, open the file
   .git/config
 and find the section named
   [svn-remote svn

Re: Our SVN moved from incubator/ooo to openoffice

2012-11-26 Thread Herbert Duerr

Following up to myself:


In case you are using git-svn please change into the directory of your
git-svn clone, open the file
 .git/config
and find the section named
 [svn-remote svn]
in there. In the url= line of that section please change the
incubator/ooo part of the URL to openoffice.


If you are running into problems with this simple approach please use 
the extended instructions for the General Case at

https://git.wiki.kernel.org/index.php/GitSvnSwitch

Thanks for the feedback, Oliver-Rainer!

Herbert


Re: Our SVN moved from incubator/ooo to openoffice

2012-11-26 Thread janI
#rob:

did you include subdirs in ooo-site, so that l10n and other are taken care
of ?

mwiki might be a special problem, since there are loads of text, but I am
more or less getting used to writing mwiki sql worms (right now I am
juggling with 63.517 spam user accounts), so I can have a look at it after
the user problem.

Jan

On 26 November 2012 20:27, Rob Weir robw...@apache.org wrote:

 On Mon, Nov 26, 2012 at 3:21 AM, Herbert Duerr h...@apache.org wrote:
  On 26.11.2012 04:32, j...@apache.org wrote:
 
  Author: joes
  Date: Mon Nov 26 03:32:20 2012
  New Revision: 1413471
 
  URL: http://svn.apache.org/viewvc?rev=1413471view=rev
  Log:
  mv ooo to top-level
 
  Added:
   openoffice/
 - copied from r1413470, incubator/ooo/
 
 
  So our locations in the SVN repository were moved as discussed last week.
  Thank you, Joe!
 
  Here are the instructions to switch your checkouts to the new location:
 
  In case you are using SVN natively please change into the directory where
  your checked out AOO and run
  svn switch https://svn.apache.org/repos/asf/openoffice/trunk
  there. If you are not working on trunk you have to replace trunk by the
  branches/bname (with bname being the branch name you are interested in),
 of
  course.
 
  In case you are using git-svn please change into the directory of your
  git-svn clone, open the file
  .git/config
  and find the section named
  [svn-remote svn]
  in there. In the url= line of that section please change the
  incubator/ooo part of the URL to openoffice.
 

 I've edited the websites in /site and /ooo-site to update around 7
 files that had hard-coded references to the old SVN address.

 I didn't see any mentions on the Mwiki.

 -Rob


  Herbert



RE: Our SVN moved from incubator/ooo to openoffice

2012-11-26 Thread Dennis E. Hamilton
Just go to http://svn.apache.org/repos/asf/openoffice/ and browse around to 
confirm that everything you are interested in is there.  

(Are you thinking of the l10n under openoffice/branches ?  It does appear that 
all of openoffice/ooo-site and openoffice/site are there.)

 - Dennis

-Original Message-
From: janI [mailto:j...@apache.org] 
Sent: Monday, November 26, 2012 13:48
To: dev@openoffice.apache.org
Subject: Re: Our SVN moved from incubator/ooo to openoffice

#rob:

did you include subdirs in ooo-site, so that l10n and other are taken care
of ?

mwiki might be a special problem, since there are loads of text, but I am
more or less getting used to writing mwiki sql worms (right now I am
juggling with 63.517 spam user accounts), so I can have a look at it after
the user problem.

Jan

On 26 November 2012 20:27, Rob Weir robw...@apache.org wrote:

 On Mon, Nov 26, 2012 at 3:21 AM, Herbert Duerr h...@apache.org wrote:
  On 26.11.2012 04:32, j...@apache.org wrote:
 
  Author: joes
  Date: Mon Nov 26 03:32:20 2012
  New Revision: 1413471
 
  URL: http://svn.apache.org/viewvc?rev=1413471view=rev
  Log:
  mv ooo to top-level
 
  Added:
   openoffice/
 - copied from r1413470, incubator/ooo/
 
 
  So our locations in the SVN repository were moved as discussed last week.
  Thank you, Joe!
 
  Here are the instructions to switch your checkouts to the new location:
 
  In case you are using SVN natively please change into the directory where
  your checked out AOO and run
  svn switch https://svn.apache.org/repos/asf/openoffice/trunk
  there. If you are not working on trunk you have to replace trunk by the
  branches/bname (with bname being the branch name you are interested in),
 of
  course.
 
  In case you are using git-svn please change into the directory of your
  git-svn clone, open the file
  .git/config
  and find the section named
  [svn-remote svn]
  in there. In the url= line of that section please change the
  incubator/ooo part of the URL to openoffice.
 

 I've edited the websites in /site and /ooo-site to update around 7
 files that had hard-coded references to the old SVN address.

 I didn't see any mentions on the Mwiki.

 -Rob


  Herbert




Re: Our SVN moved from incubator/ooo to openoffice

2012-11-26 Thread janI
I was thinking of http://svn.apache.org/repos/asf/openoffice/
ooo-site/trunk/content/l10n

The l10n branch is one I have created for development, and it contains only
the source trunk at least yesterday, when I did an update, I am still
working on svn switch to get my local copy updated.

And it was merely the update that rob had made, that interested me.

Jan I.


On 26 November 2012 23:37, Dennis E. Hamilton orc...@apache.org wrote:

 Just go to http://svn.apache.org/repos/asf/openoffice/ and browse
 around to confirm that everything you are interested in is there.

 (Are you thinking of the l10n under openoffice/branches ?  It does appear
 that all of openoffice/ooo-site and openoffice/site are there.)

  - Dennis

 -Original Message-
 From: janI [mailto:j...@apache.org]
 Sent: Monday, November 26, 2012 13:48
 To: dev@openoffice.apache.org
 Subject: Re: Our SVN moved from incubator/ooo to openoffice

 #rob:

 did you include subdirs in ooo-site, so that l10n and other are taken care
 of ?

 mwiki might be a special problem, since there are loads of text, but I am
 more or less getting used to writing mwiki sql worms (right now I am
 juggling with 63.517 spam user accounts), so I can have a look at it after
 the user problem.

 Jan

 On 26 November 2012 20:27, Rob Weir robw...@apache.org wrote:

  On Mon, Nov 26, 2012 at 3:21 AM, Herbert Duerr h...@apache.org wrote:
   On 26.11.2012 04:32, j...@apache.org wrote:
  
   Author: joes
   Date: Mon Nov 26 03:32:20 2012
   New Revision: 1413471
  
   URL: http://svn.apache.org/viewvc?rev=1413471view=rev
   Log:
   mv ooo to top-level
  
   Added:
openoffice/
  - copied from r1413470, incubator/ooo/
  
  
   So our locations in the SVN repository were moved as discussed last
 week.
   Thank you, Joe!
  
   Here are the instructions to switch your checkouts to the new location:
  
   In case you are using SVN natively please change into the directory
 where
   your checked out AOO and run
   svn switch https://svn.apache.org/repos/asf/openoffice/trunk
   there. If you are not working on trunk you have to replace trunk by
 the
   branches/bname (with bname being the branch name you are interested
 in),
  of
   course.
  
   In case you are using git-svn please change into the directory of your
   git-svn clone, open the file
   .git/config
   and find the section named
   [svn-remote svn]
   in there. In the url= line of that section please change the
   incubator/ooo part of the URL to openoffice.
  
 
  I've edited the websites in /site and /ooo-site to update around 7
  files that had hard-coded references to the old SVN address.
 
  I didn't see any mentions on the Mwiki.
 
  -Rob
 
 
   Herbert
 




Re: Our SVN moved from incubator/ooo to openoffice

2012-11-26 Thread Rob Weir
On Mon, Nov 26, 2012 at 5:44 PM, janI j...@apache.org wrote:
 I was thinking of http://svn.apache.org/repos/asf/openoffice/
 ooo-site/trunk/content/l10n

 The l10n branch is one I have created for development, and it contains only
 the source trunk at least yesterday, when I did an update, I am still
 working on svn switch to get my local copy updated.

 And it was merely the update that rob had made, that interested me.


So my changes were simple.  They were not renaming or moving files.  I
was editing the content of pages where they referred to locations in
SVN.  For example, we had a Subversion tutorial and another page that
told visitors where to download the AOO source code from.  Stuff like
that.  I don't think there were any L10n dependencies there.

-Rob

 Jan I.


 On 26 November 2012 23:37, Dennis E. Hamilton orc...@apache.org wrote:

 Just go to http://svn.apache.org/repos/asf/openoffice/ and browse
 around to confirm that everything you are interested in is there.

 (Are you thinking of the l10n under openoffice/branches ?  It does appear
 that all of openoffice/ooo-site and openoffice/site are there.)

  - Dennis

 -Original Message-
 From: janI [mailto:j...@apache.org]
 Sent: Monday, November 26, 2012 13:48
 To: dev@openoffice.apache.org
 Subject: Re: Our SVN moved from incubator/ooo to openoffice

 #rob:

 did you include subdirs in ooo-site, so that l10n and other are taken care
 of ?

 mwiki might be a special problem, since there are loads of text, but I am
 more or less getting used to writing mwiki sql worms (right now I am
 juggling with 63.517 spam user accounts), so I can have a look at it after
 the user problem.

 Jan

 On 26 November 2012 20:27, Rob Weir robw...@apache.org wrote:

  On Mon, Nov 26, 2012 at 3:21 AM, Herbert Duerr h...@apache.org wrote:
   On 26.11.2012 04:32, j...@apache.org wrote:
  
   Author: joes
   Date: Mon Nov 26 03:32:20 2012
   New Revision: 1413471
  
   URL: http://svn.apache.org/viewvc?rev=1413471view=rev
   Log:
   mv ooo to top-level
  
   Added:
openoffice/
  - copied from r1413470, incubator/ooo/
  
  
   So our locations in the SVN repository were moved as discussed last
 week.
   Thank you, Joe!
  
   Here are the instructions to switch your checkouts to the new location:
  
   In case you are using SVN natively please change into the directory
 where
   your checked out AOO and run
   svn switch https://svn.apache.org/repos/asf/openoffice/trunk
   there. If you are not working on trunk you have to replace trunk by
 the
   branches/bname (with bname being the branch name you are interested
 in),
  of
   course.
  
   In case you are using git-svn please change into the directory of your
   git-svn clone, open the file
   .git/config
   and find the section named
   [svn-remote svn]
   in there. In the url= line of that section please change the
   incubator/ooo part of the URL to openoffice.
  
 
  I've edited the websites in /site and /ooo-site to update around 7
  files that had hard-coded references to the old SVN address.
 
  I didn't see any mentions on the Mwiki.
 
  -Rob
 
 
   Herbert
 




Re: Our SVN moved from incubator/ooo to openoffice

2012-11-26 Thread Kay Schenk

[top posting]

hmmm...OK, I switched the svn for the project website to:

https://svn.apache.org/repos/asf/openoffice/site/trunk/

This is the only part I needed for now.

I made some edits, and committed them...all good.

But, they are NOT reflected on the old/actual staging site:

http://openofficeorg.staging.apache.org/openofficeorg/pmc-faqs.html

and I'm not sure where this is now.

Maybe I need to do a re-published but, well, I don't know if a new web 
area needs to be established first.


I'll comment on our existing ticket for this.

The user portal, www.openoffice.org, should work without issue (maybe?). 
It already has a basically a top-level web area.


On 11/26/2012 02:49 PM, janI wrote:

Got it...I just thought you had removed incubator in all links.

Jan.

On 26 November 2012 23:46, Rob Weir robw...@apache.org wrote:


On Mon, Nov 26, 2012 at 5:44 PM, janI j...@apache.org wrote:

I was thinking of http://svn.apache.org/repos/asf/openoffice/
ooo-site/trunk/content/l10n

The l10n branch is one I have created for development, and it contains

only

the source trunk at least yesterday, when I did an update, I am still
working on svn switch to get my local copy updated.

And it was merely the update that rob had made, that interested me.



So my changes were simple.  They were not renaming or moving files.  I
was editing the content of pages where they referred to locations in
SVN.  For example, we had a Subversion tutorial and another page that
told visitors where to download the AOO source code from.  Stuff like
that.  I don't think there were any L10n dependencies there.

-Rob


Jan I.


On 26 November 2012 23:37, Dennis E. Hamilton orc...@apache.org wrote:


Just go to http://svn.apache.org/repos/asf/openoffice/ and browse
around to confirm that everything you are interested in is there.

(Are you thinking of the l10n under openoffice/branches ?  It does

appear

that all of openoffice/ooo-site and openoffice/site are there.)

  - Dennis

-Original Message-
From: janI [mailto:j...@apache.org]
Sent: Monday, November 26, 2012 13:48
To: dev@openoffice.apache.org
Subject: Re: Our SVN moved from incubator/ooo to openoffice

#rob:

did you include subdirs in ooo-site, so that l10n and other are taken

care

of ?

mwiki might be a special problem, since there are loads of text, but I

am

more or less getting used to writing mwiki sql worms (right now I am
juggling with 63.517 spam user accounts), so I can have a look at it

after

the user problem.

Jan

On 26 November 2012 20:27, Rob Weir robw...@apache.org wrote:


On Mon, Nov 26, 2012 at 3:21 AM, Herbert Duerr h...@apache.org

wrote:

On 26.11.2012 04:32, j...@apache.org wrote:


Author: joes
Date: Mon Nov 26 03:32:20 2012
New Revision: 1413471

URL: http://svn.apache.org/viewvc?rev=1413471view=rev
Log:
mv ooo to top-level

Added:
  openoffice/
- copied from r1413470, incubator/ooo/



So our locations in the SVN repository were moved as discussed last

week.

Thank you, Joe!

Here are the instructions to switch your checkouts to the new

location:


In case you are using SVN natively please change into the directory

where

your checked out AOO and run
 svn switch

https://svn.apache.org/repos/asf/openoffice/trunk

there. If you are not working on trunk you have to replace trunk

by

the

branches/bname (with bname being the branch name you are interested

in),

of

course.

In case you are using git-svn please change into the directory of

your

git-svn clone, open the file
 .git/config
and find the section named
 [svn-remote svn]
in there. In the url= line of that section please change the
incubator/ooo part of the URL to openoffice.



I've edited the websites in /site and /ooo-site to update around 7
files that had hard-coded references to the old SVN address.

I didn't see any mentions on the Mwiki.

-Rob



Herbert











--

MzK

“How wrong is it for a woman to expect the man to build the world
 she wants, rather than to create it herself?”
-- Anais Nin


Re: Our SVN moved from incubator/ooo to openoffice

2012-11-26 Thread Rob Weir
On Mon, Nov 26, 2012 at 6:01 PM, Kay Schenk kay.sch...@gmail.com wrote:
 [top posting]

 hmmm...OK, I switched the svn for the project website to:

 https://svn.apache.org/repos/asf/openoffice/site/trunk/

 This is the only part I needed for now.

 I made some edits, and committed them...all good.

 But, they are NOT reflected on the old/actual staging site:

 http://openofficeorg.staging.apache.org/openofficeorg/pmc-faqs.html


Did you check in the changes via Subversion or via the CMS?  If you do
it via Subversion you need to click the update link to force the CMS
to fetch the latest files from SVN.

-Rob

 and I'm not sure where this is now.

 Maybe I need to do a re-published but, well, I don't know if a new web
 area needs to be established first.

 I'll comment on our existing ticket for this.

 The user portal, www.openoffice.org, should work without issue (maybe?). It
 already has a basically a top-level web area.


 On 11/26/2012 02:49 PM, janI wrote:

 Got it...I just thought you had removed incubator in all links.

 Jan.

 On 26 November 2012 23:46, Rob Weir robw...@apache.org wrote:

 On Mon, Nov 26, 2012 at 5:44 PM, janI j...@apache.org wrote:

 I was thinking of http://svn.apache.org/repos/asf/openoffice/
 ooo-site/trunk/content/l10n

 The l10n branch is one I have created for development, and it contains

 only

 the source trunk at least yesterday, when I did an update, I am still
 working on svn switch to get my local copy updated.

 And it was merely the update that rob had made, that interested me.


 So my changes were simple.  They were not renaming or moving files.  I
 was editing the content of pages where they referred to locations in
 SVN.  For example, we had a Subversion tutorial and another page that
 told visitors where to download the AOO source code from.  Stuff like
 that.  I don't think there were any L10n dependencies there.

 -Rob

 Jan I.


 On 26 November 2012 23:37, Dennis E. Hamilton orc...@apache.org wrote:

 Just go to http://svn.apache.org/repos/asf/openoffice/ and browse
 around to confirm that everything you are interested in is there.

 (Are you thinking of the l10n under openoffice/branches ?  It does

 appear

 that all of openoffice/ooo-site and openoffice/site are there.)

   - Dennis

 -Original Message-
 From: janI [mailto:j...@apache.org]
 Sent: Monday, November 26, 2012 13:48
 To: dev@openoffice.apache.org
 Subject: Re: Our SVN moved from incubator/ooo to openoffice

 #rob:

 did you include subdirs in ooo-site, so that l10n and other are taken

 care

 of ?

 mwiki might be a special problem, since there are loads of text, but I

 am

 more or less getting used to writing mwiki sql worms (right now I am
 juggling with 63.517 spam user accounts), so I can have a look at it

 after

 the user problem.

 Jan

 On 26 November 2012 20:27, Rob Weir robw...@apache.org wrote:

 On Mon, Nov 26, 2012 at 3:21 AM, Herbert Duerr h...@apache.org

 wrote:

 On 26.11.2012 04:32, j...@apache.org wrote:


 Author: joes
 Date: Mon Nov 26 03:32:20 2012
 New Revision: 1413471

 URL: http://svn.apache.org/viewvc?rev=1413471view=rev
 Log:
 mv ooo to top-level

 Added:
   openoffice/
 - copied from r1413470, incubator/ooo/



 So our locations in the SVN repository were moved as discussed last

 week.

 Thank you, Joe!

 Here are the instructions to switch your checkouts to the new

 location:


 In case you are using SVN natively please change into the directory

 where

 your checked out AOO and run
  svn switch

 https://svn.apache.org/repos/asf/openoffice/trunk

 there. If you are not working on trunk you have to replace trunk

 by

 the

 branches/bname (with bname being the branch name you are interested

 in),

 of

 course.

 In case you are using git-svn please change into the directory of

 your

 git-svn clone, open the file
  .git/config
 and find the section named
  [svn-remote svn]
 in there. In the url= line of that section please change the
 incubator/ooo part of the URL to openoffice.


 I've edited the websites in /site and /ooo-site to update around 7
 files that had hard-coded references to the old SVN address.

 I didn't see any mentions on the Mwiki.

 -Rob


 Herbert







 --
 
 MzK

 “How wrong is it for a woman to expect the man to build the world
  she wants, rather than to create it herself?”
 -- Anais Nin


Re: Our SVN moved from incubator/ooo to openoffice

2012-11-26 Thread Kay Schenk



On 11/26/2012 03:19 PM, Rob Weir wrote:

On Mon, Nov 26, 2012 at 6:01 PM, Kay Schenk kay.sch...@gmail.com wrote:

[top posting]

hmmm...OK, I switched the svn for the project website to:

https://svn.apache.org/repos/asf/openoffice/site/trunk/

This is the only part I needed for now.

I made some edits, and committed them...all good.

But, they are NOT reflected on the old/actual staging site:

http://openofficeorg.staging.apache.org/openofficeorg/pmc-faqs.html



Did you check in the changes via Subversion or via the CMS?  If you do
it via Subversion you need to click the update link to force the CMS
to fetch the latest files from SVN.


I did it with subversion. But usually when I do this and commit, I can 
bring up the staging copy, and assuming the build is done, can see the 
changes on staging. I don't even use the update link. (???)


Or alternatively. if I use Easy Publish, I use Diff to see the 
changes in staging before publishing.


Maybe someone else can try to publish something to the new project web 
site location, and have different results. If so, please share what you did.









-Rob


and I'm not sure where this is now.

Maybe I need to do a re-published but, well, I don't know if a new web
area needs to be established first.

I'll comment on our existing ticket for this.

The user portal, www.openoffice.org, should work without issue (maybe?). It
already has a basically a top-level web area.


On 11/26/2012 02:49 PM, janI wrote:


Got it...I just thought you had removed incubator in all links.

Jan.

On 26 November 2012 23:46, Rob Weir robw...@apache.org wrote:


On Mon, Nov 26, 2012 at 5:44 PM, janI j...@apache.org wrote:


I was thinking of http://svn.apache.org/repos/asf/openoffice/
ooo-site/trunk/content/l10n

The l10n branch is one I have created for development, and it contains


only


the source trunk at least yesterday, when I did an update, I am still
working on svn switch to get my local copy updated.

And it was merely the update that rob had made, that interested me.



So my changes were simple.  They were not renaming or moving files.  I
was editing the content of pages where they referred to locations in
SVN.  For example, we had a Subversion tutorial and another page that
told visitors where to download the AOO source code from.  Stuff like
that.  I don't think there were any L10n dependencies there.

-Rob


Jan I.


On 26 November 2012 23:37, Dennis E. Hamilton orc...@apache.org wrote:


Just go to http://svn.apache.org/repos/asf/openoffice/ and browse
around to confirm that everything you are interested in is there.

(Are you thinking of the l10n under openoffice/branches ?  It does


appear


that all of openoffice/ooo-site and openoffice/site are there.)

   - Dennis

-Original Message-
From: janI [mailto:j...@apache.org]
Sent: Monday, November 26, 2012 13:48
To: dev@openoffice.apache.org
Subject: Re: Our SVN moved from incubator/ooo to openoffice

#rob:

did you include subdirs in ooo-site, so that l10n and other are taken


care


of ?

mwiki might be a special problem, since there are loads of text, but I


am


more or less getting used to writing mwiki sql worms (right now I am
juggling with 63.517 spam user accounts), so I can have a look at it


after


the user problem.

Jan

On 26 November 2012 20:27, Rob Weir robw...@apache.org wrote:


On Mon, Nov 26, 2012 at 3:21 AM, Herbert Duerr h...@apache.org


wrote:


On 26.11.2012 04:32, j...@apache.org wrote:



Author: joes
Date: Mon Nov 26 03:32:20 2012
New Revision: 1413471

URL: http://svn.apache.org/viewvc?rev=1413471view=rev
Log:
mv ooo to top-level

Added:
   openoffice/
 - copied from r1413470, incubator/ooo/




So our locations in the SVN repository were moved as discussed last


week.


Thank you, Joe!

Here are the instructions to switch your checkouts to the new


location:



In case you are using SVN natively please change into the directory


where


your checked out AOO and run
  svn switch


https://svn.apache.org/repos/asf/openoffice/trunk


there. If you are not working on trunk you have to replace trunk


by


the


branches/bname (with bname being the branch name you are interested


in),


of


course.

In case you are using git-svn please change into the directory of


your


git-svn clone, open the file
  .git/config
and find the section named
  [svn-remote svn]
in there. In the url= line of that section please change the
incubator/ooo part of the URL to openoffice.



I've edited the websites in /site and /ooo-site to update around 7
files that had hard-coded references to the old SVN address.

I didn't see any mentions on the Mwiki.

-Rob



Herbert












--

MzK

“How wrong is it for a woman to expect the man to build the world
  she wants, rather than to create it herself?”
 -- Anais Nin