introduction to source code management

28
←→

Upload: karsten-dambekalns

Post on 20-Aug-2015

1.283 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Introduction to Source Code Management

← →

Page 2: Introduction to Source Code Management

← →

● – – –

● – –

Page 3: Introduction to Source Code Management

← →

● ●

Page 4: Introduction to Source Code Management

← →

● ●

Page 5: Introduction to Source Code Management

← →

● ● –

Page 6: Introduction to Source Code Management

← →

● –

Page 7: Introduction to Source Code Management

← →

● ● ● ●

● “ ”

Page 8: Introduction to Source Code Management

← →

● –

● –

● –

● –● –

Page 9: Introduction to Source Code Management

← →

– – – – –

Page 10: Introduction to Source Code Management

← →

● ●

Page 11: Introduction to Source Code Management

← →

● cd /my/working/copy

cvs update

● ●

Page 12: Introduction to Source Code Management

← →

● cvs add myfile.php

● cvs remove myfile.php

Page 13: Introduction to Source Code Management

← →

● cvs status

cvs diff

cvs update

● cvs update–

● cvs status

Page 14: Introduction to Source Code Management

← →

● cvs log

● cvs annotate

Page 15: Introduction to Source Code Management

← →

● cvs ­m 'some description' commit

● ●

Page 16: Introduction to Source Code Management

← →

Page 17: Introduction to Source Code Management

← →

● ●

Page 18: Introduction to Source Code Management

← →

<<<<<<< class.t3lib_admin.php

'uid,pid,'.$TCA[$table]['ctrl']['label'].','.$field,

$table,

$field.' LIKE \'%'.substr($GLOBALS['TYPO3_DB']­>quoteStr($id, $table),1,­1).'%\''

=======

'uid,pid,'.$TCA[$table]['ctrl']['label'].','.$field,

$table,

$field.' LIKE \'%'.$GLOBALS['TYPO3_DB']­>quoteStr($id, $table).'%\''

>>>>>>> 1.11

Page 19: Introduction to Source Code Management

← →

● “ ”

● ●

Page 20: Introduction to Source Code Management

← →

Page 21: Introduction to Source Code Management

← →

● “ ”●

● ●

Page 22: Introduction to Source Code Management

← →

● – – “ ”

● –

– “ ”

Page 23: Introduction to Source Code Management

← →

● ●

– – –

Page 24: Introduction to Source Code Management

← →

● – – –

Page 25: Introduction to Source Code Management

← →

● ●

Page 26: Introduction to Source Code Management

← →

● – –

● ●

Page 27: Introduction to Source Code Management

← →

Page 28: Introduction to Source Code Management

← →

● ●