由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 组里一个资深人士今天严肃地对我说
相关主题
SVN howto: branch working copy changes without committing? (转载)问个小问题
Version Control Software (转载)[合集] 如何选择代码,版本管理器?CVS 还是 SVN 还是其它?
CVS vs. Subversion vs. Git版本控制软件
求教:没接触过version control的新手如何学习svn和git请推荐一个版本控制软件?
如何sort and merge n 个sorted linked list[转载] 简单的题都不敢做了.
现在Google,Facebook等如何manage software release的?这两个CVS命令有什么区别? (转载)
GIT的rebase和merge到底有啥不同?怎么判断一块连续内存区域为零?
以前用git 现在得用hg 学的好头疼tree data conversion
相关话题的讨论汇总
话题: svn话题: branching话题: branch话题: branc话题: release
进入Programming版参与讨论
1 (共1页)
i**p
发帖数: 205
1
you should never create a branch.
当时在讨论svn.
是不是该换个地方了。。。
t****t
发帖数: 6806
2
为什么不要branch呢?

【在 i**p 的大作中提到】
: you should never create a branch.
: 当时在讨论svn.
: 是不是该换个地方了。。。

g*****y
发帖数: 7271
3
he does not trust you or svn?

【在 i**p 的大作中提到】
: you should never create a branch.
: 当时在讨论svn.
: 是不是该换个地方了。。。

w**z
发帖数: 8232
4
换git 吧。

【在 i**p 的大作中提到】
: you should never create a branch.
: 当时在讨论svn.
: 是不是该换个地方了。。。

w***g
发帖数: 5958
5
反正我目前的组里的人, 包括我自己, 都只敢上最简单的东西. branch这种东西玩过一
两次, 实际工作中从来不敢用.

【在 i**p 的大作中提到】
: you should never create a branch.
: 当时在讨论svn.
: 是不是该换个地方了。。。

i**p
发帖数: 205
6
其实是因为资深人士都是clearcase教育出来的。

【在 t****t 的大作中提到】
: 为什么不要branch呢?
i**p
发帖数: 205
7
还有资深人士觉得OO is evil. 理念不同,呆着郁闷。

【在 i**p 的大作中提到】
: 其实是因为资深人士都是clearcase教育出来的。
s*********t
发帖数: 1663
8
He is likely to be right.

【在 i**p 的大作中提到】
: you should never create a branch.
: 当时在讨论svn.
: 是不是该换个地方了。。。

i**p
发帖数: 205
9
展开说说

【在 s*********t 的大作中提到】
: He is likely to be right.
s*********t
发帖数: 1663
10
In svn branching is not cheap and should be controlled by either release mas
ter or project lead for a specific feature development.
They will eventually be closed after tagging or merging back to trunk.
I remember before we switch to git, each merge from trunk to a release branc
h takes several mins.

【在 i**p 的大作中提到】
: 展开说说
相关主题
现在Google,Facebook等如何manage software release的?问个小问题
GIT的rebase和merge到底有啥不同?[合集] 如何选择代码,版本管理器?CVS 还是 SVN 还是其它?
以前用git 现在得用hg 学的好头疼版本控制软件
进入Programming版参与讨论
w**z
发帖数: 8232
11
merging is PITA, but hard to imagine everyone works in the same branch and
you also release from the same branch.

mas
branc

【在 s*********t 的大作中提到】
: In svn branching is not cheap and should be controlled by either release mas
: ter or project lead for a specific feature development.
: They will eventually be closed after tagging or merging back to trunk.
: I remember before we switch to git, each merge from trunk to a release branc
: h takes several mins.

g*****y
发帖数: 7271
12
ClearCase branching support is said to be better than SVN.
But I do hate ClearCase.

【在 i**p 的大作中提到】
: 其实是因为资深人士都是clearcase教育出来的。
i**p
发帖数: 205
13
I agree. SVN does not encourage branching, but that does not mean SVN
branching is always bad.
In my case I don't think senior people thought that much as you did. they
are just not used to it.

mas
branc

【在 s*********t 的大作中提到】
: In svn branching is not cheap and should be controlled by either release mas
: ter or project lead for a specific feature development.
: They will eventually be closed after tagging or merging back to trunk.
: I remember before we switch to git, each merge from trunk to a release branc
: h takes several mins.

W********n
发帖数: 254
14
还是尊重团队整体的习惯吧,除非你能把其他人都说服。
y**b
发帖数: 10166
15
主要还是太复杂。
有个项目我改动了500多个头文件,原开发者要求我用branch (cvs),然后合并回去。
非常谨慎地设计好步骤,一次成功。

【在 i**p 的大作中提到】
: you should never create a branch.
: 当时在讨论svn.
: 是不是该换个地方了。。。

k********4
发帖数: 858
16
有意思。我们公司就算更新个hyperlink都要自己开branch,是不是overkill了?
c*********e
发帖数: 16335
17
用的windows版本还是mac版本的svn?

【在 i**p 的大作中提到】
: you should never create a branch.
: 当时在讨论svn.
: 是不是该换个地方了。。。

s******e
发帖数: 493
18
How do you guys handle merge and release with tons of branches?

【在 k********4 的大作中提到】
: 有意思。我们公司就算更新个hyperlink都要自己开branch,是不是overkill了?
1 (共1页)
进入Programming版参与讨论
相关主题
tree data conversion如何sort and merge n 个sorted linked list
学git,从哪开始呀现在Google,Facebook等如何manage software release的?
网站如何实现可重用的模块化设计GIT的rebase和merge到底有啥不同?
foo = bar if bar else {} 這種語法真的惡心到家以前用git 现在得用hg 学的好头疼
SVN howto: branch working copy changes without committing? (转载)问个小问题
Version Control Software (转载)[合集] 如何选择代码,版本管理器?CVS 还是 SVN 还是其它?
CVS vs. Subversion vs. Git版本控制软件
求教:没接触过version control的新手如何学习svn和git请推荐一个版本控制软件?
相关话题的讨论汇总
话题: svn话题: branching话题: branch话题: branc话题: release