Currently the test passes with 1.3.3 but not with the tip of "master". This is to verify the fixes from Eric W Biedermann. Signed-off-by: Junio C Hamano <junkio@cox.net>
		
			
				
	
	
		
			14 lines
		
	
	
		
			438 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			438 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
The git-cvsimport-script had a copule of small bugs that prevented me
 | 
						|
from importing a big CVS repository.
 | 
						|
 | 
						|
The first was that it didn't handle removed files with a multi-digit
 | 
						|
primary revision number.
 | 
						|
 | 
						|
The second was that it was asking the CVS server for "F" messages,
 | 
						|
although they were not handled.
 | 
						|
 | 
						|
I also updated the documentation for that script to correspond to
 | 
						|
actual flags.
 | 
						|
 | 
						|
Signed-off-by: David Kågedal <davidk@lysator.liu.se>
 |