简体   繁体   English

在哪里可以找到CVS或Subversion中的蚀源?

[英]Where to find eclipse source that was in cvs or is in subversion?

I am ultimately trying to follow this page: 我最终将尝试遵循以下页面:

http://wiki.eclipse.org/E4/Running_the_demos http://wiki.eclipse.org/E4/Running_the_demos

But, some of the project sets refer to paths in CVS that no longer exist, or have been moved. 但是,某些项目集引用了CVS中不再存在或已移动的路径。 For example org.eclipse.swt. 例如org.eclipse.swt。 I don't see org.eclipse.swt in git, but I see it in subversion here: 我没有在git中看到org.eclipse.swt,但是我在这里的subversion中看到了它:

http://dev.eclipse.org/viewsvn/viewvc.cgi/org.eclipse.swt/ http://dev.eclipse.org/viewsvn/viewvc.cgi/org.eclipse.swt/

So, it exists, but how can I retrieve it, other than file by file from viewvc? 因此,它存在,但是除了从Viewvc逐个文件查找之外,我如何检索它呢?

I could write a script. 我可以写一个脚本。 But, someone somewhere knows how to get at the files that are being served above. 但是,某个地方的人知道如何获取上面提供的文件。 Are you one of those people? 你是其中之一吗?

Mote that I am not asking where to find org.eclipse.swt. 关于我不是问在哪里可以找到org.eclipse.swt。 Given a path to eclipse source that is in subversion, where can I checkout that source? 给定处于颠覆状态的蚀源的路径,我可以在哪里检出该源?

The CVS archive is still there, but I'm not sure the anonymous CVS access method defined right next to the "Where can I get this?" CVS存档仍然存在,但是我不确定在“我在哪里可以得到?”旁边定义的匿名CVS访问方法。 will connect any more. 将连接更多。 Everything's either in SVN ( http://wiki.eclipse.org/SVN_Howto ) or more likely Git ( http://git.eclipse.org/c/ ) these days. 如今,一切都在SVN中( http://wiki.eclipse.org/SVN_Howto )或更可能在Git中( http://git.eclipse.org/c/ )。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM