Guest User

Untitled

a guest
Nov 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. Index: webgui/garbage_collector.pl
  2. ===================================================================
  3. --- webgui/garbage_collector.pl (revision 822909)
  4. +++ webgui/garbage_collector.pl (working copy)
  5. @@ -29,6 +29,9 @@
  6. my ($project, $user) = m!/([^/]+)/([^/]+)-[^/-]+$!;
  7. my $lock = get_lock("$BASE_DIR/locks/$project-wc-$user");
  8. system "svn", "cleanup", $_;
  9. + if ( $user =~ m/anonymous/ ) {
  10. + system "svn", "up", "-q", "--non-interactive", $_;
  11. + }
  12. }
  13.  
  14. for (glob "$BASE_DIR/wc/*/original") {
Add Comment
Please, Sign In to add comment