Provide patch file when releasing minor revision.
After the labwork has started, distribute patches w.r.t. to the earlier versions besides full source distributions, to make it easier to apply the fixes to modifications made by the students already.
For a student zip:
diff -crB jpacman-4.x/ jpacman-4.y/ > 4.x2y.patch
To apply:
cd jpacman-4.x
patch -p1 -i 4.x2y.patch
Submitted by Arie van Deursen on 9 February 2011 at 20:42
Issue Log
On 9 February 2011 at 20:42 Arie van Deursen tagged 4.5_snapshot
On 17 February 2011 at 16:05 Arie van Deursen removed tag 4.5_snapshot
On 17 February 2011 at 16:05 Arie van Deursen tagged 4.4.3
On 17 February 2011 at 16:05 Arie van Deursen closed this issue.
Log in to post comments