Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #55279 > unrolled thread

How to manage Git or Mercurial repositories

Started byAndriy Kornatskyy <andriy.kornatskyy@live.com>
First post2013-10-02 10:08 +0300
Last post2013-10-15 10:10 +0200
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  How to manage Git or Mercurial repositories Andriy Kornatskyy <andriy.kornatskyy@live.com> - 2013-10-02 10:08 +0300
    Re: How to manage Git or Mercurial repositories Michael Ströder <michael@stroeder.com> - 2013-10-15 10:10 +0200

#55279 — How to manage Git or Mercurial repositories

FromAndriy Kornatskyy <andriy.kornatskyy@live.com>
Date2013-10-02 10:08 +0300
SubjectHow to manage Git or Mercurial repositories
Message-ID<mailman.594.1380698811.18130.python-list@python.org>
Managing version control repositories can be a challenge in multi-user environment especially when simplification of user collaboration is your goal. There are usually two primary concerns while considering enterprise deployment for version control repositories: access control and safety of your data. Both are not directly addressed by version control itself, thus a sort of security facade is necessary. Read more here:

http://mindref.blogspot.com/2013/10/how-to-manage-git-or-mercurial.html

Thanks.

Andriy Kornatskyy 		 	   		  

[toc] | [next] | [standalone]


#56847

FromMichael Ströder <michael@stroeder.com>
Date2013-10-15 10:10 +0200
Message-ID<l3it9a$eha$1@dont-email.me>
In reply to#55279
Andriy Kornatskyy wrote:
> Managing version control repositories can be a challenge in multi-user environment especially when simplification of user collaboration is your goal. There are usually two primary concerns while considering enterprise deployment for version control repositories: access control and safety of your data. Both are not directly addressed by version control itself, thus a sort of security facade is necessary. Read more here:
> 
> http://mindref.blogspot.com/2013/10/how-to-manage-git-or-mercurial.html

This seems like simple advertising to me.

Ciao, Michael.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web