gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] [PATCH] fix error on 'configure --with-gtk-libs'


From: Richard Wilbur
Subject: Re: [Gnash-dev] [PATCH] fix error on 'configure --with-gtk-libs'
Date: Thu, 30 Apr 2009 17:20:31 -0600

On Thu, 2009-04-30 at 23:15 +0900, Namhyung Kim wrote:
> Richard Wilbur 쓴 글:
> > cd to where you want the 'trunk' directory and invoke the following as
> > mentioned in the wiki[1]:
> >
> > bzr branch http://bzr.savannah.gnu.org/r/gnash/trunk
> >
> >   
> That's exactly what I did.
> But Markus Gothe said that my patch differed from the trunk.
> What's wrong with it?
> 

Consulting the Bazaar Wiki [1] and specifically the Mini Tutorial [2]:

Have you committed your changes to your branch?  Use 'bzr status' to
check.  Any files in the 'modified:' list have uncommitted changes.  You
can use 'bzr commit -m "Commit message describing changes."' to commit
all the changes in the current branch.  If you wish to commit only
certain changes, specify those files or directories.

When all changes are committed, merge in the changes from the trunk to
bring your branch up to date with 'bzr merge'.  Review changes at any
time with 'bzr diff'.  When you are happy with the state of the code as
merged, commit the merged changes with 'bzr commit -m "Merge from
trunk."' or some such.  Then create a patch with 'bzr send -o
name_of_patch_file.patch' and send it to the mailing list for review.

Sincerely,

Richard Wilbur

References:
[1] http://bazaar-vcs.org/ 
[2] http://doc.bazaar-vcs.org/latest/en/mini-tutorial/index.html 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]