boot移植随笔:继续使用svn进行版本控制(合并分支(2)

[@linuxidc trunk]$ svn ci -m "merge branch 'nand' to trunk"   正在发送       arch/arm/cpu/arm920t/s3c24x0/timer.c    增加           arch/arm/include/asm/arch-s3c24x0/s3c2440.h    正在发送       arch/arm/include/asm/arch-s3c24x0/s3c24x0.h    正在发送       arch/arm/include/asm/arch-s3c24x0/s3c24x0_cpu.h    正在发送       board/samsung/smdk2440/flash.c    正在发送       board/samsung/smdk2440/smdk2440.c    正在发送       common/cmd_nand.c    正在发送       common/serial.c    正在发送       drivers/i2c/s3c24x0_i2c.c    正在发送       drivers/mtd/nand/Makefile    正在发送       drivers/mtd/nand/nand.c    正在发送       drivers/mtd/nand/nand_base.c    正在发送       drivers/mtd/nand/nand_util.c    正在发送       drivers/mtd/nand/s3c2410_nand.c    增加           drivers/mtd/nand/s3c2440_nand.c    正在发送       include/configs/smdk2440.h    正在发送       include/linux/mtd/mtd.h    正在发送       version-log.txt    传输文件数据................    提交后的版本为 59。  

将这个版本作一tag:

[@linuxidc trunk]$ svn copy file:///$UBOOT/trunk file:///$UBOOT/tags/release-1.4_nand -m "tagging nand tag"       提交后的版本为 60。  

作分支:

[@linuxidc trunk]$ svn copy file:///$UBOOT/trunk file:///$UBOOT/branches/u-boot-branch-nandboot -m "branch 'nandboot' for booting u-boot from nand flash"        提交后的版本为 61。  

检出:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wwxxjp.html