Version control is the management of changes to documents, programs, and other information stored as computer files.
0
votes
0answers
5 views
Migration of database changes to some hosts
I'm thinking about the best way of solving such task:
I have mysql db on one server, where I can modificate some tables (add, update and remove information). After modification I have to publicate ...
0
votes
2answers
16 views
How to perform better document version control on Excel files and SQL schema files
I am in charge of several Excel files and SQL schema files. How should I perform better document version control on these files? I need to know the part modified (different part) in these file and ...
-1
votes
1answer
33 views
closed source version control software [closed]
Why would some people purchase closed source version control software (such as Code co-op and plastic SCM) while there are many open source software like git, Mercurial and Bazaar? Does closed source ...
0
votes
2answers
15 views
making debug code and release code equal in visual studio 2012 express
I'm a beginner with visual studio 2012 express and applications development in general. Right now I have release code that is spot on to what I want the app to do and output. When I change the ...
-1
votes
1answer
41 views
Version Control Software for Python Development [closed]
I am looking for a version control software that works best for python development. I found that Mercurial, Bazaar, and Codeville are written in Python, so I think it would be easy for python users to ...
0
votes
0answers
8 views
Mongoose point-in-time versioning
I don't think this question is Mongoose specific, but I'm trying to figure out the best way to handle it in Mongoose. If I have a schema like:
var userSchema = mongoose.Schema({
user_id: ...
0
votes
0answers
7 views
Big project layout [migrated]
I want to know how to manage a big project with many components with version control management system.
In my current project there are 4 major parts.
Web
Server
Admin console
Platform.
The web ...
2
votes
3answers
59 views
How can I tell Emacs my git branch has changed?
At the bottom of my Emacs 23 editor, I notice that Emacs is aware that I am working in a directory that is under version control, what that version control system is, and what branch I am currently ...
0
votes
2answers
35 views
Converting from Hg to git, taking opportunity to edit history
So I have a Mercurial repository that I want to convert to git, nothing special there, I know how do that, fast-export as explained here is a brilliant tool for that.
What I want to do, is take this ...
0
votes
1answer
7 views
Missing references in tortus SVN
I am checking out code from an SVN server, and when I do, all of the references are some how not picking up in the code. The references are still there in the references folder, but they aren't being ...
0
votes
1answer
23 views
Why does the git branch name changes when there are conflicts?
I am a newbie using Tortoise Git ONLY to commit/revert and GitBASH to pull and push. (I face some ssh issues to commit using GitBASH and my question is not about it). I've two parts to my question.
I ...
0
votes
1answer
21 views
Git pull compare auto merge workflow
I use a great tool for comparing folders and files called Araxis Merge. It has saved my butt so many times through my career that I am forever thankful and I use it frequently. I am aware that ...
0
votes
1answer
33 views
How do you turn off version control in android studio?
I set up my Github with android studio, everything worked fine, the problem now is though, that I can't seem to turn off, or get out of version control to use the IDE normally again.
This means that ...
1
vote
1answer
30 views
Discard remote changes in SmartGit/Hg
How can I discard remote changes in binary files when merging? There is only menu item to discard changes in local file. When I'm trying to "resolve" it tells it can't do that thing for binary file.
...
1
vote
1answer
33 views
How to manage IDE files in a git repository?
The application is developed using Sencha Architect, which uses a host of auxiliary files for managing various IDE-related things (export paths, versioning of the IDE etc.).
Some of these files will ...