emacs hints for psvn.el (was Re: svn question)

2004-11-22 Thread Joe Schaefer
Joe Schaefer <[EMAIL PROTECTED]> writes: > I like psvn.el for managing svn projects with emacs, and I > also use compilation buffers to post-process Apache::Test and > Test::More output (such buffers allow you jump right to the > source of a failed test, but they work for grep output also). I jus

Re: svn question

2004-11-21 Thread Joe Orton
On Fri, Nov 19, 2004 at 09:07:58PM -0800, 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 w

Re: svn question

2004-11-20 Thread Joe Schaefer
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

Re: svn question

2004-11-20 Thread David Wheeler
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

Re: svn question

2004-11-20 Thread Philippe M. Chiasson
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

Re: svn question

2004-11-19 Thread Stas Bekman
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

Re: svn question

2004-11-19 Thread Garrett Rooney
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

Re: svn question

2004-11-19 Thread Stas Bekman
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

Re: svn question

2004-11-19 Thread Garrett Rooney
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

svn question

2004-11-19 Thread Stas Bekman
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? -- ___