13 | | * Check out XOP repositories using Tortoise SVN. From the command line the following will work. |
14 | | {{{ |
15 | | cd C:\Devel |
16 | | svn co http://danse.chem.utk.edu/svn/sans/XOP_Dev/SANSAnalysis |
17 | | svn co http://danse.chem.utk.edu/svn/sans/XOP_Dev/MonteCarlo |
18 | | svn co http://danse.chem.utk.edu/svn/sans/XOP_Dev/XOP_Build |
19 | | }}} |
| 13 | * Check out XOP repositories using Tortoise SVN: |
| 14 | |
| 15 | *SANSAnalysis: |
| 16 | * Navigate to {{{C:\Devel}}} using Windows Explorer |
| 17 | * Right click in the Explorer window and choose "SVN Checkout..." |
| 18 | * Enter {{{ http://danse.chem.utk.edu/svn/sans/XOP_Dev/SANSAnalysis}}} in the "URL of Repository" box. |
| 19 | * Edit the "Checkout Directory" to be {{C:\Devel\SANSAnalysis}} |
| 20 | * Other defaults should be fine. |
| 21 | * Click OK |
| 22 | |
| 23 | *MonteCarlo: |
| 24 | * Navigate to {{{C:\Devel}}} using Windows Explorer |
| 25 | * Right click in the Explorer window and choose "SVN Checkout..." |
| 26 | * Enter {{{ http://danse.chem.utk.edu/svn/sans/XOP_Dev/MonteCarlo}}} in the "URL of Repository" box. |
| 27 | * Edit the "Checkout Directory" to be {{{C:\Devel\MonteCarlo}}} |
| 28 | * Other defaults should be fine. |
| 29 | * Click OK |
| 30 | |
| 31 | *Visual C++ Build: |
| 32 | * Navigate to {{{C:\Devel}}} using Windows Explorer |
| 33 | * Right click in the Explorer window and choose "SVN Checkout..." |
| 34 | * Enter {{{ http://danse.chem.utk.edu/svn/sans/XOP_Dev/XOP_Build}}} in the "URL of Repository" box. |
| 35 | * Edit the "Checkout Directory" to be {{{C:\Devel\XOP_Build}}} |
| 36 | * Other defaults should be fine. |
| 37 | * Click OK |
| 38 | |