Version control, also known as revision control, source control or software configuration management (SCM), is the management of changes to documents, programs, and other information stored as computer files. It is most commonly used in software development, where a team of people may change the ...
0
votes
4answers
14 views
Keep different content of a particular file in a Git branch
I have a config.php which suppose to be different in content in different branches, e.g. testing and master.
I have asked in another question (Prevent merging a file from master with Git) that how to ...
0
votes
1answer
22 views
Best way to use npm and git?
I'm quite new to both git and npm, but I understand the basics, at least I think I understand.
Anyway I will describe the way I'm thinking to work, but I think there are better ways to do.
I create ...
0
votes
1answer
16 views
TortoiseHg - Setup for Single .NET Developer with Local Copy and Central Repo on Network Share
TortoiseHg is sending me mad! No pun intended.
I am a solo .NET developer just trying to achieve good source control e.g. diff and revert.
I wish to have a central repo on a network share e.g. ...
0
votes
1answer
16 views
Eclipse: how to list files not under SVN version control
Icons showing the status of the files are small and sometimes I miss a file on a commit because I forgot to put it under Version Control.
Is ther an easy way of listing the files of project which are ...
0
votes
0answers
8 views
SVN/svk remote dump crashing
I've been trying to remotely dump and svn repository using the tools in svk. My problem is that it can do it locally using svnadmin dump on the machine holding the repository, but my this machine ...
0
votes
1answer
23 views
Perforce (p4) shelve workflow?
I'm trying to devise useful workflows for working with p4 shelve. I'm a git user and miss a lot of its features.
The basic flow (store an unfinished changelist, do something else, go back to finish ...
0
votes
3answers
38 views
Visual Studio project conversion
I have a Class Library project created with VS2008 (for .net framework 3.5) that is used by several projects.
I'm starting a new project using VS2010 and I want to use this library in the new ...
4
votes
0answers
36 views
Visual Studio 2010 Not Recognizing proper Source Control Plug In
I work on different projects that use different source control providers. Subversion, Git, TFS, etc...
To work on Subversion, I've installed AnkhSVN.
To work on Git, I've installed the Git Source ...
1
vote
2answers
27 views
deploy website with mercurial
I am working on setting up a development/deploy cycle for one of our latest projects. Here is what I am trying to do,
Commit the latest code to local "mercurial" clone.
Push it to central repo ...
3
votes
2answers
38 views
How revision control system restores revision?
My question is more general than declared in title.
I know that source version control stores information only about differences.
As I understand so does Wikipedia, and so does github.
But they all ...
1
vote
2answers
68 views
How can I revert multiple Git commits (already pushed) to a published repository?
New to git, and already messing up.
I've commited and pushed some changes to a remote dev machine.
I need to recover an older version, but keep the "bad progress" doing so far to keep working on a ...
0
votes
0answers
7 views
Xcode: Adding WorkspaceSettings.xcsettings to source control
In Xcode, changing settings in File > Workspace Settings... are stored for each Xcode user separately. I want workspace settings to be set the same for all users. My goal it to have the built targets ...
0
votes
1answer
29 views
SVN Avoiding Duplicate Code
I am working on a project in php which has a 'toolkit' folder/repository of useful functions and classes and then several other folders/repositories called 'scrape', 'process', and 'serve' which each ...
0
votes
3answers
34 views
How to display RoR app code version on heroku?
For my Rails apps I normally deploy to production from a tagged version, and then display the tag in the user interface assigning the output of git describe --always to a variable in ...
1
vote
2answers
32 views
SVN relaltive path externals
I have a repository of tools I have written in php and a repository of application code which will use them. I want the two folders to end up on the same level when I check them out. I tried to ...
0
votes
1answer
18 views
Perforce: keep changes of the same file in multiple pending changelists?
Recently I have to work with perforce, and encounter some problem I never met in git. When I am using git, I will make commits corresponding to functional changes before pushing to the remote. I may ...
4
votes
4answers
51 views
How to setup SVN repository in XCode?
I have got to the point with developing iPhone apps that I need a way of managing versions. I have looked into the ways to do this through Xcode and I see that I can either go down the path of using ...
1
vote
1answer
59 views
Android Version Control and Git
I have a large Android Library project of reusable components that multiple application use. This library is under git control. The multiple applications that use this Android Library need to point ...
2
votes
5answers
62 views
Moving master head to a branch
I have several feature branches and a master branch. Feature2 is done. Normally I would rebase (working with a remote SVN repo and would like to keep the history, so no regular merge) and ff-merge. ...
1
vote
2answers
49 views
CVCS for people who use DVCS
I normally use Git for my projects at school and other personal projects. For an internship, we have to use an internal source control system that's very centralized (it seems to be very similar to ...
1
vote
0answers
40 views
Git Versioning and Library Projects
Please read both 1 and 2. If you are not an Android dev you could still help because this is a versioning problem as well.
Here is the situation:
I have inherited an android project created in ...
11
votes
1answer
120 views
Delphi TImageList Bitmap Changes
I'm using Delphi XE2 Update 3. Update 4 is not compatible with some of our 3rd party components, so we haven't updated yet.
I use TImageList's in my applications. I've noticed that many times when ...
0
votes
4answers
50 views
Syncing code across multiple computers, with minimum effort
I would like to be able to sync source code and entire projects across multiple computers(3 to be precise). I have tried using git, but have never been able to get a hassle free experience, maybe ...
1
vote
1answer
28 views
SVN hook pre-revprop-change not working
I know that this has been asked many times before, but I believe my situation is different.
I am trying to add a pre-revprop-change hook to our SVN repository to enable changes to be made to log ...
0
votes
1answer
16 views
Whats the maximum size of file that can be handled by CVS?
I am trying to work with a file which is around 1GB. This file is constantly made changes to and committed to the repository and updated frequently by other users. And this file will only get bigger ...
0
votes
1answer
20 views
Apply a diff from one branch as a patch to another in Visual Studio TFS
We have a project in which we've been doing some work in a Branch for version 6.1. One of the changes made in the 6.1 branch (changeset 1800) was a bugfix, and someone decided it's urgent enough to ...
1
vote
2answers
30 views
Small team remote server based simple version control (VCS)
We're a small team and we need to deploy a small, simple and easy to maintain VCS. In past we've been using ftp based sharing where we shared zip of source, we need to improve it. I've been looking ...
0
votes
1answer
21 views
How to use SVN and Eclipse in workspace together?
I wrote a simple app for Android but now I want to put it into version control.
So I installed Subclipse but there are two problems:
My project is in [workspace]/MyApp but I want to move it into ...
0
votes
0answers
26 views
Xcode 4.3.2 problems using git
Hello Stackoverflow fellows,
Since I installed Xcode 4.3.2 I'm having a lot of problems using git. The File->Source Controls commands doesn't work properly, but if I use git on console then things ...
0
votes
1answer
22 views
Is there a way to import/export SourceGear Vault to Git
I have a source control system using SourceGear Vault.
I'm playing with Git and wanted to see if I could get my SourceGear repo into Git.
I cannot see any way to do this.
Can anyone recommend a way ...
1
vote
2answers
40 views
(Mercurial/tortoisehg) Lost commits - how to troubleshoot
A colleague of mine was working on a VS project this morning, which he claims was in a folder clone of our central repository. He built a release version of the application which is still there with ...
0
votes
1answer
23 views
TFS: Mapping to same folder for different users
Our team works on virtual machines. These machines have the same name and a common location(d:\Build) that everyone works against. How can we map different people's workspaces to work against the same ...
0
votes
2answers
37 views
Merge two modified versions of an original string
This is related to version control, in a parallel modification situation where we do not know the exact timing of changes, so we assume that we receive two modified versions of a file at the same ...
0
votes
1answer
33 views
Core Data versioning and SVN
I use Xcode Repositories for working with svn, and today i added a new version to my Core Data Model and tried to commit it. But Xcode through an error:
svn: Commit failed (details follow):
svn: ...
3
votes
1answer
52 views
upgrading a VERY old SVN Repository
We currently have an SVN Server, using VisualSVN as our front end server, and most clients are running Both VisualSVN and TortoiseSVN.
The current repo we have is going back a while... it was ...
5
votes
1answer
84 views
Centralized live collaborative editing in Visual Studio
Now before you shoot me for bringing up a duplicate question on SOF, let me first acquaint you with exactly what I'm looking for, and I will address other questions and answers and why it is ...
2
votes
1answer
43 views
How to merge a gist on github?
I have a gist on github that someone forked and made changes to. I like their changes.
Is there any way to merge the changes back into my original gist?
0
votes
0answers
15 views
Alternative Version Control for a fragmented (deviated) project [closed]
Our company widely uses CVS as a version control system, which by and large works just fine. That said though I have now become Architect on a legacy project where the repository is in a bit of a ...
2
votes
0answers
26 views
Visual Studio - Detect Source Control Provider
I'm using VS2010. The projects that I'm working on use different source control providers, TFS, Mercurial or SVN. Is there a way in which I can configure VS to start with a specific source control ...
0
votes
2answers
27 views
Managing multiple copies of same project as different project under subversion in best way?
We have one project built upon asp.net framework 2.0. It is completely tested and working really well. Its an old project and I have requirement to implement same for 3 new sites with just changing a ...
2
votes
2answers
61 views
Remove deleted files from git history
I'm trying to split a subproject off of my git repository.
However unlike in
Detach subdirectory into separate Git repository
I don't have it in it's own subdirectory (and moving it in and doing the ...
0
votes
3answers
42 views
Xcode won't let me create a snapshot, because I don't exist
just tried to create a snapshot of one of my projects. It didn't work, and Xcode did throw the following error at me: "Unable to create a snapshot. fatal: You don't exist. Go away!"
Source control ...
1
vote
3answers
32 views
Version control without clutter
I personally don't like the .gitignore or .svn in my client copies. What is the best clutter-free server/client based versioning software that I would like to use for hobby projects for free. Because ...
0
votes
1answer
17 views
See which files were not committed using VSS
I would like to know if there is a way of figuring out which files in a folder were not committed in VSS 8.0.xxxxx.
Any feature in VSS 8.0.xxxxx to achieve this?
Many thanks,
Vlad
1
vote
3answers
39 views
git staging server
We are working on setting up a git environment, and for our workflow, we would like to do the following:
The issue is that I want to be able to easily pick and choose which changes I want to push ...
2
votes
2answers
57 views
How to restructure a mercurial repository with two main, parallel branches
The history of my repository looks like:
A -- B -- C (branch "foo")
\
-- D (branch "bar")
The two branches are both "shipping" branches, and are essentially different frontends to a ...
0
votes
0answers
14 views
Gerrit hooks in SourceTree OS X
Is there a way to get gerrit hooks using SourceTree when I clone a repo. Currently, I clone a repo and have to install the hooks from Terminal?
0
votes
2answers
44 views
Product and Unit Testing: same workspace?
For a long time we kept unit testing as a separate project/workspace that occasionally we attached to product project to run unit tests on the fly.
Recently we decided that the ability to run unit ...
1
vote
0answers
16 views
svnant status returning wrong results
I am using svnant and using the status task.
When i use the tortoisesvn status on the command prompt in windows 7 in the basedir of my repo, i get the following:
M Build\build.xml
M ...
0
votes
2answers
23 views
How to automatically merge on upload
I am searching for a solution to automatically merge files on upload.
To be more precise, we are working in small groups doing web-development, working on the same folder on our Debian Server ...