
SCM/SVN/CVS/VSS
xinew
这个作者很懒,什么都没留下…
展开
-
eclipse3.2+subclipse libapriconv-1.dll问题
eclipse3.2+subclipse1.2.3,共享项目时,eclipse居然自动关闭了,试了好久都不知道什么问题。错误信息如下## An unexpected error has been detected by HotSpot Virtual Machine:## EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x05037c0c, pid=转载 2009-08-25 18:01:00 · 1197 阅读 · 0 评论 -
SVN导入库失败问题。(Expected FS format between '1' and '3'; found format '4
SVN导入库失败问题。(Expected FS format between 1 and 3; found format 42009-04-23 15:44安装环境:Appache 2.2.10 :apache_2.2.10-win32-x86-no_ssl.msiSVN 1.5.4 : CollabNetSubversion-server-1.5.4原创 2009-08-25 13:29:00 · 8816 阅读 · 0 评论 -
Eclipse下使用SVN版本控制
作者:朱先忠编译 转自天极[url]http://dev.yesky.com/356/2578856.shtml[/url]摘要 CVS很酷,但Subversion更酷。然而,如果你在使用Eclipse进行开发,那么你可能直到近来才能利用Subversion带来的优点。随着 Subclipse的发行,Subversion可能会最终在你的Eclipse IDE环境充分发挥其威力而压倒CVS。转载 2009-08-25 17:27:00 · 801 阅读 · 0 评论 -
TortoiseSVN从版本控制里移除删除工作副本
TortoiseSVN针对 Windows 平台的 Subversion 客户端版本 1.6.4从版本控制里移除删除工作副本Sometimes you have a working copy which you want to convert back to a normal folder without the .svn directories. What原创 2009-08-25 18:04:00 · 3089 阅读 · 0 评论 -
svn出错:Error: File or directory '.' is out of date; try updating
因为我的项目文件workcopy与svn上的实际是同步的,是直接update to head解决的。供参考一篇: 今天做完了项目在提交的时候,svn突然爆了下面的错误:Error: Commit failed (details follow): Error: File or directory . is out of date; try updating Error: resource原创 2009-11-30 10:11:00 · 7747 阅读 · 0 评论 -
优化MyEclipse7.5(其他版本可以类推)
<br />1、去除不需要加载的模块 <br /><br />一个系统20%的功能往往能够满足80%的需求,MyEclipse也不例外,我们在大多数时候只需要20%的系统功能,所以可以将一些不使用的模块禁止 加载启动。通过Windows - Preferences打开配置窗口,依次选择左侧的General - Startup and Shutdown,这个时候在右侧就显示出了Eclipse启动时加载的模块,可以根据自己的实际情况去除一些模块。 <br />windows–>perferences–>gene转载 2010-08-06 23:57:00 · 541 阅读 · 0 评论 -
JSTL
fmt:formatDate 的输出格式<br /><br /><fmt:formatDate value="${isoDate}" type="both"/><br />2004-5-31 23:59:59 <br /><br /><fmt:formatDate value="${date}" type="date"/><br />2004-4-1<br /><fmt:formatDate value="${isoDate}" type="time"/><br />23:59:59<br /><fmt:f原创 2010-08-09 14:59:00 · 497 阅读 · 0 评论