Re: Create Patch
Re: Create Patch
- Subject: Re: Create Patch
- From: Chris Cleeland <email@hidden>
- Date: Fri, 08 Apr 2011 07:37:30 -0500
On Fri, Apr 8, 2011 at 7:21 AM, Paul Summermatter <email@hidden> wrote:
> IDEA has this incredibly useful feature called Create Patch, which allows you to assemble a single file that encapsulates all of or any subset of the changed files in your project. I use this sometimes to send a set of changes to a fellow developer for testing or also to save a set of changes that may be in an experimental stage but at a good working/stopping point. Does anyone know of any tools in Xcode 3 or 4 or with any external apps/command line tools which would allow me to achieve something similar? Even if the process were as crude as just identifying all the changed files and putting them into a tarball, that might work for me. Any suggestions would be welcome.
>
Keep your local work in a git repo (even if the project isn't kept in
a git repo) and use it to generate patches. It was designed with the
workflow you describe in mind.
I haven't used the git integration in XC4 yet, so I don't know whether
it supports some easier way to generate the patches you request, but
the underlying DVCS certainly does.
> Regards,
> Paul
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Xcode-users mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Create Patch (From: Paul Summermatter <email@hidden>) |