Line 97:
Line 97:
Check in is quite simple
Check in is quite simple
cvs commit -m 'message'
cvs commit -m 'message'
+
+
for example the commit message should be the relevant modified changelog
+
+
cvs commit -m ' * Wed Jan 23 2013 John Doe <jdoe@foo.net> 5.2.0-68.sme
+
- just a test to see if I can do this [SME: 7129]'
+
====Adding/removing files====
====Adding/removing files====
Since files under source control are not aware of the local file system we need to add and remove them with special commands:
Since files under source control are not aware of the local file system we need to add and remove them with special commands: