简体   繁体   English

我在一台PC上有Tortoise SVN存储库,如何从另一台PC连接到它?

[英]I have Tortoise SVN Repository on one PC how to connect this from another PC?

I have Tortoise SVN repository on my PC how to connect another laptop to this Repository? 我的PC上有Tortoise SVN存储库,如何将另一台笔记本电脑连接到该存储库? Can ny one tell me the step wise procedure using Eclips? 谁能告诉我使用Eclips的分步过程吗?

There is no tortoise plugin for eclipse out there. 没有用于日食的陆龟插件。 you will have to do a workaround with one of the eclipse plugins subversive or subclipse. 您将必须使用具有颠覆性或subclipse的eclipse插件之一来解决。 They will offer you the "same" possibilities you have when using tortoise (but inside eclipse ;) ). 它们将为您提供使用乌龟时(但在日食内部)的“相同”可能性。

Maybe you are interested in ContextQuickie. 也许您对ContextQuickie感兴趣。 It adds a command to eclipse which opens a tortoise monitor. 它向eclipse添加了一个命令,该命令会打开一个乌龟监视器。 (CTRL+3 -> type "tortoise) But i think this won't help you much. (CTRL + 3->键入“乌龟”)但是我认为这对您没有太大帮助。

To share your repositories between different PC's i would suggest to use yatta profiles . 要在不同PC之间共享您的存储库,我建议使用yatta配置文件 It's a tool that enables you to upload an eclipse and easily download it on another machine (containing the same plugins and repositores). 它是使您能够上传日食并轻松将其下载到另一台机器(包含相同的插件和存储库)的工具。

For the case that you are interested, i created a simple profile with ContextQuickie and Subclipse installed - so you can try out both. 对于您感兴趣的情况,我创建了一个简单的配置文件,其中安装了ContextQuickie和Subclipse-因此您可以尝试两者。 You can find it here: Profile Eclipse with tortoise (context quickie) + svn . 您可以在这里找到它: 使用tortoise(上下文快捷方式)+ svn对Eclipse进行配置 (CTRL+3 -> type "svn" and open the svn repository view to add a repo) (CTRL + 3->输入“ svn”并打开svn存储库视图以添加存储库)

This is a public profile, so everyone can access it. 这是一个公开个人资料,因此每个人都可以访问它。 You can keep a profile private if you wish to. 您可以根据需要将个人资料设为不公开。 Just configure it on the online profile page. 只需在在线配置文件页面上进行配置即可。 (the tool will never upload any login credentials ;) ) (该工具将永远不会上传任何登录凭据;)

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

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