Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] tagging and release procedure


On 01/10/2010, at 5:29 PM, Jesse Eichar wrote:

There are no conventions that I am aware of.  We can tag anything we want, but perhaps we can create tags of the form:

Release/1.2.1-RC1

I have been thinking about it and I think we should have an associated branch on the public repository for each release line.

For example I can see having:

master
1.2.x
2.0.x

1.2.x would have several tags and possibly we can even consider sub-branches (although for now lets avoid them)

I thought there may be something since you have the option of indicating "standard" svn structure when importing an svn repository; figured it may import it into whatever the git standard is.

Also as I read the IRC log; and these instructions; I would like to write down on the names used for the remote repositories (even just in the documentation) so we can keep the examples straight. I have been using "udig" to indicate the main repository; and "origin" to refer to my clone.


I think using "origin" in documentation is dangerous since it has special meaning in git.  Perhaps main udig(m-udig), clone-udig (c-udig) and local udig (l-udig)

is that ok?

That would be fine; I would go for slightly longer names for clarity :-)

Jody


Back to the top