Posted by david strauss on December 15, 2008 at 2:33pm
Last updated by david strauss on Tue, 2009-01-20 20:17
Last updated by david strauss on Tue, 2009-01-20 20:17
Getting a working copy
- Download and install Bazaar. Packages are available for many platforms.
- Get a working copy: "bzr branch bzr://vcs.fourkitchens.com/drupal/7-fic my-fic-working-copy"
While you're working
- Run commits (bzr commit -m "My message") to checkpoint your work. These commits only affect your local working copy.
Updating your working copy to get the latest Fields in Core code
- When you want to get the latest Fields in Core code, run "bzr merge". If you get conflicts, resolve them.
Contributing back
- When you're ready to contribute back, create a merge directive (a sort of super-patch): "bzr send -o [patch-filename].txt"
- Post the file you create to the Fields in Core issue.
You can also browse ongoing work.