- Timestamp:
- Oct 14, 2007, 8:24:11 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
devel/pb/lib/ProjectBuilder/Base.pm
r205 r206 363 363 open(PIPE,"LANGUAGE=C svn info $ENV{'PBROOT'} |") || die "Unable to get svn info from $ENV{'PBROOT'}"; 364 364 while (<PIPE>) { 365 ($void,$url) = split(/^ Repository Root:/) if (/^Repository Root:/);365 ($void,$url) = split(/^URL:/) if (/^URL:/); 366 366 } 367 367 close(PIPE);
Note:
See TracChangeset
for help on using the changeset viewer.