4

Can I copy or move folder in svn as

svn copy URL URL
svn move URL URL

and save hishory?

There http://svnbook.red-bean.com/en/1.1/re07.html and there http://svnbook.red-bean.com/en/1.1/re18.html saids about copy/move folder with history as WC WC only, is it true?

Client v1.7, Server v1.6, move and copy within single repository.

tbicr
  • 24,790
  • 12
  • 81
  • 106
  • You might also check out the newer documentation (i.e.) http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.move.html – crashmstr Oct 20 '11 at 13:46

2 Answers2

3

Yes, but only within the same repository. You can type svn help copy to check that.

hamstergene
  • 24,039
  • 5
  • 57
  • 72
  • Sorry that asked two question. I use single repository. Can you clarify you answer? Becouse I can't find privious history when copy or move folder as svn copy URL URL or svn move URL URL. – tbicr Oct 20 '11 at 13:58
0

Sorry, i can't tell you the SVN command line commands, but after copy of the file and commit you see in TortoiseSVN / "Show Log" the full history.

You can check "Stop on copy/rename" in the log Messages window if you want to avoid this.