Changeset c5ad4a81040e6fc1a5f1fc168e3651d038ee71d2 for lib
- Timestamp:
- 11/12/08 21:37:48 (5 years ago)
- git-parent:
- Files:
-
- lib/Resmon/Module/FRESHSVN.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lib/Resmon/Module/FRESHSVN.pm
r5b5e3a7 rc5ad4a8 26 26 elsif (/^Revision:\s*(\d+)/) { $mr = $1; } 27 27 } 28 return ("BAD(wrong URL, in conf:".$arg->{'URL'}.", checked out: $URL)") ) if ($URL ne $arg->{'URL'};28 return ("BAD(wrong URL, in conf:".$arg->{'URL'}.", checked out: $URL)") if ($URL ne $arg->{'URL'}); 29 29 my $uoutput = cache_command("$svn info --username svnsync --password Athi3izo --no-auth-cache --non-interactive $URL", 60); 30 30 my @ulines = split (/\n/,$uoutput);
