[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
how to checkout current stable branch
- To: or-dev@xxxxxxxx
- Subject: how to checkout current stable branch
- From: Bernd Kreuss <prof7bit@xxxxxxxxxxxxxx>
- Date: Sat, 22 Jan 2011 17:55:58 +0100
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-dev-outgoing@xxxxxxxx
- Delivered-to: or-dev@xxxxxxxx
- Delivery-date: Sat, 22 Jan 2011 11:56:07 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:x-enigmail-version:openpgp:content-type :content-transfer-encoding; bh=vrjCJCAMYTqsMtCn8QLVOt5P1+OmO2TfWHI4B8i0HxU=; b=bfiN/LsFQ1EwmgCn+QkQi5PNyT7kzXejSDVZo29BR/IodYs5UbIkWhMGUAA//HeTgZ thJndnBOejiZ7m1ntmYw98bcbzIVbKFXuCxoFuPLnPt+vjwSO5/Np264qfabe2omXuN/ gQtoJD3E90i5T/9HuUDa6sDRl2LU9Bwt4dqlw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:openpgp:content-type:content-transfer-encoding; b=bhbqjnI3ew3tRzNvxg405oT2B0rKEdrkykttoXBoGYsOEUupojkesf2+iQTNpz5k1K XDBcX9FVHqo5Z8mZHEZRMOawvmpKdU5ETcxGNli7ry6atWlGnRdvTj5lnzdFvz8t5WOo ANGqJq3odEg7DZGrVK1QorxrwptQrcGTu6ros=
- Openpgp: id=3945A21D
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-dev@xxxxxxxxxxxxx
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101029 Thunderbird/3.1.6
This is probably a stupid question but how do I checkout the 0.2.1
branch from git? With svn I knew how to do such things but I don't get
how this git thing is meant to be used.
I have successfully checked out the master branch via git clone
git://git.torproject.org/tor.git and can compile it but what is the URL
for the 0.2.1 branch? I can't find any instructions about this.
Bernd