I want to do this so that I can say something like, svn mv *.php php-folder/
, but it does not seem to be working. Is it even possible? No mention of it is made on the relevant page in the svn book.
Example output of svn mv *.php php-folder/
:
svn: Client error in parsing arguments
Being able to move a whole file system would be a plus, so if any answers given could try to include that ability, that'd be cool.
Thanks in advance!