Version control is the management of changes to documents, programs, and other information stored as computer files.

learn more… | top users | synonyms (8)

0
votes
1answer
3 views

how to delete all workspaces in perforce

My question is similar to How to delete a workspace in perforce (using p4v)? but not quite the same. \ How do I remove a workspace in Windows, using p4 command? I tried the -d option, it says client ...
0
votes
0answers
5 views

Can I merge multiple consecutive changesets into a changeset in Mercurial

Let's say I have changeset A, and I make changesets B1, B2, and B3 on top of A, while another developer makes changesets C1, C2, and C3 on top of A. The other developer pushes his code to the central ...
1
vote
0answers
5 views

hg abort: cannot refresh immutable revision

I'm using hg with the mq extension installed (I do not have the rebase extension to the best of my knowledge) After making a few changes and doing a few qdiffs, qrefs I am suddenly faced with this ...
1
vote
2answers
6 views

Locking files in collaboration work

So my company uses force.com and the force.com IDE in order to develop our platform and as a growing company with developers around the world and our projects becoming bigger and bigger we need a way ...
0
votes
1answer
17 views

What Environmental Variable Sets Git Color.UI?

Is there a Git environmental variable that dictates the color.ui config option? It does not seem to be in the documentation, if there is one.
1
vote
0answers
26 views

Why does a 'git pull' not also update the remote branch I pulled from?

I have a forked repository, which is set up as a remote called origin, and it was forked from the original repository which I have push access to, called upstream. I have checked out a patch release ...
0
votes
1answer
24 views

Git Compatibility Switches?

Does Git provide a compatibility switch to match the workflow of, for example, subversion? I was hoping for something like git -svncompat checkout and git -svncompat checkin. I know Git has some other ...
0
votes
1answer
13 views

How to copy the p4 changes in workspace to another?

I have two workspaces A and B. I made some changes in A and the code is not committed to p4. I want to copy the modified files to workspace B. What is the easiest way to do that ?
0
votes
0answers
5 views

How to keep multiple version of BPM application

I got some question, I have deploy the BPM application in Enterprise Manager.I deploy the application as version 1.0.For example:HelloWorld Now I want to deploy the same application but as version ...
1
vote
1answer
11 views

CVS synchronize/update issue

I am using CVS as version control system and facing a strange issue. For some files, I am not able to synchronize or update (using eclipse) because of the following error: "[Project Name]: cvs ...
0
votes
1answer
22 views

How to transform an old branch into a tag on GitHub

My first actually serious project on GitHub has some time ago underwent a complete change of stack - from Python to NodeJS. However, at the time being a complete git noob I created a branch with all ...
1
vote
0answers
17 views

Is there a solution for handling non-linear release schedules with Git-flow?

The Git flow model is working well for our company so far, but we're wondering about a solution for handling this hypothetical situation. I searched around a bit, but I think my lack of proper ...
0
votes
1answer
23 views

Using Git on development + release servers

Our company has been using Git for several months now for our 3 developers and they're all happy with how the system works, but we still manually FTP files for our webapp. We're keen to put a true ...
2
votes
2answers
23 views

Configure local SVN

i have installed a SVN Repository in my server. I always used to work in local, but now i need to checkout the repository inside the server. well, this are the configurations: <Location /svn> ...
1
vote
2answers
26 views

How to avoid necessity of writable .vbg in Visual Studio 6?

I have a Project Group in Visual Studio 6 (.vbg). The projects are under source control (TFS). When I start debugging Visual studio there is an error Path/file access error: Path/name.vbg and dialog ...
1
vote
3answers
33 views

Can not figure out how checkout works in git

I have created a new repository and commited a file a.pl. All ok. If I do git status that there is nothing added or untracked changes. I do a git log and I see the hash of my last (and actually only) ...
0
votes
1answer
25 views

Why does .gitignore appear in git status?

I have some perl scripts that should be under git versioning. I run ctags against them to be able to jump to definitions so a tags file has been autogenerated in the directories. Now I want git to ...
2
votes
0answers
32 views

Best Practices to manage,build,deploy both 32 bit and 64 bit Versions of a Desktop C# Application [closed]

Is there any Best Practices document or manual from Microsoft which outlines the best practices to manage the development, build and deployment of both 32 version and 64 bit version of a C# Windows ...
1
vote
1answer
39 views

Egit push doesn't change files in remote repository

I came to know about the git / egit version control system last week, seems too good to be true .So thought to shift from SVN to git..Since last week I am trying to understand the basics and concepts ...
1
vote
2answers
67 views

experimental branch: how to record multiple alternative implementations?

I've set up an experimental branch in git, but I'm trying out a few different implementations of a feature, using different libraries. I'd like to keep a record of these, as my own documentation of ...
0
votes
0answers
17 views

Replace CA Endevor with open source SCM tools like SVN/GIT or something else

i have to write a paper about replacing Endevor with open source tools. My professor explained me Endevor as a source code management tool where i could create 3 stages for example: First stage ...
0
votes
2answers
37 views

Get compilation date as output

I have a matlab program that is called in .NET to do some calculations and generate output. I would like to have some kind of automatic version detection. For example, when the program is run, I ...
1
vote
0answers
18 views

Can antique versions of TFS generate a changelog report?

Don't ask why, but I'm using VS2003 and need to see what changes have taken place in all the files in my project between a certain date and now. I see how I can do that, namely by right-clicking on ...
1
vote
1answer
14 views

How does the Eclipse CDT indexer cooperate with version control?

I use both Git and ClearCase for different projects. I always wonder how the Eclipse CDT indexer cooperates (or not!) with the underlying version control. For example, when you "git checkout" ...
0
votes
1answer
15 views

Specific Source Control Solution for VB6

My company has a specific requirement to be notified or warned when someone is about to make a change to a module in VB6 if someone else is also making changes to the same file. I don't want to use ...
0
votes
1answer
12 views

How can you attach an Issue Number to SVN commits via command line?

I have set up my repository in TortoiseSVN to enable the bugtraq properties which enables the Issue Number field in the commit dialog. I am wondering how to pass the issue number to SVN when issuing ...
0
votes
0answers
11 views

Jazz scm, update sources

How to update sources using jazz scm. I used this command: lscm load -r "https://rtcserver.com" workspace And it downloaded whole repository into current directory. Unfortunately I don't know how ...
3
votes
0answers
55 views

Fastest way to get version controlled code back into RStudio

I'm using git as a version control system in RStudio. I have several different versions of an R script saved in git. Lets say, I've deleted a block of code but I've now decided I want to re-insert the ...
2
votes
0answers
17 views

SVN to Source Safe migration with History [closed]

Is it Possible to Migrate the project including history from SVN(subversion) to Visual Source safe..? How?
0
votes
2answers
24 views

Version control architecture for a large project with many dev groups

We are working on a very large portal project. We need a scalable source version control architecture such that, it should be scalable to many teams and possible incoming teams. There will be common ...
2
votes
2answers
27 views

Issue resolving conflicts in git

When I do a pull in git and have to do manual conflict resolution, I then do a rebase and I end up having to resolve the same conflicts again. I want to figure out a process where I only have to ...
0
votes
1answer
39 views

TFS Source Control returns HTTP Code 302 with remote user

I have a remote developer connected to my TFS via the internet. When he attempts to do a GET from source control, he fails to get a number of files with error messages as this: ...
0
votes
3answers
26 views

git: how to insert a [non empty] commit as the first, shifting all the others?

I want to insert a commit on my master branch that precedes my whole history. I have this software stack that I changed and commited the changed version as the initial commit. I realized my mistake ...
0
votes
1answer
11 views

Editing a patched file

I have a general workflow question: I get a patch from a co-worker and would like to further edit one of the affected files. How do I isolate my changes? I'd like to be able to keep my changes when ...
-1
votes
1answer
29 views

Using Git to put newly created source into GitHub repository

I have a repository on GitHub at https://github.com/andrewthommo/ComA I have newly created source on my local file system that I would like to enter into that repository. After looking at this ...
2
votes
1answer
25 views

Can a git repo be told to use the working copy as base data?

I need to apply version control to some very large files (1GB and up). (Yes, I know what I'm doing.) I'm stingy about storage space as I will have to back this data up over a relatively slow DSL line. ...
0
votes
3answers
35 views

Committing Code in Git where branch is ahead of origin by one commit

I have a scenario where i am working on a qa environment. I made some changes into the source code using vi editor. Now i want to commit above changes into the branch and then possibly push the branch ...
0
votes
1answer
17 views

Chrome Dev Tools: See Changes from inspector in sources, with color markers.

A couple years ago I remember I was able to see all my CSS and HTML changes highlighted in the sources, and it listed all the changes I made by line numbers. But I can't seem to find this feature ...
0
votes
2answers
24 views

How do I remove files from Subversion?

I am trying to remove the files out of version control in SVN. I accidentally removed them from my file system and every time I run SVN Status these files are shown with a exclamation mark in front of ...
1
vote
1answer
14 views

Is there a way to merge the commit history from an SVN repository to a Git branch?

We currently have several small semi-related SVN repos that are inactive as far as commits go. However, they occasionally need to be used and/or their commit history needs to be reviewed. We would ...
0
votes
0answers
23 views

Pros and cons of different strategies to managing shared resources in TFS 2012

Background According to the Visual Studio ALM Rangers, there are two major approaches to sharing resources (e.g. common libraries which are used in many separate products) in TFS 2012: Workspace ...
0
votes
1answer
25 views

Mercurial branching - share changes between bookmark-branches

Basically I have repository with such structure: A(branch:stable) -> B(branch:dev) -> C(branch:dev, bookmark:feature) (and similar siblings) In one of C sibling (to say - E) I made some changes that ...
0
votes
1answer
47 views

GIT GUI client on Windows for Unix GIT installation

Our company programs and runs data analysis on a Linux server. The programming is done in Windows clients (SAS, generally). Each project is only programmed by one person and is reviewed by another. ...
0
votes
1answer
18 views

Do git-clean changes propagate to remote server on git push?

I have accidentally git cleaned my local repository and i know i can't get those untracked files back. But i want to know if this change will be propagated to remote server (when i git push) or not?? ...
0
votes
2answers
34 views

Create new git repository excluding history but allow merges back

I have a tricky Git situation. I have a single Git repository, that I now need to share with another organization, and allow them to modify and submit changes back to me (and keep updated with future ...
0
votes
5answers
59 views

Language agnostic way to remove sensitive information from files before committing to Git

What are the recommended procedures for automatically removing sensitive information from files before committing to Git? For example, say I have the following in a file called code.rb: ...
1
vote
1answer
31 views

Deleting tracked file from the file system vs hg remove

I'd like to know if there are any consequences when deleting a tracked file from file system (e.g. via windows explorer) in comparison with when using hg remove to delete it from file system and ...
0
votes
2answers
38 views

Git - fetch+merge on feature branch, rebase on master

I have spent the last half hour reading up on merge vs rebase at Stack Overflow. As I understand things, rebase is good because it maintains linearity, but can be confusing for collaborators because ...
-1
votes
0answers
34 views

Are there any PHP version control systems out there?

I've been looking for an easy, VCS made in PHP 5, that have no dependencies or things like that. I've seen many examples of them, like Phing, or Git. But, they all require some sort of installation on ...
3
votes
3answers
81 views

How to avoid git conflicts in a team?

We are some developers who work on same project and we use git for the project. If two or more of us happen to work on same file, we receive git conflicts which are hard to deal with, sometimes ...

1 2 3 4 5 158