Posts Tagged With: move

Move Subfolder Files to Current Folder

Tagged with: , , , , , ,

This command moves all the files in the subfolder to the current folder.


mv */* .
1 Comment »

Some File Operation in SVN

Tagged with: , , , , , , ,

Moving, Coping and Deletion


svn mv file.php to_folder/        #Move
svn cp file.php to_folder/         #Copy
svn rm file.php                          #Deletion
No Comments »