English 中文(简体)
如何在颠覆中“基地”分支(没有任何实际承诺)?
原标题:How to "rebase" branch (without any real commits) in Subversion (limited access to repository)?
  • 时间:2011-11-20 19:11:35
  •  标签:
  • svn
  • rebase

I have commit access (write permission) to only one branch in Subversion repository.

不幸的是,该分局是在一段时间前从干).中创建的;我想把它放在目前穿透的顶上。 在上述部门没有真正的承诺,只有这样,才有真正的承诺。

创立了基于干线的oo子分支

注:我没有给上述部门以外的任何地方写信。

问题回答

如果在该处没有承诺,请SVN admin公司删除它,并创造新的目标;你可以避免这种痛苦。 或者,你可以合并从干线上的所有变化;大多数时间是进行罚款,但是,即使你正在做相当于快速合并的特别志愿人员网络,某些名录业务也可能相互矛盾,在这种情况下,你会有很多人工清理工作。

There is no rebase in SVN. You just need to merge from trunk to branch. Go to your working copy (which point to the branch), and do

svn merge http://your.server.com/path/to/trunk

之后是承诺的。

或许应当读到:该书载有许多宝贵的信息。





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

热门标签