Tags
Athena Framework
Archives
-
Recent Posts
-
Tag Archives: SVN
通过Https访问SVN Repository 403错误
试图通过Https访问SVN, 输入登录信息之后, 立刻报403错误. 费解. 这台PC没有internet连接, 也不能访问或被访问任何share folder, 亦不能使用U盘等外部存储, 只开了SVN的一个access, 情急之下, 只好问Google, 发现SVN 对URL大小写敏感, 所以会有403错误. 更正URL大小就可顺畅访问…
Backup SVN repository using svnadmin dump 使用svnadmin dump备份SVN资料库
svnadmin dump ./repository/project > /home/backup/project_backup.svn.dump manual: http://svnbook.red-bean.com/en/1.7/svn.ref.svnadmin.c.dump.html
No context menu after TortoiseSVN installed on Win 2008 64bit
After install a 32bit Tortoise on Win2008 64bit, there are no related menu item in context menu; You need to install 64bit Tortoise. link: http://tortoisesvn.net/downloads or: http://download.cnet.com/TortoiseSVN-64-bit/3000-2383_4-75211577.html
Install Subversion for Eclipse Indigo3.7/Helios3.6/Galileo3.5 Eclipse安装Subversion插件
Subversive installation instructions http://www.eclipse.org/subversive/documentation/gettingStarted/aboutSubversive/install.php Update sites: Indigo 3.7 Update Site is a part of Indigo Update Site. Look at Help > Install New Software… > select Indigo – http://download.eclipse.org/releases/indigo > Collaboration Tools Helios 3.6 Update Site is a part of …
svn: ‘pre-commit’ hook failed with error output…解决方法
前端时间亲手把服务器弄垮了… 今天恢复了数据库, 然后重装CodeBeamer, 搞定后回到客户端, commit半天, 总是pre-commit出错. 对SVN, 一直只是用用而已, 从来都是不求甚解. 以为是Windows7在作怪, 后来发现根本不是这回事, 是我恢复了代码库之后, 并未更新代码库中pre-commit中的内容. 修正pre-commit中的内容, 重启CB, 成功Commit. 相关的: Windows下subversion强制写日志钩子脚本


