source: PSPA/madxPSPA/testing/testCompileClient.py @ 430

Last change on this file since 430 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 314 bytes
Line 
1#!/usr/bin/python
2import os
3import shutil
4
5tag = "madX-4_01_23"
6
7currentDir = os.getcwd();
8os.chdir('/user/nougaret/MAD-X-WINDOWS')
9shutil.rmtree('madX',ignore_errors=True);
10cmd = 'svn co svn+ssh://svn.cern.ch/reps/madx/tags/' + tag +'/madX'+ ' madX'
11os.system(cmd)
12os.chdir(currentDir) # back to initial location
Note: See TracBrowser for help on using the repository browser.