commit/update/merge commands in svn

Posted by ajsie on Server Fault See other posts from Server Fault or by ajsie
Published on 2010-03-31T22:44:45Z Indexed on 2010/03/31 22:53 UTC
Read the original article Hit count: 163

Filed under:

i want to know exactly when i should use either of commit, update and merge command in svn.

after i've checked out a project and altered the code, should i use update, commit or merge to stay in sync?

correct me if im wrong:

update = all changes in the repo is copied to your local project.

commit = all changes in your local project is copied to the repo.

merge = same as above, but you determine the direction?

when do i use each command above?

© Server Fault or respective owner

Related posts about svn