今天svn commit文件的时候出现如下报错:
svn ci -m "extra123" extra/*
svn: Commit failed (details follow):
svn: '/home/x/repos/apache/a-cps/conf/extra' is not under version control and is not part of the commit, yet its child '/home/xiaojing.zhang/repos/apache/a-cps/conf/extra/httpd-vhosts.conf' is part of the commit
google之,得到的解决方案是
将本目录.svn 下的entries 文件中相应的条目去掉,重新add ,重新commit。
完成,并且成功,具体原因尚且bude。
阅读(9137) | 评论(0) | 转发(0) |