是否有可能有1个工作空间,其中含有同一项目的不同分层印本? Say我有项目1,目前结构是:
/trunk/Project1
/branches/1/Project1
/branches/2/Project1
Can 在同一个工作空间中,我有3个项目1,每个单列项目都指中继器或任何分支之一? 基本上,我很想知道,我是否必须避免为每个部门创造新的工作空间。
是否有可能有1个工作空间,其中含有同一项目的不同分层印本? Say我有项目1,目前结构是:
/trunk/Project1
/branches/1/Project1
/branches/2/Project1
Can 在同一个工作空间中,我有3个项目1,每个单列项目都指中继器或任何分支之一? 基本上,我很想知道,我是否必须避免为每个部门创造新的工作空间。
你们可以。 简单明了地点击预想的项目:你在vn储量中抽取大麻,并选定<代码>。 Find/Checkout As...,给该项目一个独特的名称。
实际上,我只得从大约30个项目的中子转向一个分支,发现Eclipse是非常聪明的,允许你在一次行动中进行转换。
它为所有这些项目奠定了基础,并允许你改变这些项目。 因此,就我而言,通用的URL是..../trunk
,将其改为....../branches/mybranch
即可。
这条路已经过去了,但我认为我 throw倒了,寻求解决办法。 我没有找到办法,以掌握同样的项目名称。 但是,如果你作为Maven项目进口,则会有一个方言,使多个模块项目的项目名称易于模仿。 我用一个屏幕击打here。
I have a svn repo with various apps as subdirectory of a single svn repo. That worked because I could have checked out a partial, repo. As I cant do that with git obviously I need multiple repos. I ...
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 ...
I m trying to commit some work, but svn always fails and tells me that a file I modified is out of date. I tried updating first, that doesn t work. Cleanup doesn t work. If I revert the file, copy my ...
我制作了一个外事文件,将印刷成文件,以了解它收到的第一和第二个论点。
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 ...
A subversion repository contains the html, latex and man directories that doxygen generates from the source code. Even for small source code changes, new files are being generated with random names ...
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 ...
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 ...