Problem 1:

My delevopment platform is Neutrino, which has only internet access. While our Version Control server is VSS from the intranet. Is there any easy to use the VSS even though not directly?

How is your other machine (say Windows) to access you VSS on intranet? What do you need to do?

可以登陆VSS。但是我的Neutrino没有VSS客户端软件,好象也没有办法访问局域网,所以没有办法把代码递交上去。我怎么才能递交代码呢?不想再给2000上装东西了,因为我没有权限,刚请IT把Momentics从2000上移到QNX上。实在不行的话我只好telnet了。

如果你有权限,在2000上设共享目录。在QNX上用fs-cifs连接这个目录。这样就可以在QNX和2000上共享文件了。

多谢xtang,正好我在公司的服务器上有个人的备份目录,从QNX上用fs-cifs可以mount上来,就是速度太慢。不过还好,Momentics自带有本地CVS,可以几天手动递交一次代码。