English 中文(简体)
在1个Eclipse Workspace中从事多种特殊职业类别的工作
原标题:Working on multiple SVN branches in 1 Eclipse Workspace

是否有可能有1个工作空间,其中含有同一项目的不同分层印本? Say我有项目1,目前结构是:

/trunk/Project1
/branches/1/Project1
/branches/2/Project1

Can 在同一个工作空间中,我有3个项目1,每个单列项目都指中继器或任何分支之一? 基本上,我很想知道,我是否必须避免为每个部门创造新的工作空间。

问题回答

你们可以。 简单明了地点击预想的项目:你在vn储量中抽取大麻,并选定<代码>。 Find/Checkout As...,给该项目一个独特的名称。

实际上,我只得从大约30个项目的中子转向一个分支,发现Eclipse是非常聪明的,允许你在一次行动中进行转换。

  • Select all projects
  • click Team → Switch to another branch/tag/revision

它为所有这些项目奠定了基础,并允许你改变这些项目。 因此,就我而言,通用的URL是..../trunk,将其改为....../branches/mybranch即可。

这条路已经过去了,但我认为我 throw倒了,寻求解决办法。 我没有找到办法,以掌握同样的项目名称。 但是,如果你作为Maven项目进口,则会有一个方言,使多个模块项目的项目名称易于模仿。 我用一个屏幕击打here





相关问题
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 ...

热门标签