Subversion Repositories DevTools

Rev

Rev 1295 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1295 Rev 1300
Line 207... Line 207...
207
		"\" does not support tag retrieval, you have to use the text file upload.\n";
207
		"\" does not support tag retrieval, you have to use the text file upload.\n";
208
	} elsif ($rc != $Codestriker::OK) {
208
	} elsif ($rc != $Codestriker::OK) {
209
	    $feedback .= "Unexpected error $rc retrieving diff text.\n";
209
	    $feedback .= "Unexpected error $rc retrieving diff text.\n";
210
	}
210
	}
211
 
211
 
-
 
212
    if ($repository->{getDiffError})
-
 
213
    {
-
 
214
        $feedback .= $repository->{getDiffError};
-
 
215
    }
-
 
216
 
212
	# Seek to the beginning of the temporary file so it can be parsed.
217
	# Seek to the beginning of the temporary file so it can be parsed.
213
	seek($temp_topic_fh, 0, 0);
218
	seek($temp_topic_fh, 0, 0);
214
	
219
	
215
	# Set $fh to this file reference which contains the topic data.
220
	# Set $fh to this file reference which contains the topic data.
216
	$fh = $temp_topic_fh;
221
	$fh = $temp_topic_fh;