<html><head><base href="x-msg://17/"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Dear Arianna<div><br></div><div>nice to hear that you have a working system again. Just for clarification: For what you describe below, Tortoise Subversion is not necessary. A Cygwin installation has subversion included (if chosen at install) and this is used from a bash console in Cygwin. Tortoise comes in handy for Commits / Merges via Windows FileExplorer (somewhat easier to do than the command line procedure under Cygwin). Actually, that is how I also have my Windows environment set up: Edit source code via n++ (quick, free text editor with syntax highlighting), Commit and Merge via Tortoise and compile, run and use via Cygwin bash (in X, of course).</div><div><br></div><div>Best</div><div>Achim</div><div><br></div><div><br></div><div><br><div><div>On Jun 13, 2011, at 5:40 PM, <a href="mailto:A.Sdei@brighton.ac.uk">A.Sdei@brighton.ac.uk</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div lang="EN-GB" link="blue" vlink="purple"><div class="WordSection1" style="page: WordSection1; "><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; ">Dear All,<o:p></o:p></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; "><o:p>&nbsp;</o:p></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; ">I recently had a problem with the simulation tool that did not run on my version of ESP-r. I re-installed cygwin and tried with the precompiled versions from the website and an auto running version that Jon Hand had sent me. None of them resolved the problem, I then compiled ESP-r from the source code and I now have a working version. This is what I did:<o:p></o:p></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; "><o:p>&nbsp;</o:p></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 36pt; font-size: 11pt; font-family: Calibri, sans-serif; text-indent: -18pt; "><span>1.<span style="font: normal normal normal 7pt/normal 'Times New Roman'; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Apple-converted-space">&nbsp;</span></span></span>I downloaded tortoise subversion<o:p></o:p></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; "><o:p>&nbsp;</o:p></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 36pt; font-size: 11pt; font-family: Calibri, sans-serif; text-indent: -18pt; "><span>2.<span style="font: normal normal normal 7pt/normal 'Times New Roman'; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<span class="Apple-converted-space">&nbsp;</span></span></span>I created a folders home/my user name/src/cvsdude from the cygwin bash window<o:p></o:p></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 36pt; font-size: 11pt; font-family: Calibri, sans-serif; "><o:p>&nbsp;</o:p></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 36pt; font-size: 11pt; font-family: Calibri, sans-serif; text-indent: -18pt; "><span lang="EN-CA" style="font-size: 12pt; font-family: Arial, sans-serif; "><span>3.<span style="font: normal normal normal 7pt/normal 'Times New Roman'; ">&nbsp;&nbsp;&nbsp;<span class="Apple-converted-space">&nbsp;</span></span></span></span>From cvsdude in the cygwin bash I gave the command:<span lang="EN-CA" style="font-size: 12pt; font-family: Arial, sans-serif; "><o:p></o:p></span></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-CA" style="font-size: 12pt; font-family: Arial, sans-serif; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; svn checkout<span class="Apple-converted-space">&nbsp;</span><a href="https://espr.svn.cvsdude.com/esp-r/trunk" style="color: blue; text-decoration: underline; ">https://espr.svn.cvsdude.com/esp-r/trunk</a><o:p></o:p></span></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-CA" style="font-size: 12pt; font-family: Arial, sans-serif; "><o:p>&nbsp;</o:p></span></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 36pt; font-size: 11pt; font-family: Calibri, sans-serif; text-indent: -18pt; "><span lang="EN-CA" style="font-size: 12pt; font-family: Arial, sans-serif; "><span>4.<span style="font: normal normal normal 7pt/normal 'Times New Roman'; ">&nbsp;&nbsp;&nbsp;<span class="Apple-converted-space">&nbsp;</span></span></span></span><span lang="EN-CA" style="font-size: 12pt; font-family: Arial, sans-serif; ">From home/my user name/src/cvsdude/trunk/src i gave the command ./install<o:p></o:p></span></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 36pt; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-CA" style="font-size: 12pt; font-family: Arial, sans-serif; "><o:p>&nbsp;</o:p></span></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-CA" style="font-size: 12pt; font-family: Arial, sans-serif; ">The game is done, enjoy your working version, don’t waste your time, use the source code!<o:p></o:p></span></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-CA" style="font-size: 12pt; font-family: Arial, sans-serif; "><o:p>&nbsp;</o:p></span></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-CA" style="font-size: 12pt; font-family: Arial, sans-serif; ">Regards,<o:p></o:p></span></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-CA" style="font-size: 12pt; font-family: Arial, sans-serif; ">Arianna Sdei<o:p></o:p></span></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-CA" style="font-size: 12pt; font-family: Arial, sans-serif; "><o:p>&nbsp;</o:p></span></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; "><o:p>&nbsp;</o:p></div></div><br>___________________________________________________________<br>This email has been scanned by MessageLabs' Email Security<br>System on behalf of the University of Brighton.<br>For more information see<span class="Apple-converted-space">&nbsp;</span><a href="http://www.brighton.ac.uk/is/spam/" style="color: blue; text-decoration: underline; ">http://www.brighton.ac.uk/is/spam/</a><br>___________________________________________________________<br>_______________________________________________<br>esp-r mailing list<br><a href="mailto:esp-r@lists.strath.ac.uk" style="color: blue; text-decoration: underline; ">esp-r@lists.strath.ac.uk</a><br><a href="http://lists.strath.ac.uk/mailman/listinfo/esp-r" style="color: blue; text-decoration: underline; ">http://lists.strath.ac.uk/mailman/listinfo/esp-r</a></div></span></blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div><a href="mailto:achim.geissler@intergga.ch">achim.geissler@intergga.ch</a></div><div><br></div><div><br></div></span><br class="Apple-interchange-newline">
</div>
<br></div></body></html>