Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #55279
| From | Andriy Kornatskyy <andriy.kornatskyy@live.com> |
|---|---|
| Subject | How to manage Git or Mercurial repositories |
| Date | 2013-10-02 10:08 +0300 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.594.1380698811.18130.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
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
csiph-web