Posts Tagged With: cp

Copying a directory

Tagged with: , , , , ,

Copying a directory


cp -a dir1 dir2
No Comments »

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 »