查看svn所有帮助
svn help
查看子命令(删除)的帮助
svn rm help
取消svn下wordpress文件夹的版本控制.但是保留该本地文件夹.
svn rm wordpress --keep-local
这样.wordpress取消了版本控制.本地的wordpress文件夹也没有删除.
如果使用tortoisesvn提交的话,它会是这样的:
2. 别人更新的效果
更新svn后,有显示删除wordpress文件夹:
[root@ip-10-174-26-246 html]# svn update
Updating '.':
Restored '.htaccess'
D wordpress
U mw/application/layouts/scripts/layout.phtml
U mw/application/modules/w/views/scripts/index/index.phtml
U mw/application/modules/w/views/scripts/home.phtml
U mw/application/views/scripts/index/index.phtml
U sitemap.xml.gz
U index.php
Updated to revision 1056.
再显示wordpress下的文件:[root@ip-10-174-26-246 html]# ls -A wordpress
backup wp-app.php wp-includes wp-settings.php
images wp-blog-header.php wp-links-opml.php wp-signup.php
index.php wp-comments-post.php wp-load.php wp-trackback.php
license.txt wp-config.php wp-login.php xmlrpc.php
readme.html wp-config-sample.php wp-mail.php
wp-activate.php wp-content wp-pass.php
wp-admin wp-cron.php wp-register.php没有看到有.htaccess文件....
还好刚才有备份.htaccess文件...
这为什么删除我的版本控制文件啊.
No comments:
Post a Comment