T
T
Turik-us2015-01-19 02:18:28
subversion
Turik-us, 2015-01-19 02:18:28

svn. How to accept changes on the server?

There is a hosting on timeweb.
Connected via ssh. Created a svn repository there. Imported the project.
Further, on my machine I made a turnip checkout (svn co svn+ssh://[email protected]/path/to/svnrepos/project)
I made changes in the project, I committed it.
Question: How to accept changes on the server?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vapaamies, 2015-01-20
@Turik-us

On the server, you also need to do svn co, and then set the site root to the desired directory inside the local copy of the project. This way the site will be managed by SVN as a local copy. After that, the update can be done by a team svn up. Database updates, if required, will have to be rolled separately.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question