<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[[实践OK]linux svn工作空间锁定无法更新的解决方法（Working copy ‘.’ locked）]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Unix/LinuxC技术]]></category>
<pubDate>Tue, 14 Jul 2015 01:51:23 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	linux svn工作空间锁定无法更新的解决方法（Working copy ‘.’ locked）<br/>背景：有人在linux上直接修改文件（可能是debug），但没有提交成功。产生这种情况大多是因为上次svn更新命令执行失败且被自动锁定了。 <br/>于是会出现如下情况：<br/>[root@localhost justwinit_devel]# /usr/bin/svn&nbsp;&nbsp;update --username xiangdong --password xiangdong <br/>svn: Working copy &#039;.&#039; locked<br/>svn: run &#039;svn cleanup&#039; to remove locks (type &#039;svn help cleanup&#039; for details)<br/>怎么办？<br/><br/>两步解决：<br/>步骤1：<br/>写个脚本批量清,cleanuplocked.sh：<br/>#!/bin/sh<br/>for lk in `find /data/htdocs/justwinit_devel -name &quot;lock&quot;`<br/>do<br/>`rm $lk`<br/>done<br/>exit<br/><br/><br/>步骤二：运行命令svn cleanup：<br/>[root@localhost justwinit_devel]# svn cleanup<br/>[root@localhost justwinit_devel]# /usr/bin/svn&nbsp;&nbsp;update --username xiangdong --password xiangdong <br/><br/>-----------------------------------------------------------------------<br/>ATTENTION!&nbsp;&nbsp;Your password for authentication realm:<br/><br/>&nbsp;&nbsp; &lt;http://svn.jackxiang.com:80&gt; Authorization Realm<br/><br/>can only be stored to disk unencrypted!&nbsp;&nbsp;You are advised to configure<br/>your system so that Subversion can store passwords encrypted, if<br/>possible.&nbsp;&nbsp;See the documentation for details.<br/><br/>You can avoid future appearances of this warning by setting the value<br/>of the &#039;store-plaintext-passwords&#039; option to either &#039;yes&#039; or &#039;no&#039; in<br/>&#039;/root/.subversion/servers&#039;.<br/>-----------------------------------------------------------------------<br/>Store password unencrypted (yes/no)? yes<br/>At revision 2736.<br/><br/><br/>参考：http://www.xuebuyuan.com/1112787.html
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [实践OK]linux svn工作空间锁定无法更新的解决方法（Working copy ‘.’ locked）]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>