View previous topic :: View next topic |
Author |
Message |
jjmckenzie51 The Anomaly
Joined: Apr 01, 2005 Posts: 1055 Location: Southeastern Arizona
|
Posted: Sun Jan 08, 2006 1:40 pm Post subject: NeoOffice 1.2 Patch Level |
|
Patrick:
Are the patch fixes making it back into the anoncvs server?
I just tried to use NeoOffice 1.2 beta and was greeted with a Patch 2 screen but when I tried to update my build system, the makefile states that latest patch is still 0.
What's up?
James |
|
Back to top |
|
|
pluby The Architect
Joined: Jun 16, 2003 Posts: 11949
|
Posted: Sun Jan 08, 2006 6:28 pm Post subject: |
|
You're probably not using the right branch tag. All NeoOffice 1.2 Beta development is occurring on the "NeoOffice-1_2_branch" branch. If you are using the "NeoOffice-1_2_Beta" tag, you won't get any updates because the Beta tag is a fixed tag to the Beta release whereas the branch is the tag plus any changes after the tag was set.
Patrick |
|
Back to top |
|
|
jjmckenzie51 The Anomaly
Joined: Apr 01, 2005 Posts: 1055 Location: Southeastern Arizona
|
Posted: Sun Jan 08, 2006 6:45 pm Post subject: |
|
pluby wrote: | You're probably not using the right branch tag. All NeoOffice 1.2 Beta development is occurring on the "NeoOffice-1_2_branch" branch. If you are using the "NeoOffice-1_2_Beta" tag, you won't get any updates because the Beta tag is a fixed tag to the Beta release whereas the branch is the tag plus any changes after the tag was set. |
Ok. Thanks. Now what was that cvs update line?
cvs -z9 update ??
James |
|
Back to top |
|
|
Mox Operator
Joined: Jun 29, 2005 Posts: 44
|
Posted: Mon Jan 09, 2006 8:54 am Post subject: |
|
jjmckenzie51 wrote: | pluby wrote: | You're probably not using the right branch tag. All NeoOffice 1.2 Beta development is occurring on the "NeoOffice-1_2_branch" branch. If you are using the "NeoOffice-1_2_Beta" tag, you won't get any updates because the Beta tag is a fixed tag to the Beta release whereas the branch is the tag plus any changes after the tag was set. |
Ok. Thanks. Now what was that cvs update line?
cvs -z9 update ??
James |
The same as with cvs co... i.e. your line would be
Code: | cvs -z9 update -r NeoOffice-1_2_branch |
|
|
Back to top |
|
|
jjmckenzie51 The Anomaly
Joined: Apr 01, 2005 Posts: 1055 Location: Southeastern Arizona
|
Posted: Mon Jan 09, 2006 10:00 am Post subject: |
|
Mox wrote: | jjmckenzie51 wrote: | pluby wrote: | You're probably not using the right branch tag. All NeoOffice 1.2 Beta development is occurring on the "NeoOffice-1_2_branch" branch. If you are using the "NeoOffice-1_2_Beta" tag, you won't get any updates because the Beta tag is a fixed tag to the Beta release whereas the branch is the tag plus any changes after the tag was set. |
Ok. Thanks. Now what was that cvs update line?
cvs -z9 update ??
James |
The same as with cvs co... i.e. your line would be
Code: | cvs -z9 update -r NeoOffice-1_2_branch |
|
Thanks. I will update tonight.
James |
|
Back to top |
|
|
|