Lines Matching refs:repository
12 # Track which branches are still open or not in the bind9 cvs repository.
18 # the cvs repository and extracting the new branches from the header fields
25 # Note: this is intended to be run on the machine hosting the CVS repository.
33 $repository = "/proj/cvs/prod";
40 !system("cvs", "-d", $repository, "update", "-C", "doc/private/branches") || die "cannot update doc/private/branches: $!";
105 # Search repository for new branches.
110 open(FILES, "find $repository/$module -type f -name *,v -print |") || die "can't start find: $!";
115 s:^$repository/::;
121 #print "cvs -d $repository rlog -h $_\n";
122 open(FILE, "cvs -d $repository rlog -h $_|") || die "can't start cvs rlog -h $_: $!";
214 !system("cvs", "-d", $repository, "commit", "-m", "auto update", "doc/private/branches") || die "cvs commit failed: $!";