Subversion Presentation - GeekUp Leeds
I’ve always enjoyed going to GeekUp in Leeds, and next week its my turn to present. I’ll be doing a 20:20 on ‘Subversion -Why source control management will save your life‘. With three days to go I’m still writing the slides. But there is no getting out of it now, so better get back to work.
Hopefully the audience will be gentle.
SVN Commit/Update - Developer Best Practice
Today I have been asked to write a brief process document for a new group of developers working on a website which had only newly been integrated into Subversion. Here are a few of suggestions I will be making.
The command line syntax is very easy, this will commit all the changed files from your working copy.
D:\Test\site>svn commit -m "my great comment"
Sending index.html
Transmitting file data .
Committed revision 66.
Using the