Open main menu

CDOT Wiki β

Changes

SVN for School Projects

779 bytes added, 11:57, 13 February 2012
Release a completed task (Submitting an Assignment or a Release)
==Release a completed task (Submitting an Assignment or a Release)==
# This is when a major task is accomplished and it is time to present it to your professor.
#: This is not necessarily to hand in a new release. It could be at any time you feel you are one step closer to the end of the project.
# Update and make sure the trunk has the latest modifications.
# Do all possible changes and fixes to make this release final.
# tag (branch) the trunk into a sub-directory in '''tags'''.
#: Name the tagged directory relative to its state (i.e. name it '''R0.4''' and comment it with task name '''Text Editor''')
#: If this is a fix to a previously released trunk, add the release revision after the release number: (i.e R0.41 and comment it as '''Fixed backspace bug in Text Editor''')
# your prof will later update the repo and get the Release.
=Standard svn tree structure=