Sciweavers

SIGCSE
2005
ACM

Learning by doing: introducing version control as a way to manage student assignments

13 years 10 months ago
Learning by doing: introducing version control as a way to manage student assignments
Professional software developers use version control systems to coordinate their work, and to provide an unwindable history of their project’s evolution. In contrast, students in most programming courses use a homegrown electronic submission program to submit their work, and email to coordinate with partners when doing team projects. In May 2003, we began using CVS, a popular open source version control system, as an assignment submission system. Students receive starter code by checking out the assignment, use the version control system to manage their work, and submit their assignment by committing it to CVS. Teaching assistants grade assignments by checking out each student’s repository, and committing the marks. Our experience to date shows that this is both a simpler and a more flexible way to manage student assignments, and also an excellent way to teach them how to use a fundamental software development tool. Categories and Subject Descriptors K.3 [Computing Milieux]: Comp...
Karen L. Reid, Gregory V. Wilson
Added 26 Jun 2010
Updated 26 Jun 2010
Type Conference
Year 2005
Where SIGCSE
Authors Karen L. Reid, Gregory V. Wilson
Comments (0)