version control - Update file in SVN repository with changes made in local copy -


i know newbie question, can't seem able accomplish except first copying modified file location, svn remove modified_file, copying file location, svn add modified_file , svn commit.

is there easier way make update repo changes made in working copy?

just use svn commit. text (from running svn commit) states:

commit (ci): send changes working copy repository.

in other words, modified file considered change , running commit send change repository.

this perhaps 1 of basic parts of workflow of svn (or version control software), , of course there simple , direct way it.

you should read on basic subversion workflow either in red book (primary subversion reference) or via any other tutorial can find.


Comments

Popular posts from this blog

c - Calling a function within a loop -

vb.net - Unbound DataGridView add row with checkbox error -

How i fill combobox items in Radgridview manually using in vb.net -