Changeset 281
- Timestamp:
- 11/02/07 09:17:51 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.3/classes/phing/tasks/ext/svn/SvnBaseTask.php
r240 r281 251 251 } 252 252 else 253 if ($mode=='info' ) 254 { 255 if (is_file($this->workingCopy)) 256 { 257 $this->svnArgs = array($this->workingCopy); 258 } 259 else 260 { 261 throw new BuildException("'".$this->workingCopy."' is not a directory nor a file"); 262 } 263 } 264 else 253 265 { 254 266 throw new BuildException("'".$this->workingCopy."' is not a directory");
