Thursday 17 November 2011

svn command

1.)
svn info
Path: .
URL: svn://10.0.0.129/banana/trunk/honeycomb_3_2
Repository Root: svn://10.0.0.129
Repository UUID: 14600b7f-08ec-044a-8cd2-f3b9621a3f2e
Revision: 333
Node Kind: directory
Schedule: normal
Last Changed Author: gowthams
Last Changed Rev: 333
Last Changed Date: 2011-11-16 15:31:12 +0530 (Wed, 16 Nov 2011)

--------------------------------------
2.)
svn switch --relocate svn://10.0.0.129/banana/trunk/honeycomb_3_2 https://svncp.ami.com/svn/svncp/banana/trunk/honeycomb_3_2

----------------------------------------
3.)
svn commit
---------------------------------------

Thursday 3 November 2011

How to mount loop the ramdisk

 mount -o loop ramdisk /mnt/loop/


 By executing this commad , ramdisk will be mounted to the /mnt/loop/ folder



How to remount to already mounted file system , in Read permission

Suppose one file system is already mounted in Read mode , But we need Write permission also . For doing this we can remount the file system in write mode by using the following command :

mount -o remount , rw /dev/block/mtdblock8 /system


Here /dev/block/mtdblock8 is device file system