/[SVNBrowser]/trunk/svn-indexer.pl
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/svn-indexer.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 10 by dpavlin, Tue Dec 5 10:33:49 2006 UTC revision 11 by dpavlin, Tue Dec 5 23:14:16 2006 UTC
# Line 36  SVN::Log::retrieve({ Line 36  SVN::Log::retrieve({
36          callback => sub {          callback => sub {
37                  my ($paths,$revision,$author,$date,$message) = @_;                  my ($paths,$revision,$author,$date,$message) = @_;
38    
39                    return if ($revision <= $last_rev->revision);
40    
41                  $author ||= 'anonymous';                  $author ||= 'anonymous';
42    
43                  my $r = SVNBrowser::Model::Revision->new(current_user => $system_user);                  my $r = SVNBrowser::Model::Revision->new(current_user => $system_user);

Legend:
Removed from v.10  
changed lines
  Added in v.11

  ViewVC Help
Powered by ViewVC 1.1.26