Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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: UNSURE 0.247 X-Spam-Level: ** X-Spam-Evidence: '*H*': 0.55; '*S*': 0.04; 'subject:How': 0.10; 'itself,': 0.16; 'deployment': 0.19; 'thanks.': 0.20; 'to:name :python-list@python.org': 0.22; 'necessary.': 0.24; 'environment': 0.24; 'sort': 0.25; 'primary': 0.26; 'thus': 0.29; 'especially': 0.30; 'usually': 0.31; 'there': 0.35; 'version': 0.36; 'from:addr:live.com': 0.36; 'two': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'read': 0.60; 'challenge': 0.61; 'here:': 0.62; 'more': 0.64; 'url:blogspot': 0.65; 'managing': 0.66; 'facade': 0.84; 'url:2013': 0.84; 'charset:windows-1251': 0.95 X-TMN: [DvNnBLHE0cG3bIRMNj5F36UazpUxnMpA] X-Originating-Email: [andriy.kornatskyy@live.com] From: Andriy Kornatskyy To: "python-list@python.org" Subject: How to manage Git or Mercurial repositories Date: Wed, 2 Oct 2013 10:08:09 +0300 Importance: Normal Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 02 Oct 2013 07:08:09.0384 (UTC) FILETIME=[266C6A80:01CEBF3E] X-Mailman-Approved-At: Wed, 02 Oct 2013 09:26:50 +0200 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1380698811 news.xs4all.nl 15912 [2001:888:2000:d::a6]:53815 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:55279 Managing version control repositories can be a challenge in multi-user envi= ronment especially when simplification of user collaboration is your goal. = There are usually two primary concerns while considering enterprise deploym= ent for version control repositories: access control and safety of your dat= a. Both are not directly addressed by version control itself=2C thus a sort= of security facade is necessary. Read more here:=0A= =0A= http://mindref.blogspot.com/2013/10/how-to-manage-git-or-mercurial.html=0A= =0A= Thanks.=0A= =0A= Andriy Kornatskyy =