Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For the first six weeks of this course, all programming assignments
are written in the Scheme programming languages. All solutions to Scheme programming problems in an assignment should be placed in a single .ss file. Similarly, all solutions to the free response questions in an assignment should be placed in the same .ss file within block comment brackets.

...

Repository Url:

https://svn.rice.edu/r/comp211/

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="ea0dcfbb895ce2c2-94380e42-49974ef9-af849351-d057b994e178fba3f80a2305"><ac:plain-text-body><![CDATA[

User Name:

[your rice netid]

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="06d24a27dec5db3f-fc3229c8-4230409b-8390aa7d-129ad5b8ae69c3655270b282"><ac:plain-text-body><![CDATA[

Password:

[your rice password]

]]></ac:plain-text-body></ac:structured-macro>

...

  1. Download and install the latest version of TortoiseSVN from: http://tortoisesvn.net/downloads
  2. Check out the repository In the folder where you want to keep your COMP 211 work, right click and select "SVN Checkout...":
    "The"<span class=Image Removed !http::^hope.cs.rice.edu/twiki/pub/Teaching/SvnTurnin^windows_check_out.png|width=32"799", height=32"599", alt="The"<span class=!TortoiseSVN Check Out menu option""/>
  3. Enter the repository URL Enter https://svn.rice.edu/r/comp211/ as the repository URL.:
    The"repository URL window
  4. Accept the certificate Click "Accept permanently":
    The"certificate window
  5. Enter your netID and password Enter your netID and password in the correct fields:
    The"username/password dialogImage Removed !http::^hope.cs.rice.edu/twiki/pub/Teaching/SvnTurnin^windows_password.png|width=32"336", height=32"231", alt="The"username/password dialog"!
    Anchor
    WindowsAdd
    WindowsAdd

...

  1. Wiki Markup
    *Adding a file to the repository* To add a file to the repository, save the file under your repository directory (the {{comp211/\[netid\]}} directory created when you checked out the repository). Then, right click on it and select "Add..." from the "SVN" menu.
    \!http::^hope.cs.rice.edu/twiki/pub/Teaching/SvnTurnin^windows_add.png\|width=32"799", height=32"599", alt="The"<span class=\!TortoiseSVN Add menu option""/>
  2. Select the files to add Click "OK".
    The"selection dialog when adding files
  3. Wait for the files to be added Click "OK".
    The"Add status window
  4. Committing a file to the server In order for other people (namely the graders) to view your local work, you must send it to the server (called committing your work). To do this, from the comp211 directory, right click and select "SVN Commit...":
    "The"<span class=Image Removed !http::^hope.cs.rice.edu/twiki/pub/Teaching/SvnTurnin^windows_commit.png|width=32"799", height=32"599", alt="The"<span class=!TortoiseSVN Commit menu option""/>
  5. Enter a message Describe what changes you have made. Then click "OK":
    The"Commit dialog
  6. Wait for the files to be sent to the server Click "OK":
    The"Commit status dialogImage Removed !http::^hope.cs.rice.edu/twiki/pub/Teaching/SvnTurnin^windows_committed.png|width=32"687", height=32"304", alt="The"Commit status dialog"!
    Anchor
    WindowsUpdate
    WindowsUpdate

...

  1. Updating the repository You can update your copy of the repository right clicking in the comp211 folder and selecting "SVN Update":
    "The"<span class=Image Removed !http::^hope.cs.rice.edu/twiki/pub/Teaching/SvnTurnin^windows_update.png|width=32"799", height=32"599", alt="The"<span class=!TortoiseSVN Update menu option""/>
  2. Wait for the files to synchronize Click "OK":
    The"Update status dialog
  3. Assuming that there were no conflicts (changes made to the same file), you now have an up-to-date copy of your repository.
    Anchor
    MacTurnin
    MacTurnin

...