Reputation: 26110
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.
Upvotes: 4
Views: 12655
Reputation: 75
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.
Upvotes: 0
Reputation: 24439
Yes, but only within the same repository. You can type svn help copy
to check that.
Upvotes: 3