/[pxelator]/couchdb/design-couch.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 /couchdb/design-couch.pl

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

revision 251 by dpavlin, Tue Aug 18 12:18:39 2009 UTC revision 252 by dpavlin, Tue Aug 18 14:30:06 2009 UTC
# Line 103  if ( $command eq 'pull' ) { Line 103  if ( $command eq 'pull' ) {
103          find({ no_chdir => 1, wanted => sub {          find({ no_chdir => 1, wanted => sub {
104                  my $path = $File::Find::name;                  my $path = $File::Find::name;
105                  return unless -f $path;                  return unless -f $path;
106                    return if $path =~ m{/\.svn};
107    
108  warn "## $path\n";  warn "## $path\n";
109    

Legend:
Removed from v.251  
changed lines
  Added in v.252

  ViewVC Help
Powered by ViewVC 1.1.26