Re: Versioning
Re: Versioning
- Subject: Re: Versioning
- From: Mark Eissler <email@hidden>
- Date: Fri, 20 Feb 2004 10:52:23 -0500
I don't understand what you mean about "the various versions scattered
throughout a project." agvtool isn't designed for versioning of source.
It is build specific AFAIK. So when you are preparing a build (let's
say for release) you would use agvtool to increment the build number
and then recompile so that the build number shows up properly in your
about box, in the finder, etc.
The key is that you have to run agvtool while xcode is not running. I
think this was supposed to be fixed but I find if xcode is running,
even if I have closed my project, after running agvtool xcode will
complain that my project has been edited (or changed) outside of the
app. You must also recompile in order for the build numbers to be
reflected in your built app.
As for versioning your source, I think the most common way to do it is
with cvs and it integrates quite nicely with PB and xcode...except for
those nib files. :-(
-mark
On Feb 20, 2004, at 9:14 AM, Jeff LaMarche wrote:
Has anyone ever seen a tutorial or detailed description of versioning
for Cocoa apps? I'm a little confused about the specific purposes of
the various versions scattered throughout a project, and about the use
of agvtool. Is this one of those things that you just have to muddle
through with the agvtool man page and the information scattered
throughout the ADC documentation, or has somebody put it all together
someplace from where it can be more easily digested?
TIA,
Jeff
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
--
Mark Eissler, email@hidden
Mixtur Interactive, Inc.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >Versioning (From: Jeff LaMarche <email@hidden>) |