<div dir="ltr"><div>CS3 students,</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 4, 2020 at 12:55 PM Dustin Caudill &lt;<a href="mailto:dcaudil4@kent.edu">dcaudil4@kent.edu</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>I programmed one of my labs on the <a href="http://wasp.cs.kent.edu" target="_blank">wasp.cs.kent.edu</a> server and I don&#39;t remember how to get files from the server to my local machine.</div><div><br></div><div>If there is an easy way to transfer files from <a href="http://wasp.cs.kent.edu" target="_blank">wasp.cs.kent.edu</a> to my subversion folder for the class I would really appreciate it if you told me how to do that as well.</div></div></blockquote><div><br></div><div>If you coded your lab on the server, here is how you can submit your code to SVN from there. The steps are following:</div><div><br></div><div>1.  You need to do SVN checkout. command: <i>svn checkout <span style="color:rgb(0,0,0);font-family:monospace;font-size:medium"><a href="http://svn.cs.kent.edu/courses/cs44001/svn/YOURNAME">http://svn.cs.kent.edu/courses/cs44001/svn/YOURNAME</a></span></i></div><div>2. Checkout command will create a directory. Enter the directory. command:<span style="color:rgb(0,0,0);font-family:monospace;font-size:medium"> <i>cd </i></span><i>YOURNAME</i></div><div>3. Create a folder name lab1. Command: <i>mkdir lab1</i></div><div>3. Copy your files to the lab1 folder. (use <i>cp</i> command)</div><div>4. Do SVN add. command: <i>svn add lab1</i></div><div>5. Do SVN commit. command: <i>svn commit -m &quot;first commit&quot;</i></div><div>6. Double check in the browser if the commit went though or not.</div><div><br></div><div>If you still have an issue, you can talk to Alfred or Luke during the lab or ask me during my office hours.</div><div><br></div><div>Thanks</div></div><div>Tamim</div><div><br></div></div>