English 中文(简体)
改变Eclipse的积极项目――SVN 协同效应
原标题:Change the active project in Eclipse - SVN Synchronize

当我想在Eclipse协调(svn)项目时,我选择团队——与项目勘探者存放者协调。 然后,小组的协同效应发生变化。

有时,我还需要更新/简化另一个项目。

是否有迅速改变“协同效应”概念的积极项目,因此,我不必首先从另一个角度与“综合合作点”的探索者讨论?

为什么没有同步下降显示我所定义的所有其他vn储存库?

最佳回答

找到行之有效的解决办法。 我使PHP的探索者(或项目探索者)能够从“协同效应”的角度来看待项目,而不必回头。

问题回答

我不知道从协同效应的角度改变项目的方法,但你可以尝试这样做:

在勘探者看来选择多个项目,右边点击和选择 Team ->Schronize。 现在,你选择的所有项目都将在Schronize窗口上展示。 从那以后,你可以进行并更新每个项目的变化,或对多个项目进行变革。





相关问题
Best practices for Subversion and Visual Studio projects

I ve recently started working on various C# projects in Visual Studio as part of a plan for a large scale system that will be used to replace our current system that s built from a cobbling-together ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

ASP.NET MVC: How should it work with subversion?

So, I have an asp.net mvc app that is being worked on by multiple developers in differing capacities. This is our first time working on a mvc app and my first time working with .NET. Our app does not ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签