commit/update/merge commands in svn
Posted
by ajsie
on Stack Overflow
See other posts from Stack Overflow
or by ajsie
Published on 2010-03-31T22:44:45Z
Indexed on
2010/04/01
7:53 UTC
Read the original article
Hit count: 230
svn
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?
© Stack Overflow or respective owner