潜龙勿用,见龙在田
全部博文(540)
分类: LINUX
2011-07-29 17:03:23
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