David Wheeler <[EMAIL PROTECTED]> writes:
[...]
> I just use
>
>grep -r foo | grep -v .svn
>
> I should create a shell alias for that, come to think of it...
I like psvn.el for managing svn projects with emacs, and I
also use compilation buffers to post-process Apache::Test and
Test::More ou
On Nov 19, 2004, at 9:07 PM, Garrett Rooney wrote:
Nope, but you can use something like the wcgrep script to avoid the
problem. You can grab it from the svn source tree in
contrib/client-side or directly from the repos at
http://svn.collab.net/repos/svn/trunk/contrib/client-side/wcgrep
I just u
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
Stas Bekman wrote:
[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 pleas
Stas Bekman wrote:
Randy Kobes wrote:
For the protocol/echo_nonblock.t test, as I mentioned,
the failure of the last test (which is expected to timeout)
only occurred when running the full test suite. I'll
try to narrow it down - one combination that does fail is
perl t/TEST -v apr protocol
in w