Quote:
	
	
		
			
				
					Originally Posted by  lerxst2112
					 
				 
				Unless I'm mistaken, `svn diff` shows what's different between your local repository and the remote repository at whatever revision you last updated to. 
 
You need to use `svn update` to actually update to the latest revision. 
 
You may simply have old code since you haven't updated. 
			
		 | 
	
	
 This is the correct answer.