0

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

3
  • you want to copy or just rename? Commented Jul 15, 2011 at 22:47
  • Well I want to rename, but either way I will get rid of ProjectB folder Commented Jul 15, 2011 at 23:18
  • If ProjectA is empty, just delete it and rename ProjectB. Commented Jul 16, 2011 at 0:24

2 Answers 2

2

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.

Sign up to request clarification or add additional context in comments.

Comments

0

Assuming both projects reside in the same repository:

check out a working copy of both projects. Since you're using TortoiseSVN, right-drag 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.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.