mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	Merged revisions 72871-72872 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72871 | benjamin.peterson | 2009-05-23 14:24:37 -0500 (Sat, 23 May 2009) | 1 line support building with subversion 1.7 #6094 ........ r72872 | benjamin.peterson | 2009-05-23 14:31:02 -0500 (Sat, 23 May 2009) | 1 line reorder name ........
This commit is contained in:
		
							parent
							
								
									716c444edc
								
							
						
					
					
						commit
						f53eec8801
					
				
					 7 changed files with 9 additions and 14 deletions
				
			
		|  | @ -1115,7 +1115,7 @@ svnversion_init(void) | |||
| 
 | ||||
| 
 | ||||
| 	svnversion = _Py_svnversion(); | ||||
| 	if (strcmp(svnversion, "exported") != 0) | ||||
| 	if (strcmp(svnversion, "Unversioned directory") != 0 && strcmp(svnversion, "exported") != 0) | ||||
| 		svn_revision = svnversion; | ||||
| 	else if (istag) { | ||||
| 		len = strlen(_patchlevel_revision); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Benjamin Peterson
						Benjamin Peterson