Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Layout when the project is in the repository root

On 2009-12-17 16:04, Shawn O. Pearce wrote:

But, of course, since SVN lets you check out an arbitrary path,
you'd also be able to checkout the project folders from two different
branches.  Git people think that is crazy.  SVN (and Perforce and
CVS and ...) think its reasonable on a really big project.

Doesn't need to be that big really. Let's say you release two bundles, A and B. After the release, you do further development on B that must not affect maintenance releases. So you branch B. The A bundle however, is fine. You want to avoid branching of A because all work that you do there should benefit both future releases and maintenance on the current release.

I think that is a fairly normal set-up. Why would it be considered crazy?

Personally, I think it would be an advantage if egit could support that.

Regards,
Thomas Hallgren



Back to the top