Questions tagged [dvcs]

DVCS stands for Distributed Version Control System. Use this tag for questions about DVCSes in general. If your question is about git, or another DVCS that has its own tag already, then use that tag instead of this one.

Distributed revision control system (DRCS), distributed version control or decentralized version control system (DVCS) keeps track of software revisions and allows many developers to work on a given project without necessarily being connected to a common network.

Most popular DVCS:

911 questions
0
votes
2 answers

Bazaar manage multiple branches at once

I'm using Bazaar quite some time now, but at the moment I'm searching a solution to the following problem: Assuming you've got several developers with everyone developing in its own branch, like this: Project | |----Branch 1 | |----Branch…
Tornado
  • 261
  • 1
  • 2
  • 10
0
votes
1 answer

Mercurial ssh send revision at some tag name

I want mercurial server to ssh-send some revision to some production server (customer's side) on specific tag name set by any user. Something very similar to Continuous Integration platform that pushes updates to agents at certain criterion.
securecurve
  • 5,589
  • 5
  • 45
  • 80
0
votes
1 answer

code 255: the file can not be accessed by the process when commiting .mdf, .ldf database files

I use mercurial as my DVCS and tortoiseHg. when I'm trying to commit .mdf and .ldf files I get and error: trouble committing "project root"/App_Data/WebStore.mdf! terminated: "full path"/App_Data/WebStore.mdf: The process can not get access to the…
Aleksei Chepovoi
  • 3,915
  • 8
  • 39
  • 77
0
votes
3 answers

git how branching works inside

I'm using github and interesting, how git branching works inside. Is it copy some data when creating new branch or not. How and where it store the difference of the branches and how it allow to switching between them fast. What's happened with my…
Ph0en1x
  • 9,943
  • 8
  • 48
  • 97
0
votes
1 answer

Link JIRA - Bitbucket different names

We are trying to link a jira project and a Bitbucket repository with different names using DVCS The jira project has the name LAMB And the bitbucket repository name is lambdev I was working fine when both had the same name but now that they have…
gpasse
  • 4,380
  • 7
  • 44
  • 75
0
votes
2 answers

How to restore single directory in a Fossil repo?

Some commits ago, I deleted a directory in my Fossil repo. How do I get it back?
Prof. Falken
  • 24,226
  • 19
  • 100
  • 173
0
votes
1 answer

git: update submodule error

I am getting the following error when I am updating my sub module. fatal: reference is not a tree: 8657febdb311a29253ef8e6a965e3c9089e36b00 Unable to checkout '8657febdb311a29253ef8e6a965e3c9089e36b00' in submodule path 'Fluent.Util' I am kind of…
Joshua
  • 2,275
  • 7
  • 41
  • 57
0
votes
2 answers

How to push to central repository in mercurial?

I couldn't find a relevant thread anywhere, but possibly this important task has to be asked about many times before.. I have a central repository, from which I have cloned to form a local repo. Now I made several changes and commits to local…
nawfal
  • 70,104
  • 56
  • 326
  • 368
0
votes
2 answers

File doesn't show up in git commit tool

I have just started using git recently. I am having an issue with viewing my changed files in the git commit tool. I am using visual studio as my development environment. I have couple of projects as localhost and localhost/admin. I did some changes…
Joshua
  • 2,275
  • 7
  • 41
  • 57
0
votes
3 answers

How to share part of repository configuration in Mercurial with team members?

I keep some repository specific configurations of TortoiseHG in .hg\hgrc. Is there a way to share those setting with all members of my team? I am looking for a solution similar to keeping list of ignored files (a version controlled .hgignore file…
AlfeG
  • 1,475
  • 4
  • 18
  • 33
0
votes
1 answer

Git (DVCS) Best Practice

I am new to Github and recently forked somebody's project to make my own changes. Now though I learn it's best practice to create each new feature or bug fix in a new branch. Up until now I was just editing in the Master. How can I can create a new…
user1561108
  • 2,666
  • 9
  • 44
  • 69
0
votes
1 answer

Proxy git commands to only one clone

I've got a couple of processes which use the same git repositories, but they insist on treating them as separate things. That leads to me having a number of clones of the same repository under different local locations. Is there any existing wrapper…
viraptor
  • 33,322
  • 10
  • 107
  • 191
0
votes
1 answer

How Tortoise Hg authenticates users?

I am using Tortoise Hg for managing my Mercurial repositories (Clone,Push etc.). But I am not clear about how Tortoise Hg authenticates users. If I Clone or Push a protected repository, Tortoise Hg will ask for user credentials. If I enter the…
Arjun
  • 141
  • 2
  • 7
0
votes
2 answers

'20-byte hash required' message on Mercurial commit

I was experiencing an issue with a repository that would error with a 'No Node' message when viewing in Tortoise Workbench. So, I upgraded to TortoiseHg 2.5.1 and am now receiving '20-byte hash required' when i try to commit. I was able to commit…
Bill Martin
  • 4,825
  • 9
  • 52
  • 86
0
votes
3 answers

Mercurial project hosting

I need a project hosting with: mercurial support; lightweight, but usable issue tracker (github`s one is pretty close); both public and private repositories/trackers/wiki and so on support; cool customizable dashboard; API and hooks (optional, but…