/[SVNBrowser]/trunk/lib/SVNBrowser/Indexer.pm
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/lib/SVNBrowser/Indexer.pm

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

revision 70 by dpavlin, Mon Sep 3 20:10:08 2007 UTC revision 71 by dpavlin, Thu Jan 31 17:02:03 2008 UTC
# Line 53  sub reindex { Line 53  sub reindex {
53                                  my $action = $paths->{$path}->{action} || die "no action in ", dump($path);                                  my $action = $paths->{$path}->{action} || die "no action in ", dump($path);
54    
55                                  my $branch = '/';                                  my $branch = '/';
56                                  ($branch,$path) = ($1,$2) if ($path =~ m/$repository->branch_regex/);                                  my $regex = $repository->branch_regex || die "no branch_regex?";
57                                    ($branch,$path) = ($1,$2) if ($path =~ m/$regex/);
58    
59                                  my $b = SVNBrowser::Model::Branch->new;                                  my $b = SVNBrowser::Model::Branch->new;
60                                  $b->load_or_create(                                  $b->load_or_create(

Legend:
Removed from v.70  
changed lines
  Added in v.71

  ViewVC Help
Powered by ViewVC 1.1.26