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 



_______________________________________________
Gnash-dev mailing list
Gnash-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-dev

Reply via email to