So, I have a project in some way / main / oldProject / with a connecting line and it flows into folders. I need to move the trunk and branch folder to a new one called / main / newProject /. I already imported an empty / main / newProject / folder with TortoiseSVN, but I don’t know how to move all contents from existing folders.
I thought svn export would do the trick, but then I noticed that this would not result in uncommitted changes being moved. This works for me, but I was hoping there was a way to just copy the folders to a new one and start some operation that would allow me to work on the new path.
any ideas?
source
share