User: sits    
  Date: 06/06/11 01:40:38

  Modified:    lib/Codestriker/Repository Cvs.pm
  Log:
  Make the -f flag occur before -u, as I think some of the older Cvs
  clients had a problem if this was in reverse order.
  
  
  
  Index: Cvs.pm
  ===================================================================
  RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker/Repository/Cvs.pm,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Cvs.pm    10 Jun 2006 02:58:34 -0000      1.5
  +++ Cvs.pm    11 Jun 2006 08:40:38 -0000      1.6
  @@ -123,7 +123,7 @@
       $ENV{'CVS_RSH'} = $Codestriker::ssh if defined $Codestriker::ssh;
       my $pid = open3($write_stdin_fh, $read_stdout_fh, $read_stderr_fh,
                    $Codestriker::cvs, '-q', '-d', $self->{url},
  -                 'rdiff', '-u', $extra_options,
  +                 'rdiff', $extra_options, '-u', 
                    '-r', $start_tag, '-r', $end_tag, $module_name);
   
       # Ideally, we should use IO::Select, but that is broken on Win32.
  
  
  


_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits

Reply via email to