How to move completely move a folder to one place or another?

How to move folder from one place to another in SVN

  • The following I have ProjectA -> trunk tags ProjectB -> Trunk Tags How can I move all ProjectB stuff to ProjectA, keeping history. consider ProjectA would be empty. I'm using TortoiseSVn.Any help is appereciated as I don't want to mess things up. Thanks Timothy

  • Answer:

    Right-click on a folder in your repository and choose TortoiseSVN | Repo-browser. That will bring up a nice windows-explorer-like window in which you can rename folders, move them around, etc. via drag-and-drop and the right-click context menu.

Timothy at Stack Overflow Visit the source

Was this solution helpful to you?

Other answers

Assuming both projects reside in the same repository: check out a working copy of both projects. Since you're using TortoiseSVN, http://tortoisesvn.net/mostforgottenfeature.html the folders and files from ProjectB to ProjectA and then select "SVN Move files to here" from the context menu. However if the projects are in separate repositories, you have to use the svnadmin tool which comes with the command line client of Subversion.

Stefan

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.