Re: [gitorious] Re: Confused About Versioning and Upgrading

2011-08-11 Thread Marius Mårnes Mathiesen
On Wed, Aug 10, 2011 at 8:24 PM, Drew  wrote:

> So the safe approach would be not to pull from the master unless
> there's a new tag. Correct?
>

I suppose it depends what you understand by safe, but the answer is probably
yes. Whenever we create a tag, it signifies that a piece of functionality
has been added. And based on what you'll need to do to upgrade, we'll be
using either patch, minor or major versions.

If you want to run from master, you'll have to determine whether you need
to:
- run bundle install
- run rake db:migrate
- remove cached javascripts/css

*every time you pull.* Sticking to tagged versions means you don't have to.

Cheers,
- Marius

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


Re: [gitorious] Re: Confused About Versioning and Upgrading

2011-08-08 Thread Brenda Wallace

Thanks - that was useful to know and thus I've copied it to here:
https://gitorious.org/gitorious/pages/Installation

Also moved that "DISCONTINUED TODO" to the bottom of the page so it no 
longer appears to be a comment on the entire page.


On 09/08/11 01:46, Christian Johansen wrote:
Thank you Benjamin. This is correct: we will continue to actively 
develop Gitorious on master, and we will try to keep it stable as 
before. However, the tags will receive more testing, and in general 
should be more reliable as a mechanism to upgrade local installs. So, 
master should be considered "Gitorious beta" (generally stable, may 
have occasional issues, incomplete features a.s.o), while tags provide 
stable releases.


Christian

On Tue, Aug 2, 2011 at 20:35, Benjamin Podszun 
mailto:benjamin.pods...@gmail.com>> wrote:


I fail to understand your point.
The team decided to use master as development branch. If you want
stable versions, stick with tags. In other words: Development
moved on, but nothing was tagged as new version (be it a minor
step forward or a major) yet.


On Tue, Aug 2, 2011 at 9:21 PM, Drew mailto:d...@venarc.com>> wrote:

That makes sense now. But you guys have been pushing code to
mainline
and not updating the tags. That's not good.


On Aug 1, 11:50 pm, Marius Mårnes Mathiesen
mailto:marius.mathie...@gmail.com>> wrote:
> On Tue, Aug 2, 2011 at 12:12 AM, Drew mailto:d...@venarc.com>> wrote:
> > When I run git tag, I get:
> > 20110110-1
> > loba-loba
> > v2.0.0
>
> > Seems like the only version tag you guys have is v2.0.0 on
> > git://gitorious.org/gitorious/mainline.git

> > So you guys are not following the versioning scheme yet?
How can there
> > not be other versions but code changes?
>
> We haven't deployed any changes since 2.0.0, too busy
enjoying summer :-)
>
> - Marius

--
To post to this group, send email to
gitorious@googlegroups.com 
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com



-- 
To post to this group, send email to gitorious@googlegroups.com


To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com





--
MVH
Christian
--
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


--
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


Re: [gitorious] Re: Confused About Versioning and Upgrading

2011-08-08 Thread Christian Johansen
Thank you Benjamin. This is correct: we will continue to actively develop
Gitorious on master, and we will try to keep it stable as before. However,
the tags will receive more testing, and in general should be more reliable
as a mechanism to upgrade local installs. So, master should be considered
"Gitorious beta" (generally stable, may have occasional issues, incomplete
features a.s.o), while tags provide stable releases.

Christian

On Tue, Aug 2, 2011 at 20:35, Benjamin Podszun
wrote:

> I fail to understand your point.
> The team decided to use master as development branch. If you want stable
> versions, stick with tags. In other words: Development moved on, but nothing
> was tagged as new version (be it a minor step forward or a major) yet.
>
>
> On Tue, Aug 2, 2011 at 9:21 PM, Drew  wrote:
>
>> That makes sense now. But you guys have been pushing code to mainline
>> and not updating the tags. That's not good.
>>
>>
>> On Aug 1, 11:50 pm, Marius Mårnes Mathiesen
>>  wrote:
>> > On Tue, Aug 2, 2011 at 12:12 AM, Drew  wrote:
>> > > When I run git tag, I get:
>> > > 20110110-1
>> > > loba-loba
>> > > v2.0.0
>> >
>> > > Seems like the only version tag you guys have is v2.0.0 on
>> > > git://gitorious.org/gitorious/mainline.git
>> > > So you guys are not following the versioning scheme yet? How can there
>> > > not be other versions but code changes?
>> >
>> > We haven't deployed any changes since 2.0.0, too busy enjoying summer
>> :-)
>> >
>> > - Marius
>>
>> --
>> To post to this group, send email to gitorious@googlegroups.com
>> To unsubscribe from this group, send email to
>> gitorious+unsubscr...@googlegroups.com
>>
>
>  --
> To post to this group, send email to gitorious@googlegroups.com
> To unsubscribe from this group, send email to
> gitorious+unsubscr...@googlegroups.com
>



-- 
MVH
Christian

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


Re: [gitorious] Re: Confused About Versioning and Upgrading

2011-08-02 Thread Benjamin Podszun
I fail to understand your point.
The team decided to use master as development branch. If you want stable
versions, stick with tags. In other words: Development moved on, but nothing
was tagged as new version (be it a minor step forward or a major) yet.

On Tue, Aug 2, 2011 at 9:21 PM, Drew  wrote:

> That makes sense now. But you guys have been pushing code to mainline
> and not updating the tags. That's not good.
>
>
> On Aug 1, 11:50 pm, Marius Mårnes Mathiesen
>  wrote:
> > On Tue, Aug 2, 2011 at 12:12 AM, Drew  wrote:
> > > When I run git tag, I get:
> > > 20110110-1
> > > loba-loba
> > > v2.0.0
> >
> > > Seems like the only version tag you guys have is v2.0.0 on
> > > git://gitorious.org/gitorious/mainline.git
> > > So you guys are not following the versioning scheme yet? How can there
> > > not be other versions but code changes?
> >
> > We haven't deployed any changes since 2.0.0, too busy enjoying summer :-)
> >
> > - Marius
>
> --
> To post to this group, send email to gitorious@googlegroups.com
> To unsubscribe from this group, send email to
> gitorious+unsubscr...@googlegroups.com
>

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com


Re: [gitorious] Re: Confused About Versioning and Upgrading

2011-08-02 Thread Marius Mårnes Mathiesen
On Tue, Aug 2, 2011 at 12:12 AM, Drew  wrote:

> When I run git tag, I get:
> 20110110-1
> loba-loba
> v2.0.0
>
> Seems like the only version tag you guys have is v2.0.0 on
> git://gitorious.org/gitorious/mainline.git
> So you guys are not following the versioning scheme yet? How can there
> not be other versions but code changes?
>

We haven't deployed any changes since 2.0.0, too busy enjoying summer :-)

- Marius

-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com