视觉源安全版本 8
我的问题是,当我从 SS 中签入项目时,有时无法获得该项目的最新版本,并且当我将项目签入 SS 时,.frx 文件已损坏。
My issue is that when I check a project out of SS I sometimes do not get the latest version of the project, and when I check a project into SS the .frx files are corrupt.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你跟SS有关系吗? 你不能使用更现代的存储库吗? 颠覆将是一个好的开始。 开始做起来非常容易,比我认为人们想象的要容易得多。
如果没有,那么您必须运行一个工具来找出损坏的原因,然后尝试清理或重置它。 您还可以检查服务器时间,因为有时这会导致问题。 我相信服务器时间应该与开发机器相同。
Are you tied to SS? Can you not use a more modern repository? Subversion would be a good start. Getting that started is very easy to do, a lot easier than I think people think.
If not, then you have to run a tool to find out what the corruption is and then try to clean it or reset it. You may also check the server time as sometimes that caused problems. The server time should be the same as the development machines I believe.
首先,我没有解决方案,但我认为你已经死了。
Source (Un)Safe 不好,而且从来都不是,但它的问题很少会在使用一段时间后才显现出来。
相信我,如果您找到一个不同的系统来保存源代码会更好。
这就像说“我的 25 年生锈的汽车每天早上都无法启动,我该如何修复它?” 答案当然是放弃它并购买一辆新车。
First, I don't have a solution, but I think you are beating a dead horse.
Source (Un)Safe isn't good, and never was, but the problems with it rarely exhibits themselves until it has been used for a while.
Trust me when I say it will be better if you find a different system to keep your source code in.
It's like saying that "My 25 year old rusty car isn't starting every morning, how can I fix it?" and the answer to that is of course to ditch it and get a new car.
.frx? 那是一个 VB6 表单资源文件,对吗?
Vss 在处理这些文件时经常遇到问题,因为它使用散列来确定文件是否已更改。 将您的 VSS 设置切换为使用修改日期。
编辑:需要注意的是,VSS 不支持夏令时,因此每六个月它会认为您的所有文件都应该是最新的,并再次获取该批次。 不会造成太大伤害,但确实很烦人。
An .frx? Thats a VB6 form resource file right?
Vss often had trouble with these files due to the way it uses hashing to determine if the file had changed. Switch your VSS settings to use Modfied date instead.
Edit: one caveat, VSS doesn't understand daylight savings hence every six months it thinks all you files are ought of date and fetches the lot again. Doesn't do much harm but is really annoying.