Message from discussion
Git For Testers and Trackers Article
Received: by 10.204.132.81 with SMTP id a17mr2429793bkt.4.1339265764192;
Sat, 09 Jun 2012 11:16:04 -0700 (PDT)
X-BeenThere: joomlabugsquad@googlegroups.com
Received: by 10.204.154.7 with SMTP id m7ls3866440bkw.5.gmail; Sat, 09 Jun
2012 11:16:00 -0700 (PDT)
Received: by 10.204.143.145 with SMTP id v17mr2427509bku.7.1339265760411;
Sat, 09 Jun 2012 11:16:00 -0700 (PDT)
Received: by 10.204.143.145 with SMTP id v17mr2427508bku.7.1339265760396;
Sat, 09 Jun 2012 11:16:00 -0700 (PDT)
Return-Path: <pasa...@gmail.com>
Received: from mail-bk0-f42.google.com (mail-bk0-f42.google.com [209.85.214.42])
by gmr-mx.google.com with ESMTPS id iv15si8320384bkc.0.2012.06.09.11.16.00
(version=TLSv1/SSLv3 cipher=OTHER);
Sat, 09 Jun 2012 11:16:00 -0700 (PDT)
Received-SPF: pass (google.com: domain of pasa...@gmail.com designates 209.85.214.42 as permitted sender) client-ip=209.85.214.42;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of pasa...@gmail.com designates 209.85.214.42 as permitted sender) smtp.mail=pasa...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-bk0-f42.google.com with SMTP id ik5so2911843bkc.29
for <joomlabugsquad@googlegroups.com>; Sat, 09 Jun 2012 11:16:00 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:from:date:message-id:subject:to
:content-type:content-transfer-encoding;
bh=wYeGBFT2q9SpyMgDfCTP9eW0w8aDSCmVk18AfbYWzcU=;
b=bRVpHnx9LNSmBWJQ8bse6hWceEGLWAzfZTvdS+g2nZc22N8/R7HLu/e29vT4/iS3aR
Ru7lZcimliYC8vdPNGHWtQ+t4x4NiDDWDHwiqG0yhy9aDTTz+zrKu/wlXvjaWCpIf1cW
3wj8MEU8RS8KZS3mLaMh/CpdUgkkyd/AQ0RrYwMjTtTquoEyGZor1DrNqvRzXIhc730F
uwOEmRvsuEv35A8Deh+1lNTw1qp5p8ZQ8cSGVmecK1/pI5z4ZVUTGQQF2BGFGZqpo75z
WWcUY1Ng5dosdTv58l7Wpfub9We1fIB0rj36SfQgNAswwJP5Ho7GpIaLvFVYGJ9B9qns
Y1GA==
Received: by 10.204.150.84 with SMTP id x20mr7869877bkv.26.1339265760208; Sat,
09 Jun 2012 11:16:00 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.204.76.136 with HTTP; Sat, 9 Jun 2012 11:15:39 -0700 (PDT)
In-Reply-To: <4FD1C6E3.9090...@puma-it.com>
References: <CANdmvYsQVPxACAPvOmx3NxeSkQ+h3G9msgQ_YSG8JK2-C81...@mail.gmail.com>
<4FD12BE5.7050...@puma-it.com> <CANdmvYsKssYpCmosvFSeTWYJZm4Z45hufcs10R5ghQF1Kri...@mail.gmail.com>
<4FD1C6E3.9090...@puma-it.com>
From: Sam Moffatt <pasa...@gmail.com>
Date: Sat, 9 Jun 2012 11:15:39 -0700
Message-ID: <CABYB9+BoqYZ4pH2QRrc3yj+Jm0s+SKrWLkoaVVz_L234=Xw...@mail.gmail.com>
Subject: Re: [jbs] Git For Testers and Trackers Article
To: joomlabugsquad@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Trac is a perfectly fine lightweight system to use and has a large
number of plugins you can use. An alternative I've seen mentioned but
never used personally is Redmine (http://www.redmine.org/) which is
Ruby powered and there is a GitHub clone you can host locally called
GitLab (http://gitlabhq.com/).
What I would suggest is that you try out using a VM to host all of
this and then run backups in the VM of your data and also backups of
the VM (using VirtualBox there are command line tools). If you can
avoid installing a GUI, then you will save gigabytes of space as well.
This way if you have a hardware failure, your important data is backed
up and you can restore to a new machine as quickly as copying the VM
image on and installing your virtualisation tool of choice (e.g.
VirtualBox).
Cheers,
Sam Moffatt
http://pasamio.id.au
On Fri, Jun 8, 2012 at 2:33 AM, Herve Boinnard <rvb...@puma-it.com> wrote:
> Hi Mark,
> I am ok with JoomlaCode, and haven't the occasion to use more GitHub yet.
>
> I am looking for something else for my clients projects (so publicly
> available online) on my own local server. I am using SVN + Trac at the
> moment. Switching from SVN to Git, I won't really need an external server=
,
> it will stay on my workstation, and be with the same backup.
>
> Trac (http://trac.edgewall.org/ a wiki and issue tracking system) runs on
> Apache2 with Python. So instead of migrating and updating the whole thing=
, I
> was looking for something similar, and even better for projects
> documentation.
>
> If someone on this list uses such a tool, any thought or quick share woul=
d
> be appreciated!
> Herv=E9
>
>
>
> On 08/06/2012 03:36, Mark Dexter wrote:
>>
>> Hi. I'm not sure what exactly you are looking for. I still use
>> Joomlacode for my extensions, although I plan to move my code repo's
>> to github at some point. But the tracker and wiki at Joomlacode are
>> not too bad. I haven't tried the Github tracker, but my understanding
>> is that it is somewhat limited. Mark
>>
>> On Thu, Jun 7, 2012 at 3:32 PM, Herve Boinnard<rvb...@puma-it.com> =A0wr=
ote:
>>>
>>> Thanks Mark!
>>> Exactly what I was looking for! Just after having received "your" book,
>>> great!
>>> Updating workstation (Eclipse and around), switching my projects repos
>>> from
>>> SVN to Git, and getting back to JBS testing on Saturday.
>>>
>>> Not sure about continuing to use Trac (http://trac.edgewall.org/), as a
>>> wiki
>>> and issue tracking system, plus changeset/code viewer, because I need a
>>> tool
>>> to maintain projects' documentation (for me and the end users of Joomla
>>> websites). And the wiki only is not great... I need to have a template
>>> with
>>> the usual joomla settings and extensions, plus the specific settings fo=
r
>>> the
>>> customer. Any hints on a Free/Libre Open Source solution?
>>>
>>> Kind regards,
>>> Herv=E9
>>>
>>>
>>> On 02/06/2012 00:59, Mark Dexter wrote:
>>>>
>>>>
>>>> Hi everyone. I've added a new article to the wiki called
>>>> http://docs.joomla.org/Git_for_Testers_and_Trackers. The goal is to
>>>> document step-by-step instructions for JBS tester and tracker team
>>>> folks who are trying to learn how to use Git. It documents the basic
>>>> work flows for both command-line and Eclipse. For Eclipse, there is a
>>>> related article called
>>>> http://docs.joomla.org/Working_with_Git_and_Eclipse that might also be
>>>> helpful.
>>>>
>>>> If you are new to Git, hopefully these articles might help. If you are
>>>> familiar with Git, it would be great if you could read this and make
>>>> sure it is correct and as clear as possible.
>>>>
>>>> Also, if someone wants to add instructions for NetBeans, TortoiseGit,
>>>> GitGui (or some other GUI), please feel free to do so.
>>>>
>>>> Thanks! Mark
>>>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Joomla! bug Squad" group.
> To post to this group, send email to joomlabugsquad@googlegroups.com.
> To unsubscribe from this group, send email to
> joomlabugsquad+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/joomlabugsquad?hl=3Den.
>