From: W. Trevor King Date: Wed, 6 Oct 2010 18:15:47 +0000 (-0400) Subject: Added BE post. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9b22da9cdaa8fdc31dc967d856449b470c41c755;p=mw2txt.git Added BE post. --- diff --git a/posts/BE.mdwn b/posts/BE.mdwn new file mode 100644 index 0000000..c7906c8 --- /dev/null +++ b/posts/BE.mdwn @@ -0,0 +1,12 @@ +[[!meta title="Bugs Everywhere"]] + +If you're using a distributed version control system like [[Git]], you +may want a distributed bugtracker to go with it. [Bugs +Everywhere][BE] works well for me, although there are others. + +Disclaimer: I've done a fair bit of work on BE, so I might be biased. + +[BE]: http://bugseverywhere.org + +[[!tag tags/tools]] +[[!tag tags/web]] diff --git a/posts/Git.mdwn b/posts/Git.mdwn index c395093..8a6316a 100644 --- a/posts/Git.mdwn +++ b/posts/Git.mdwn @@ -16,11 +16,16 @@ For example Of course, traditional tarballs, zips, etc. are also available through the web interface. +There are many tools which use version control systems as storage +backends for various utilities. For example, [ikiwiki][] is a +VCS-based wiki, and [[Bugs Everywhere|BE]] is a VCS-based bug tracker. + [Git]: http://git.or.cz/ [DVCS]: http://en.wikipedia.org/wiki/Distributed_Version_Control_System [VCS]: http://en.wikipedia.org/wiki/Revision_control [tutorial]: http://book.git-scm.com/ [projects]: http://www.physics.drexel.edu/~wking/code/git/git.php +[ikiwiki]: http://ikiwiki.info/ [[!tag tags/linux]] [[!tag tags/code]]