Sitemap
Home
|-Fenken
|-Hacking
|  |-bazaar
|  |-C/C++
|  |-TclTk
|  |-(X)Emacs
|  '-hardware
|-Lavalamps
|-Rafting
'-Rodeln
EN


here
www
Powered by
Google

my bazaar

Here you will find the public repositories of some project I work on.

All repositories are under control of BZR.

You wonder why I am not using CVS or Subversion? Well DVC rules!

Please note: The branch URLs are correct, they are just not browseable directories.

BZR quick start:

	# Checkout a local working copy of VM
	bzr get lp:viewmail
	
	# Some days later you want to pull new changes 
	bzr pull
	
	# Now you decide to hack on VM and commit your changes
	xemacs vm-mime.el
	bzr commit
	
	# Generate a bundle of your changes for merge into the mainline 
	bzr submit --output=xy-changes.diff
	# Attach the bundle to a mail (rather than doing cut&paste) and send it to
	# hackATrobfDOTde. 
	
	# Now we have diverged branches, so you need to merge my changes into your tree 
	bzr merge
	# And commit them!
	bzr commit -m "synced with mainline"
	
	# If we are in sync after the merge, pull should work again
	...

My public key is here.

The branches you find here are:
Branch Revisions First Revision Last Revision
ahk-mode 32 Fri 2005-02-25 21:34:14 +0000 Tue 2005-06-28 20:46:19 +0000
bzr_file_revno 5 Thu 2006-08-24 01:17:31 +0200 Sat 2008-01-05 01:59:08 +0100
bzr_tcsh_completion 34 Fri 2005-10-07 23:57:40 +0200 Sat 2008-07-12 21:45:12 +0200
py-complete 12 Tue 2006-06-13 00:44:17 +0200 Thu 2006-08-10 00:55:23 +0200
python-sidebar 3 Mon 2007-12-10 21:29:17 +0100 Mon 2007-12-17 00:19:18 +0100


(c) Robert Widhopf-Fenk
Last modified: Sat Feb 16 01:01:18 CET 2008