Changeset 5404 for trunk/GSASIIpath.py
- Timestamp:
- Nov 24, 2022 11:44:13 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpath.py
r5289 r5404 535 535 print('\nAttempting patch for svn Checksum mismatch error\n') 536 536 svnCleanup(fpath) 537 cmd = [ 'svn','update','--set-depth','empty',537 cmd = [svn,'update','--set-depth','empty', 538 538 os.path.join(fpath,'bindist')] 539 539 showsvncmd(cmd) … … 541 541 out,err = MakeByte2str(s.communicate()) 542 542 #if err: print('error=',err) 543 cmd = [ 'svn','switch',g2home+'/trunk/bindist',543 cmd = [svn,'switch',g2home+'/trunk/bindist', 544 544 os.path.join(fpath,'bindist'), 545 545 '--non-interactive', '--trust-server-cert', '--accept', … … 549 549 out,err = MakeByte2str(s.communicate()) 550 550 DownloadG2Binaries(g2home,verbose=True) 551 cmd = [ 'svn','update','--set-depth','infinity',551 cmd = [svn,'update','--set-depth','infinity', 552 552 os.path.join(fpath,'bindist')] 553 553 showsvncmd(cmd)
Note: See TracChangeset
for help on using the changeset viewer.