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

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -