Re: svn commit: r105803 - in httpd/test/trunk/perl-framework: . Apache-Test Apache-Test/lib/Apache Apache-Test/t Apache-Test/t/conf c-modules c-modules/authany c-modules/client_add_filter c-modules/ea

2004-11-19 Thread Geoffrey Young

>> The .cvsignore properties were automatically added into the svn:ignore
>> properties by cvs2svn when the repos was converted, so when I removed
>> the .cvsignore files that's all I did, nothing else needed tweaking.
> 
> 
> Great! so Geoff, that means you can drop the .cvsignore files in the mp2
> tree I believe?

done.

--Geoff


Re: svn commit: r105803 - etc

2004-11-19 Thread Stas Bekman
Stas Bekman wrote:
Stas Bekman wrote:
Joe Orton wrote:
On Fri, Nov 19, 2004 at 04:21:31PM -0500, Stas Bekman wrote:
Joe Orton wrote:
When a propchange is committed a notification mail *will* be sent, but
the post-commit script won't actually tell you the before-and-after in
that case, it seems.  I'm not sure whether that's a deficiency of the
script being used or of SVN itself.

You mean it only tells that there was a change, but not what was the 
change? if so who should be asked to fix that?


http://marc.theaimsgroup.com/?l=apache-cvs&m=110085589310749&w=2
Looks that way, yup.  infrastructure@ is who, I guess, if they're still
awake ;)

Thanks Joe. I've emailed the list.

Justin says that this should be now fixed.
Not quite so:
 Original Message 
Subject: Re: fixing the 'svn propedit svn:ignore' commit emails
Date: Fri, 19 Nov 2004 14:25:08 -0800
From: Justin Erenkrantz <[EMAIL PROTECTED]>
CC: infrastructure <[EMAIL PROTECTED]>
--On Friday, November 19, 2004 4:53 PM -0500 Stas Bekman <[EMAIL PROTECTED]>
wrote:
>> Should be fixed as I added the mailer to the propchange hook.  -- justin
>
> justin++
Spoke too soon.  I added the mailer for the post-revpropchange hook - which
doesn't directly solve that problem.  (If you modify svn:log, you'll cause
an email now.)
I've sent an email to [EMAIL PROTECTED] asking for this feature as the mailer.py
doesn't have it.  There's a comment on the order of "### do something with
change.prop_changes" - which sorta sucks.
Bear with us...  -- justin
--
__
Stas BekmanJAm_pH --> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


Re: svn commit: r105803 - etc

2004-11-19 Thread Stas Bekman
Stas Bekman wrote:
Joe Orton wrote:
On Fri, Nov 19, 2004 at 04:21:31PM -0500, Stas Bekman wrote:
Joe Orton wrote:
When a propchange is committed a notification mail *will* be sent, but
the post-commit script won't actually tell you the before-and-after in
that case, it seems.  I'm not sure whether that's a deficiency of the
script being used or of SVN itself.

You mean it only tells that there was a change, but not what was the 
change? if so who should be asked to fix that?

http://marc.theaimsgroup.com/?l=apache-cvs&m=110085589310749&w=2
Looks that way, yup.  infrastructure@ is who, I guess, if they're still
awake ;)

Thanks Joe. I've emailed the list.
Justin says that this should be now fixed.

--
__
Stas BekmanJAm_pH --> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


Re: svn commit: r105803 - etc

2004-11-19 Thread Stas Bekman
Joe Orton wrote:
On Fri, Nov 19, 2004 at 04:21:31PM -0500, Stas Bekman wrote:
Joe Orton wrote:
When a propchange is committed a notification mail *will* be sent, but
the post-commit script won't actually tell you the before-and-after in
that case, it seems.  I'm not sure whether that's a deficiency of the
script being used or of SVN itself.
You mean it only tells that there was a change, but not what was the 
change? if so who should be asked to fix that?

http://marc.theaimsgroup.com/?l=apache-cvs&m=110085589310749&w=2
Looks that way, yup.  infrastructure@ is who, I guess, if they're still
awake ;)
Thanks Joe. I've emailed the list.
--
__
Stas BekmanJAm_pH --> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


Re: svn commit: r105803 - etc

2004-11-19 Thread Joe Orton
On Fri, Nov 19, 2004 at 04:21:31PM -0500, Stas Bekman wrote:
> Joe Orton wrote:
> >When a propchange is committed a notification mail *will* be sent, but
> >the post-commit script won't actually tell you the before-and-after in
> >that case, it seems.  I'm not sure whether that's a deficiency of the
> >script being used or of SVN itself.
> 
> You mean it only tells that there was a change, but not what was the 
> change? if so who should be asked to fix that?

http://marc.theaimsgroup.com/?l=apache-cvs&m=110085589310749&w=2

Looks that way, yup.  infrastructure@ is who, I guess, if they're still
awake ;)




Re: svn commit: r105803 - in httpd/test/trunk/perl-framework: . Apache-Test Apache-Test/lib/Apache Apache-Test/t Apache-Test/t/conf c-modules c-modules/authany c-modules/client_add_filter c-modules/ea

2004-11-19 Thread Stas Bekman
Joe Orton wrote:
On Fri, Nov 19, 2004 at 03:23:46PM -0500, Stas Bekman wrote:
Geoffrey Young wrote:
what's the replacement for .cvsignore under svn? I can't see where the
data in .cvsignore has migrated to.

each directory now has properties and one of those properties is which 
files
to ignore.  see
Yes, but how do I see the change? I've seen Joe removing .cvsignore files. 
I have no idea whether he has added the properties for each of the removed 
files or not. The changes should be emailed no?

The .cvsignore properties were automatically added into the svn:ignore
properties by cvs2svn when the repos was converted, so when I removed
the .cvsignore files that's all I did, nothing else needed tweaking.
Great! so Geoff, that means you can drop the .cvsignore files in the mp2 
tree I believe?

When a propchange is committed a notification mail *will* be sent, but
the post-commit script won't actually tell you the before-and-after in
that case, it seems.  I'm not sure whether that's a deficiency of the
script being used or of SVN itself.
You mean it only tells that there was a change, but not what was the 
change? if so who should be asked to fix that?

--
__
Stas BekmanJAm_pH --> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


Re: svn commit: r105803 - in httpd/test/trunk/perl-framework: . Apache-Test Apache-Test/lib/Apache Apache-Test/t Apache-Test/t/conf c-modules c-modules/authany c-modules/client_add_filter c-modules/ea

2004-11-19 Thread Joe Orton
On Fri, Nov 19, 2004 at 03:23:46PM -0500, Stas Bekman wrote:
> Geoffrey Young wrote:
> >
> >>what's the replacement for .cvsignore under svn? I can't see where the
> >>data in .cvsignore has migrated to.
> >
> >
> >each directory now has properties and one of those properties is which 
> >files
> >to ignore.  see
> 
> Yes, but how do I see the change? I've seen Joe removing .cvsignore files. 
> I have no idea whether he has added the properties for each of the removed 
> files or not. The changes should be emailed no?

The .cvsignore properties were automatically added into the svn:ignore
properties by cvs2svn when the repos was converted, so when I removed
the .cvsignore files that's all I did, nothing else needed tweaking.

When a propchange is committed a notification mail *will* be sent, but
the post-commit script won't actually tell you the before-and-after in
that case, it seems.  I'm not sure whether that's a deficiency of the
script being used or of SVN itself.

(For Geoff): the quick'n'easy way to add a file to svn:ignore is:

  $ svn propedit svn:ignore .

which brings up the property contents in $EDITOR.

joe


Re: [NOTICE] CVS to SVN migration complete

2004-11-19 Thread Rich Bowen
On Fri, 19 Nov 2004, Sander Striker wrote:
Hi everyone,
The CVS to SVN conversion of the Apache HTTP Server projects is
complete.
Thanks so much for your hard work on this, and thanks in advance for
answering all the stupid questions I'm sure to have as I get used to The
New Way.
--
When we are young, wandering the face of the earth,
wondering what our dreams might be worth,
learning that we're only immortal for a limited time.


Re: svn commit: r105803 - in httpd/test/trunk/perl-framework: . Apache-Test Apache-Test/lib/Apache Apache-Test/t Apache-Test/t/conf c-modules c-modules/authany c-modules/client_add_filter c-modules/ea

2004-11-19 Thread Stas Bekman
Geoffrey Young wrote:

what's the replacement for .cvsignore under svn? I can't see where the
data in .cvsignore has migrated to.

each directory now has properties and one of those properties is which files
to ignore.  see
Yes, but how do I see the change? I've seen Joe removing .cvsignore files. 
I have no idea whether he has added the properties for each of the removed 
files or not. The changes should be emailed no?

--
__
Stas BekmanJAm_pH --> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


Re: svn commit: r105803 - in httpd/test/trunk/perl-framework: . Apache-Test Apache-Test/lib/Apache Apache-Test/t Apache-Test/t/conf c-modules c-modules/authany c-modules/client_add_filter c-modules/ea

2004-11-19 Thread Geoffrey Young


> what's the replacement for .cvsignore under svn? I can't see where the
> data in .cvsignore has migrated to.

each directory now has properties and one of those properties is which files
to ignore.  see

  http://svnbook.red-bean.com/en/1.0/apas06.html

for metadata info in general,

  http://svnbook.red-bean.com/en/1.0/ch07s02.html

for property foo, specifically grep for svn:ignore.

for other useful cvs to svn migration stuff

  http://svnbook.red-bean.com/en/1.0/apa.html

is helpful if you haven't already seen it.

for me, I've found this entirely unintuitive, since I can't seem to find a
way to _add_ files to ignore without first gleaning which are currently
ignored from .svn/.  that is, since there seems to be no propadd option, I'm
left with recreating .cvsignore from .svn/dir-props, adding the new file to
ignore, then slurping up .cvsignore svn propset.  and I always seem to cause
some sort of conflict when I want to set properties on . instead of a
directory below it.

so, if anyone has any pointers here, that would be great :)

--Geoff


Re: svn commit: r105803 - in httpd/test/trunk/perl-framework: . Apache-Test Apache-Test/lib/Apache Apache-Test/t Apache-Test/t/conf c-modules c-modules/authany c-modules/client_add_filter c-modules/ea

2004-11-19 Thread Stas Bekman
[EMAIL PROTECTED] wrote:
Author: jorton
Date: Fri Nov 19 02:27:41 2004
New Revision: 105803
Removed:
   httpd/test/trunk/perl-framework/.cvsignore
   httpd/test/trunk/perl-framework/Apache-Test/.cvsignore
   httpd/test/trunk/perl-framework/Apache-Test/lib/Apache/.cvsignore
[...]
Log:
Remove .cvsignore files
what's the replacement for .cvsignore under svn? I can't see where the 
data in .cvsignore has migrated to.

--
__
Stas BekmanJAm_pH --> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


Re: [NOTICE] CVS to SVN migration complete

2004-11-19 Thread William A. Rowe, Jr.
At 01:13 PM 11/19/2004, Sander Striker wrote:
>Hi everyone,
>
>The CVS to SVN conversion of the Apache HTTP Server projects is
>complete.

Committers will note their cvs diff of the now-locked repository
will blow up for failure to create your lockfile...  to rescue 
your deltas, use;

cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic diff -u3 > ../delta

password is anoncvs

Happy svn!

Bill

Bill




[NOTICE] CVS to SVN migration complete

2004-11-19 Thread Sander Striker
Hi everyone,

The CVS to SVN conversion of the Apache HTTP Server projects is
complete.

To check out your project:

apache 1.3:
  $ svn co http://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x \
apache-1.3

httpd 2.0:
  $ svn co http://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x \
httpd-2.0

httpd 2.1:
  $ svn co http://svn.apache.org/repos/asf/httpd/httpd/trunk \
httpd-2.1

httpd-test:
  $ svn co http://svn.apache.org/repos/asf/httpd/test/trunk \
httpd-test

apreq:
  $ svn co http://svn.apache.org/repos/asf/httpd/apreq/branches/1.x \
apreq

apreq-2:
  $ svn co http://svn.apache.org/repos/asf/httpd/apreq/trunk \
apreq-2

mod_python:
  $ svn co http://svn.apache.org/repos/asf/httpd/mod_python/trunk \
mod_python

mod_mbox:
  $ svn co http://svn.apache.org/repos/asf/httpd/mod_mbox/trunk \
mod_mbox

mod_pop3:
  $ svn co http://svn.apache.org/repos/asf/httpd/mod_pop3/trunk \
mod_pop3
  
httpd site:
  $ svn co http://svn.apache.org/repos/asf/httpd/site/trunk \
httpd-site

Note that if you are a committer, you want to check out using https://
instead of http://.

For further instructions on how to use SVN, I'll happily refer to:
  http://www.apache.org/dev/version-control.html

Also note that there is one portion missing, which is the 1.3
documentation.  We'll try to get around that ASAP.

Once again, thanks for all your patience.  I hope you feel it was
worth the wait,

Sander