Skip to main content

Questions tagged [dvcs]

Decentralized version control (DVCS) keeps track of software revisions and allows many developers to work on a given project without necessarily being connected to a common network.

5 votes
2 answers
508 views

I'm considering creating a new tool, but I wanted to find out if something like it already exists. tl;dr: Looking to make or employ a service which scans a SCM repository with the explicit goal of ...
Steven Lu's user avatar
  • 539
2 votes
3 answers
3k views

We're having a debate here on our server development team, and I'm struggling. I've always used master as source of record for production, with the master branch (or some designated release branch) ...
Robert K's user avatar
  • 147
0 votes
1 answer
122 views

Working in the embedded systems space, our products usually require multiple binaries for each of the microcontrollers within a single product. Using SVN previously, we would bundle validation and ...
derrick's user avatar
  • 67
1 vote
1 answer
674 views

I'm working on a program developed in different variants: a common basic version and various customizations that not only use different logos and images but also add functionalities. I'm trying to ...
sgargel's user avatar
  • 139
-2 votes
1 answer
168 views

Can someone please explain the last sentence of this paragraph about Distributed Version Control Systems: "Furthermore, many of these systems deal pretty well with having several remote repositories ...
Hammad Ahmed's user avatar
1 vote
1 answer
982 views

I'm a solo hobbyist developer with some code hosted on Bitbucket. I use TortoiseHg client-side for managing my repo. Back in 2013 I developed a feature on a branch but abandoned it before completion. ...
Drew's user avatar
  • 1,283
3 votes
1 answer
667 views

This question is related to this one: Why not commit unresolved changes? When needing to merge a large code base with many conflicts, I would like to have a way to commit progress to be shared ...
PaulRuby's user avatar
14 votes
5 answers
5k views

I was wondering if it would be good practice for commit messages to contain the ticket number they were apart of. It would be like 2568 Fix heating issue Summary of the issue with a bunch ...
Simon Lau-Yamauchi's user avatar
10 votes
2 answers
462 views

Coming from a SVN background, one of the hardest things to get used to when working with DVCS systems is the way they all seem to regard any uncommitted change whatsoever like a ticking time bomb. In ...
Mason Wheeler's user avatar
5 votes
1 answer
206 views

Are there licensing ramifications to having GPLed code in a public git history, but not a released version of the distributed software? Could a repo owner be obliged to changing their licensing ...
unknownRenowned's user avatar
6 votes
1 answer
2k views

TL:DR; Shall I start comitting regularly small pieces of code in new projects? Even if I'm start from scratch and don't have any experience in what I'm using (framework, programming language, w/e)? ...
Brettetete's user avatar
6 votes
2 answers
266 views

I always preach never to force push anything, because that adds ambiguity to the repository server. In this specific example, we collaborate with a customer and they "skip a step" and force push ...
bjones14's user avatar
8 votes
2 answers
2k views

One disadvantage to pull requests (aka merge requests) is lots and lots of merge commits. It's not the worst thing, but it does clutter the commit logs, and make for lots of unnecessary non-...
Paul Draper's user avatar
  • 6,088
6 votes
2 answers
2k views

The situation I have code which has features X and Y. Bob needs access to the code to help develop feature X further. Normally I would allow Bob to clone the code, but the problem is that feature Y ...
Gerhard's user avatar
  • 241
83 votes
8 answers
24k views

One of the advantages of using a DVCS is the edit-commit-merge workflow (over edit-merge-commit often enforced by a CVCS). Allowing each unique change to be recorded in the repository independent of ...
Jace Browning's user avatar

15 30 50 per page
1
2 3 4 5