Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder2.hal-mli.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.101 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.80; '*S*': 0.00; 'welcome.': 0.07; 'bash': 0.09; 'git': 0.09; 'occasionally': 0.09; 'windows,': 0.09; 'windows': 0.15; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'get,': 0.16; 'ported': 0.16; 'wrote:': 0.18; '(not': 0.18; 'putting': 0.22; 'convenient': 0.24; 'looks': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'compared': 0.30; 'message-id:@mail.gmail.com': 0.30; '(possibly': 0.31; 'another': 0.32; 'quite': 0.32; 'linux': 0.33; 'fri,': 0.33; "i'd": 0.34; 'something': 0.35; "who's": 0.35; 'but': 0.35; 'received:google.com': 0.35; '14,': 0.36; 'curious': 0.36; 'entry': 0.36; 'possible': 0.36; 'virtual': 0.37; 'two': 0.37; 'tools,': 0.38; 'to:addr:python-list': 0.38; 'that,': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'improved': 0.60; 'then,': 0.60; 'most': 0.60; 'hear': 0.63; 'provide': 0.64; 'situation': 0.65; 'lack': 0.78; 'fortunately,': 0.84; 'installer': 0.84; 'killer.': 0.84; 'subject:Control': 0.84; 'edwards': 0.91; 'graphical': 0.91; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=wNzpO4309eDJqPUA6eBwafBb1NHaZMynyCLKXD2iiO4=; b=P5gEIJykbbWnaDKvtRKFFZolIYXuwkqWqa/u+InSivVKVdo7Z9WCd1TgTPecCpy2/d J0ijJNOO32jXFIXEUcuaRtjaIvEZcqnTOuJF6zj4gBS6bIyd/C+zZPhcUSHA49gFreyq lIxuVQSDcWC8v0ivfarnc3dHOi/uqftdc+QR8HMcjtNi2gHwdckOPq8HmLqgqBQsMEr4 nSyrmLgAlvaOJDeNlAHw2LgljNA3pDpjY7ljoYoGAu3bjaZFaf3kOYTgVFjQrysJ0cK5 ANy0otDE0y4bvQ8v4kaD2eVLt6aK/ySGf8deJwPPQIqtOkRx4eHWV+D7Ls5H1ADO/hUD Ik+A== MIME-Version: 1.0 X-Received: by 10.220.112.76 with SMTP id v12mr1143207vcp.63.1371158778043; Thu, 13 Jun 2013 14:26:18 -0700 (PDT) In-Reply-To: References: <98c13a55-dbf2-46a7-a2aa-8c5f052ff375@googlegroups.com> Date: Fri, 14 Jun 2013 07:26:17 +1000 Subject: Re: Version Control Software From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371158786 news.xs4all.nl 15885 [2001:888:2000:d::a6]:47992 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:48025 On Fri, Jun 14, 2013 at 3:06 AM, Grant Edwards wrote: > The last time we made the choice (4-5 years ago), Windows support for > get, bzr, and hg was definitely lacking compared to svn. The lack of > something like tortoisesvn for hg/git/bzr was a killer. It looks like > the situation has improved since then, but I'd be curious to hear from > people who do their development on Windows. I do almost exclusively Linux dev, but occasionally nip onto Windows for one reason or another (possibly inside a virtual machine). It's possible to get git for Windows, including gitk and 'git gui' (not sure about any other graphical tools, they're the only two I use), but the most convenient way to use them is from a ported bash. Fortunately, the installer will provide all of that, putting a 'Git Bash' entry into the Start menu, and for someone who's come from Linux anyway, working in bash is quite welcome. ChrisA