Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2441885
  • 博文数量: 540
  • 博客积分: 11289
  • 博客等级: 上将
  • 技术积分: 6160
  • 用 户 组: 普通用户
  • 注册时间: 2008-02-11 20:27
个人简介

潜龙勿用,见龙在田

文章分类

全部博文(540)

文章存档

2018年(2)

2013年(5)

2012年(24)

2011年(104)

2010年(60)

2009年(217)

2008年(128)

分类: LINUX

2011-07-29 17:03:23


# svn rm tomcats.sh 
svn: 'tomcats.sh' is in the way of the resource actually under version control

# svn rm --force tomcats.sh  
D         tomcats.sh
[root@shdemo66 bin]# svn ci -m 'rm symlink'
Deleting       bin/tomcats.sh



Here's what happens:

ls -l route route -> ../bin/busybox

svn del route D route

cp rfs/sbin/route . svn stat ~ route

svn add route A (bin) route svn status ~ route

svn commit -m "Replacing link with binary"

svn: Commit failed (details follow): svn: Entry '/home/mvm/sb/fsi102/ramdisk_fsi/sbin/route' has unexpectedly changed special status

svn del route svn: 'route' is in the way of the resource actually under version control

rm route svn status ! route

svn del route D route svn stat D route

svn commit -m "Replacing link" Deleting sbin/route

Committed revision 452.


http://www.fwolf.com/blog/post/274


阅读(13868) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~