21
edits
Changes
→merge
: Note that after '''braching''' the code is copied on '''the repository''' and not the local(client) machine. To actually work on the branched (copied) code you must '''checkout''' the directory after branching.
==== merge ====
'''merge''' is the opposite of '''branch'''. : '''"merge"''' merges back a branched directory, back to the original directory.
== Starting the Project On SVN ==