Mailing List Archive

search modules w/ local changes on apache.org aren't committed
for some reason those were modified on the apache.org server and not
committed:

M src/print.css
M src/search/modules/TemplateDumper.pm
M src/search/modules/PhraseHighlight.pm
M src/search/modules/DefaultHighlight.pm
M src/search/modules/TemplateHTMLTemplate.pm
M src/search/modules/DateRanges.pm
M src/search/modules/TemplateDefault.pm
M src/search/modules/SimpleHighlight.pm
M src/search/modules/TemplateToolkit.pm
M src/search/modules/PhraseTest.pm
M src/search/swish.cgi
M src/images/logo/mod_perl_logo_static.svg

but I can't commit those:

svn: Commit failed (details follow):
svn: MKACTIVITY of
'/repos/asf/!svn/act/6bfbb03e-e348-da11-a170-0030482782e4': 403 Forbidden
(http://svn.apache.org)
svn: Your commit message was left in a temporary file:
svn: '/x1/home/perlwww/apache.org/modperl-docs-svn/svn-commit.tmp'

ideas?

Bill, have you done those changes and not committed?

--
_____________________________________________________________
Stas Bekman mailto:stas@stason.org http://stason.org/
MailChannels: Assured Messaging(TM) http://mailchannels.com/
The "Practical mod_perl" book http://modperlbook.org/
http://perl.apache.org/ http://perl.org/ http://logilune.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org
Re: search modules w/ local changes on apache.org aren't committed [ In reply to ]
On Sat, Oct 29, 2005 at 06:24:15PM -0700, Stas Bekman wrote:
> for some reason those were modified on the apache.org server and not
> committed:
>
> M src/print.css
> M src/search/modules/TemplateDumper.pm
> M src/search/modules/PhraseHighlight.pm
> M src/search/modules/DefaultHighlight.pm
> M src/search/modules/TemplateHTMLTemplate.pm
> M src/search/modules/DateRanges.pm
> M src/search/modules/TemplateDefault.pm
> M src/search/modules/SimpleHighlight.pm
> M src/search/modules/TemplateToolkit.pm
> M src/search/modules/PhraseTest.pm
> M src/search/swish.cgi
> M src/images/logo/mod_perl_logo_static.svg
>
> but I can't commit those:
>
> svn: Commit failed (details follow):
> svn: MKACTIVITY of
> '/repos/asf/!svn/act/6bfbb03e-e348-da11-a170-0030482782e4': 403 Forbidden
> (http://svn.apache.org)
> svn: Your commit message was left in a temporary file:
> svn: '/x1/home/perlwww/apache.org/modperl-docs-svn/svn-commit.tmp'
>
> ideas?
>
> Bill, have you done those changes and not committed?

I can't remember the last time I touched any of those files. Are
those the ones all dated July 19th? Isn't that about when the site
was moved back from the other machine (Ajax?)?

Machine's a bit slow right now. Python is loading it up:
load averages: 54.50, 57.00, 60.20

--
Bill Moseley
moseley@hank.org


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org
Re: search modules w/ local changes on apache.org aren't committed [ In reply to ]
Bill Moseley wrote:
> On Sat, Oct 29, 2005 at 06:24:15PM -0700, Stas Bekman wrote:
>
>>for some reason those were modified on the apache.org server and not
>>committed:
>>
>>M src/print.css
>>M src/search/modules/TemplateDumper.pm
>>M src/search/modules/PhraseHighlight.pm
>>M src/search/modules/DefaultHighlight.pm
>>M src/search/modules/TemplateHTMLTemplate.pm
>>M src/search/modules/DateRanges.pm
>>M src/search/modules/TemplateDefault.pm
>>M src/search/modules/SimpleHighlight.pm
>>M src/search/modules/TemplateToolkit.pm
>>M src/search/modules/PhraseTest.pm
>>M src/search/swish.cgi
>>M src/images/logo/mod_perl_logo_static.svg
>>
>>but I can't commit those:
>>
>>svn: Commit failed (details follow):
>>svn: MKACTIVITY of
>>'/repos/asf/!svn/act/6bfbb03e-e348-da11-a170-0030482782e4': 403 Forbidden
>>(http://svn.apache.org)
>>svn: Your commit message was left in a temporary file:
>>svn: '/x1/home/perlwww/apache.org/modperl-docs-svn/svn-commit.tmp'
>>
>>ideas?
>>
>>Bill, have you done those changes and not committed?
>
> I can't remember the last time I touched any of those files. Are
> those the ones all dated July 19th? Isn't that about when the site
> was moved back from the other machine (Ajax?)?

It looks like those are just Id changes [1]. But still, that checkout must
not have any local changes, if we don't want to avoid collisions on the
automatic update and noone will be around to fix those. Those changes
should be probably backed out anyway, since they do nothing.

But something is wrong with perms.

> Machine's a bit slow right now. Python is loading it up:
> load averages: 54.50, 57.00, 60.20
>

Index: modules/TemplateDumper.pm
===================================================================
--- modules/TemplateDumper.pm (revision 329569)
+++ modules/TemplateDumper.pm (working copy)
@@ -2,7 +2,7 @@
# This just dumps out the results object.
# Need to use a query string to do anything interesting
#
-# $Id: TemplateDumper.pm,v 1.1 2002/01/30 06:35:00 stas Exp $
+# $Id$
#

#===============================================================================
package TemplateDumper;
Index: modules/PhraseHighlight.pm
===================================================================
--- modules/PhraseHighlight.pm (revision 329569)
+++ modules/PhraseHighlight.pm (working copy)
@@ -1,7 +1,7 @@
#=======================================================================
# Phrase Highlighting Code
#
-# $Id: PhraseHighlight.pm,v 1.2 2002/04/06 19:17:16 moseley Exp $
+# $Id$
#=======================================================================
package PhraseHighlight;
use strict;
Index: modules/DefaultHighlight.pm
===================================================================
--- modules/DefaultHighlight.pm (revision 329569)
+++ modules/DefaultHighlight.pm (working copy)
@@ -1,7 +1,7 @@
#=======================================================================
# Default Highlighting Code
#
-# $Id: DefaultHighlight.pm,v 1.1 2002/01/30 06:35:00 stas Exp $
+# $Id$
#=======================================================================
package DefaultHighlight;
use strict;
Index: modules/TemplateHTMLTemplate.pm
===================================================================
--- modules/TemplateHTMLTemplate.pm (revision 329569)
+++ modules/TemplateHTMLTemplate.pm (working copy)
@@ -1,6 +1,6 @@
#=======================================================================
# Module for using Template-Toolkit for generating output
-# $Id: TemplateHTMLTemplate.pm,v 1.1 2002/01/30 06:35:00 stas Exp $
+# $Id$
#
# This module probably does not automatically support all the features
# of the swish.cgi script (such as selecting index files). See
Index: modules/DateRanges.pm
===================================================================
--- modules/DateRanges.pm (revision 329569)
+++ modules/DateRanges.pm (working copy)
@@ -1,4 +1,4 @@
-# $Id: DateRanges.pm,v 1.1 2002/01/30 06:35:00 stas Exp $
+# $Id$

package DateRanges;
use strict;
Index: modules/TemplateDefault.pm
===================================================================
--- modules/TemplateDefault.pm (revision 329569)
+++ modules/TemplateDefault.pm (working copy)
@@ -1,6 +1,6 @@
#=====================================================================
# These routines format the HTML output.
-# $Id: TemplateDefault.pm,v 1.1 2002/01/30 06:35:00 stas Exp $
+# $Id$
#=====================================================================
package TemplateDefault;
use strict;
Index: modules/SimpleHighlight.pm
===================================================================
--- modules/SimpleHighlight.pm (revision 329569)
+++ modules/SimpleHighlight.pm (working copy)
@@ -1,6 +1,6 @@
#=======================================================================
# Simple Highlighting Code
-# $Id: SimpleHighlight.pm,v 1.1 2002/01/30 06:35:00 stas Exp $
+# $Id$
#=======================================================================
package SimpleHighlight;
use strict;
Index: modules/TemplateToolkit.pm
===================================================================
--- modules/TemplateToolkit.pm (revision 329569)
+++ modules/TemplateToolkit.pm (working copy)
@@ -1,6 +1,6 @@
#=======================================================================
# Module for using Template-Toolkit for generating output
-# $Id: TemplateToolkit.pm,v 1.3 2002/04/19 19:53:34 moseley Exp $
+# $Id$
#
#=======================================================================
package TemplateToolkit;
Index: modules/PhraseTest.pm
===================================================================
--- modules/PhraseTest.pm (revision 329569)
+++ modules/PhraseTest.pm (working copy)
@@ -159,7 +159,7 @@
#
# copyright 2001 - Bill Moseley moseley@hank.org
#
-# $Id: PhraseTest.pm,v 1.1 2002/01/30 06:35:00 stas Exp $
+# $Id$
#=======================================================================
package PhraseHighlight;
use strict;
Index: swish.cgi
===================================================================
--- swish.cgi (revision 329569)
+++ swish.cgi (working copy)
@@ -18,7 +18,7 @@
#
# To display documentation for this program type "perldoc swish.cgi"
#
-# swish.cgi $Revision: 1.9 $ Copyright (C) 2001 Bill Moseley
swishscript@hank.org
+# swish.cgi $Revision$ Copyright (C) 2001 Bill Moseley
swishscript@hank.org
# Example CGI program for searching with SWISH-E
#
# This example program will only run under an OS that supports fork().
@@ -37,7 +37,7 @@
#
# The above lines must remain at the top of this program
#
-# $Id: swish.cgi,v 1.9 2002/07/01 05:08:43 moseley Exp $
+# $Id$
#

####################################################################################

@@ -2533,7 +2533,7 @@

=head1 LICENSE

-swish.cgi $Revision: 1.9 $ Copyright (C) 2001 Bill Moseley search@hank.org
+swish.cgi $Revision$ Copyright (C) 2001 Bill Moseley search@hank.org
Example CGI program for searching with SWISH-E





--
_____________________________________________________________
Stas Bekman mailto:stas@stason.org http://stason.org/
MailChannels: Assured Messaging(TM) http://mailchannels.com/
The "Practical mod_perl" book http://modperlbook.org/
http://perl.apache.org/ http://perl.org/ http://logilune.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org