Wednesday, 31 October 2018

svn_commands


/*****************************************svn**********************************************/
svn co file:///home/iotip/axi---getting from repository to local drive--do first time only
svn add axi/dut-- adding the folders
svn add *.v
svn ci -m “comment” --update into repository from local drive.
svn ci -m "intercnnect design" .
svn st---status
svn up --updating the local drive if someone updates into repository
svn log  file name
svn diff -r 5:6 axi_inc_top.v
svn diff -r N:M
svn log
svn log -v ----versions
svn log -v |grep axi_slave.v
svn log -v ../design/
svn list
svn list -v
svn log --search pattern

No comments:

Post a Comment

What do 10 nm and 15 nm stand for in VLSI? nm=nano meter                     So, 10nm means in digital elections perspective the dist...

Design verification Engineer