tagged [version-control]

CCNet: "Failing Tasks : FilteredSourceControl: CheckForModifications" error

CCNet: "Failing Tasks : FilteredSourceControl: CheckForModifications" error I've installed CCNet and now I'm trying to set up a link to our repository. When I visit the CCNet dashboard website the pro...

Differences between git pull origin master & git pull origin/master

Differences between git pull origin master & git pull origin/master What is the difference between `git pull origin master` and `git pull origin/master` ?

21 May at 17:11

What rules does software version numbering follow?

What rules does software version numbering follow? I have been developing some software and want to give it version numbers. How do I do this? How is it that some software gets two versions like 1.3v...

29 Sep at 23:18

Version Numbers float, decimal or double

Version Numbers float, decimal or double I have a document management system where documents can have multiple versions. Each version is saved and users can view version history. What I would like to ...

How to output git log with the first line only?

How to output git log with the first line only? I am trying to customize the format for `git log`. I want all commits to be shown in one line. Each line should only show the first line of the commit m...

How to revert a changeset in team foundation server?

How to revert a changeset in team foundation server? I am new to Team Foundation server and someone committed changes that they weren't supposed to the night previous. I need to revert this changeset ...

21 Apr at 14:17

I need to start using Versioning and Source Control

I need to start using Versioning and Source Control I'm a PHP/MySQL developer who hasn't used any form of versioning aside from copy/paste into a backup folder. I develop in a Windows environment as w...

4 May at 14:4

Choosing version control system

Choosing version control system In out current project we are using VSS and SVN to keep track of the versions. For some reasons the developers in our site are not allowed to commit in them. So when ma...

19 Jan at 16:37

What is the Difference Between Mercurial and Git?

What is the Difference Between Mercurial and Git? I've been using git for some time now on Windows (with msysGit) and I like the idea of distributed source control. Just recently I've been looking at ...

Do you use source control for your database items?

Do you use source control for your database items? I feel that my shop has a hole because we don't have a solid process in place for versioning our database schema changes. We do a lot of backups so w...

1 Mar at 21:20

Is there a way to get the git root directory in one command?

Is there a way to get the git root directory in one command? Mercurial has a way of printing the root directory (that contains .hg) via Is there something equivalent in git to get the directory that c...

9 Apr at 18:10

Can I use Team Explorer to merge changes between two branches after an initial baseless merge?

Can I use Team Explorer to merge changes between two branches after an initial baseless merge? My understanding of a baseless merge in TFS was that it was a one-time deal, and merges afterwards could ...

2 Jun at 15:44

Git - is it pull or rebase when working on branches with other people

Git - is it pull or rebase when working on branches with other people So if I'm using branches that are remote (tracked) branches, and I want to get the lastest, I'm still unclear if I should be doing...

10 Jul at 19:27

How do I merge another developer's branch into mine?

How do I merge another developer's branch into mine? I am relatively new to git. Our organization uses a [Fork & Pull Model](https://help.github.com/articles/using-pull-requests/) for managing changes...

20 Jul at 15:57

Can I automatically increment the file build version when using Visual Studio?

Can I automatically increment the file build version when using Visual Studio? I was just wondering how I could increment the build (and version?) of my files using Visual Studio (2005). If I look up ...

Attaching VisualSVN Server to an existing repository

Attaching VisualSVN Server to an existing repository All the recent VisualSVN Server posts made me want to check it out. I have SVN running right now through Apache, but I'd like to try out VisualSVN ...

View a file in a different Git branch without changing branches

View a file in a different Git branch without changing branches Is it possible to open a file in a git branch without checking out that branch? How? Essentially I want to be able to open a file in my ...

14 Feb at 15:28

How can I push a local Git branch to a remote with a different name easily?

How can I push a local Git branch to a remote with a different name easily? I've been wondering if there's an easy way to push and pull a local branch with a remote branch with a different name withou...

Different *.csproj / *.config settings for each team member and branch

Different *.csproj / *.config settings for each team member and branch This question is kind-of two in one, but both are related to the same problem. We are a team of 10 developers, some developers pr...

Should I use SVN or Git?

Should I use SVN or Git? I am starting a new distributed project. Should I use SVN or Git, and why?

10 Apr at 23:34

how to reset develop branch to master

how to reset develop branch to master I have `develop` & `master` branches, my `develop` branch is messy now and i would like to reset it and make it as a copy of my `master`. i'm not sure if merging ...

26 Aug at 04:36

Subversion ignoring "--password" and "--username" options

Subversion ignoring "--password" and "--username" options When I try to do any svn command and supply the `--username` and/or `--password` options, it prompts me for my password anyways, and always wi...

22 Oct at 09:46

Is there a migration tool from CVS to Git?

Is there a migration tool from CVS to Git? I intend to switch over from CVS to Git. In the case of SVN, there seems to be `cvs2svn`. Is there a similar tool to easily migrate from CVS to Git?

19 Jan at 18:51

Continuous Integration for Common Lisp?

Continuous Integration for Common Lisp? Are there any continuous integration frameworks for CL? Specifically, I'm looking for: - - - - - It seems to me that the open source side of the Lisp community ...

difference between git merge origin/master and git pull

difference between git merge origin/master and git pull I'm working on a local branch "BDD-local" and would like to get the changes from other developers. The other developers are using their own bran...

30 May at 13:24