Garrett Rooney wrote:
Stas Bekman wrote:
Garrett Rooney wrote:
Stas Bekman wrote:
I find the fact that svn dumps its file copies into the same tree
with the source files pretty annoying, since it's no longer possible
to grep files, since you get dups, and do other things. Is there a
way to confi
Stas Bekman wrote:
Garrett Rooney wrote:
Stas Bekman wrote:
I find the fact that svn dumps its file copies into the same tree
with the source files pretty annoying, since it's no longer possible
to grep files, since you get dups, and do other things. Is there a
way to configure svn to store its
What happened to commit templates? How are we supposed to document
contributers, reviewers and such? to remind under cvs we had:
PR:
Obtained from:
Submitted by:
Reviewed by:
CVS: --
CVS: PR:
CVS: If this change addresses a PR
Garrett Rooney wrote:
Stas Bekman wrote:
I find the fact that svn dumps its file copies into the same tree with
the source files pretty annoying, since it's no longer possible to
grep files, since you get dups, and do other things. Is there a way to
configure svn to store its stuff elsewhere?
N
Stas Bekman wrote:
I find the fact that svn dumps its file copies into the same tree with
the source files pretty annoying, since it's no longer possible to grep
files, since you get dups, and do other things. Is there a way to
configure svn to store its stuff elsewhere?
Nope, but you can use s
I find the fact that svn dumps its file copies into the same tree with the
source files pretty annoying, since it's no longer possible to grep files,
since you get dups, and do other things. Is there a way to configure svn
to store its stuff elsewhere?
--
___
[EMAIL PROTECTED] wrote:
Author: gozer
Date: Fri Nov 19 18:45:25 2004
New Revision: 105918
Modified:
perl/modperl/trunk/ (props changed)
Log:
Introduce the right svn:externals to get Apache-Test and modperl-docs
pulled into a checkout of modperl/trunk
gozer, could you please explain what has b
>> +1 for #2:
>
>
> Coolio, I'll make it so later unless anybody else strongly objects or sth.
yeah, that's fine with me too.
--Geoff
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECT
On Nov 19, 2004, at 1:54 PM, Philippe M. Chiasson wrote:
Actually, the request has been made to [EMAIL PROTECTED] to
migrate it over to svn as well,
it would end up living here
Ah, good then, thanks. I'll grab it when it's in.
Cheers,
David
-
Philippe M. Chiasson wrote:
Geoffrey Young wrote:
hi guys...
I know that when we left apachecon there were still some issues with
mp2 and
A-T. did these ever resolve or do we still need to figure things out?
Yes, these had to do with the difference in how you can link
repositories together. T
Stas Bekman wrote:
Philippe M. Chiasson wrote:
Geoffrey Young wrote:
hi guys...
I know that when we left apachecon there were still some issues with
mp2 and
A-T. did these ever resolve or do we still need to figure things out?
[...]
Possibility #1: Use http:// urls
Problems is for developers li
Geoffrey Young wrote:
hi guys...
I know that when we left apachecon there were still some issues with mp2 and
A-T. did these ever resolve or do we still need to figure things out?
Yes, these had to do with the difference in how you can link
repositories together. Take modperl-2.0
and cvs, with
Geoffrey Young wrote:
David Wheeler wrote:
Where are the mod_perl 1.x sources stored in the new Subversion server?
I couldn't find a branch or anything...
we only converted mp2. mp1 is still cvs and probably will be until we find
another round of tuits :)
Actually, the request has been
On Nov 19, 2004, at 12:46 PM, Geoffrey Young wrote:
we only converted mp2. mp1 is still cvs and probably will be until we
find
another round of tuits :)
Bleh.
Thanks,
David
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addition
Radoslaw Zielinski wrote:
Stas Bekman <[EMAIL PROTECTED]> [14-11-2004 17:05]:
Radoslaw Zielinski wrote:
[...]
to support this aliasing feature. Or do you suggest to just alias the
namespaces?
Maybe I'm missing something. I was thinking about just aliasing the
namespaces.
It's a way more complicat
David Wheeler wrote:
> Where are the mod_perl 1.x sources stored in the new Subversion server?
> I couldn't find a branch or anything...
we only converted mp2. mp1 is still cvs and probably will be until we find
another round of tuits :)
--Geoff
---
>> return '' if $path =~ m/\.(pl|cvsignore)$/;
>> return '' if (basename dirname $path) eq 'CVS';
>> return '' if $path =~ m/~$/;
>> +return '' if $path =~ /\B\.svn\b/;
>
>
> while adding .svn stuff, won't it be a good idea to remove cvs stuff?
> Why carring dead code?
sure.
Where are the mod_perl 1.x sources stored in the new Subversion server?
I couldn't find a branch or anything...
Cheers,
David
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Radoslaw Zielinski wrote:
Each time I upgrade perl and the DynaLoader's version changes, I have to
rebuild mod_perl, or I'll get this error:
DynaLoader object version 1.05 does not match $DynaLoader::VERSION 1.06
It happens when I add "PerlModule AnyXSmodule" to my httpd.conf (of
course any more
[EMAIL PROTECTED] wrote:
Author: geoff
Date: Fri Nov 19 06:59:59 2004
New Revision: 105821
Modified:
perl/modperl/trunk/lib/ModPerl/BuildMM.pm
Log:
skip over .svn files
Modified: perl/modperl/trunk/lib/ModPerl/BuildMM.pm
===
hi guys...
I know that when we left apachecon there were still some issues with mp2 and
A-T. did these ever resolve or do we still need to figure things out?
--Geoff
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional co
Each time I upgrade perl and the DynaLoader's version changes, I have to
rebuild mod_perl, or I'll get this error:
DynaLoader object version 1.05 does not match $DynaLoader::VERSION 1.06
It happens when I add "PerlModule AnyXSmodule" to my httpd.conf (of
course any more complicated thing, like a
Stas Bekman <[EMAIL PROTECTED]> [14-11-2004 17:05]:
> Radoslaw Zielinski wrote:
[...]
>>> to support this aliasing feature. Or do you suggest to just alias the
>>> namespaces?
>> Maybe I'm missing something. I was thinking about just aliasing the
>> namespaces.
> It's a way more complicated than
23 matches
Mail list logo