Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I'd say that Subversion should give you the right balance between usefulness and easiness in an academic environment like the one you're describing. I've been thinking about similar issues (I'm a physics graduate; <a href="https://stackoverflow.com/questions/38239/practices-for-programming-in-a-scientific-environment">I actually posted about something similar before</a>), and my advice at the moment would be:</p> <ul> <li><p>Set up a centralized version control system, preferably SVN. With grads and undergrads appearing and disappearing all the time, I'd say that distributed version control might well lead to revisions that people are working on "locally" disappearing <em>with them</em>. Centralized version control would give you "One True Revision".</p></li> <li><p>Let everyone experiment with a small test repository, so they can get the hang of it. If you search around SO, you will find plenty of questions &amp; answers referring to good tutorials.</p></li> <li><p>Perhaps consider renting a hosted SVN repository, it might save you the hassle of setting up your own on your local network. (Some universities I know have very strict rules for network security, so getting your own server is sometimes a long and complicated bureaucratic process.)</p></li> <li><p>Tell your students: code does not exist until it's checked in! And I guess they will soon enough discover the advantages of VC, once they have to do their first "revert"/"rollback" :)</p></li> <li><p>As for getting students up to speed with Svn: see the <a href="http://www.swc.scipy.org/lec/version.html" rel="nofollow noreferrer">Software Carpentry Course on Version Control</a> and the "Getting started" chapter in the Subversion book. You may also want to have a more experienced person just sit with a new student once or twice (seems like a waste of time, but pays back double!).</p></li> </ul> <p>Note, though, that I don't have much actual experience with this. So I would be very happy if you could, e.g., post back some time later to tell us about your experiences!</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload