Slideshow ^ |< << Slide 10 of 12 >> >| |
Subversion -- Operations
on the repository: creation and backup;
- on the working copy:
checkout: obtaining a "copy" of the project files and folders;
update: requesting new changes since the last time we asked;
add, delete, copy, move, modify: play around with files and folders;
status: see what we have done with our files;
diff: see what changes (in detail) we have made;
revert: drop the changes that we don't like;
commit: create a new revision and send the updates to the repository;
resolve: mitigating conflicting changes;
log: look through history;
- references:
Slideshow ^ |< << Slide 10 of 12 >> >| |