Searched refs:repository (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/util/
H A Dupdate_branches12 # 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 rlo
[all...]

Completed in 7 milliseconds