Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from theotherwhitemeat/master
Browse files Browse the repository at this point in the history
A fix for JENKINS-14551
  • Loading branch information
ndeloof committed May 29, 2013
2 parents 9bea57e + 27decb2 commit aec5b50
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -864,7 +864,6 @@ private SVNFileInfo addFileWithHistory(SVNDirectoryInfo parent, String path,
OutputStream baseTextOS = null;
try {
baseTextOS = SVNFileUtil.openFileForWriting(info.copiedBaseText);
myFileFetcher.fetchFile(copyFromPath, copyFromRevision, baseTextOS, baseProperties);
SVNChecksumOutputStream checksumBaseTextOS = new SVNChecksumOutputStream(baseTextOS,
SVNChecksumOutputStream.MD5_ALGORITHM, true);
baseTextOS = checksumBaseTextOS;
Expand Down

0 comments on commit aec5b50

Please sign in to comment.