Re: How to automatically run some test when check-in

2010-06-14 Thread Kevinm
On Mon, Jun 14, 2010 at 10:28 AM, Csaba Raduly wrote: > On Sat, Jun 12, 2010 at 6:07 AM, Les Mikesell wrote: > > Kevin Wu wrote: > >> I want that every time someone checks in his or her code, the sever can > >> invoke some tests, which might run on another server. > > > > You might run some ssh c

File externals included in svn status --quite

2010-06-10 Thread Kevinm
When running svn status in an unmodified working copy, file externals are included in the output regardless of whether the --quiet flag is supplied. This seems wrong as my assumption is that running status with the --quiet flag on a unmodified wc should return no output. This breaks the current ve