Questions tagged [version-control]
124 questions
1
vote
1 answer
Error: Retrieval of mergeinfo unsupported by ‘svn://IP.Address’?
I am trying to merge a Branch to Trunk using the TSVN 'Reintegrate a branch' feature. However I get the following error.
Error: Retrieval of mergeinfo
unsupported by 'svn://IP.Address'?
What is the reason for this error? Also is there some other…

Amitabh
- 131
- 4
1
vote
2 answers
How to setup Secure SemiPublic Revision Control System
I have a windows server with a project configured with a revision control system.
Suppose it's GIT or SVN or ....
Suppose there are 10 people around the globe working on this project.
The first thing that comes in to mind is to secure the…

user24912
- 237
- 1
- 5
- 9
1
vote
1 answer
enquiry on performance boost/hit for centralized source code location
My website currently has multiple windows servers , all of them local in intranet, and each of them have the same source code in the same folder. Currently my workflow is every time I want to Live a new feature, I have to copy and paste to each of…

hafwan
- 23
- 4
1
vote
1 answer
What are alternatives formats to pg_dump for the purpose of diff-ing schema?
We are storing pg_dump produced schema DDL in our version control.
We find that comparing pg_dump ouput before/ after migration scripts are applied gives a better sense of the changes that are being applied.
However, the problem that I am facing…

Gajus
- 851
- 5
- 16
- 28
0
votes
1 answer
CentOS 6.9 : Remove MySQL and Reinstall another version
My server is on CentOS 6.9, I'm using yum to install packages.
My problem : I'm trying to install mysql service using this command :
sudo yum install mysql-server
The yum loads an incompatible version mysql-community-server-5.7.20-1.el7.x86_64, It…

Hamza Abdaoui
- 103
- 5
0
votes
0 answers
Owncloud Version Control
is there a way to check WHO changed a file via the version control of OwnCLOUD7 ?
If that is possible, could you provide me the link, which is proving that, because I havent found anything.
Thanks in advance.
Twinhand

Twinhand
- 83
- 5
- 15
0
votes
2 answers
Connecting to virtual machine on host computer
I ultimately wish to run a FreeBSD virtual machine on my Vista computer to act as a server so I can test several projects. Im getting the FreeBSD vm set up with apache, php etc but how do I connnect to the vm from my computer? How do I…
druandran
0
votes
1 answer
How to structure the relationship between production scripts and version control?
I'm responsible for maintaining a series of scripts, the purpose of which is to pull data from an API once a day and update a database. When I took over this role, the scripts were stored in SVN, and once a day a cronjob would run as root, update…

Patrick McCarthy
- 101
- 1
0
votes
1 answer
Can saltstack update itself then run highstate
salt stack is being used with bit bucket. there are 2-3 of us who push updates to it occasionaly. I was wondering is there a way where salt stack can get the latests changes from bit bucket then highstate? if so how would you go about doing so.

secure212
- 228
- 1
- 3
- 10
0
votes
2 answers
ESX Free: Creating clones of VMs to run concurrently as a branch version
I have ESX free (most recent version 5.X) installed on a standalone server with an internal datastore in a RAID 5 setup. The VMs will be Windows mostly with some Linux and will be dedicated to performing Software builds using Visual Studio and GCC…
user160910
0
votes
2 answers
Bash files with Github
I've never saved any of my bash scripts with an extension and I've just recently pushed a bash script to Github and realized that it's not properly highlighting the correct syntax such as: comments, variables, loops, etc. Github has even tagged the…

Dford.py
- 111
- 4
0
votes
2 answers
Using Git as a means to sync zabbix instances
So in our environment, we are using a custom build of Zabbix as a monitoring solution. We have Zabbix deployed to four different sites, and would like to ensure that the build is consistent across all four sites.
So far, we have a Git repo holding…

TuxOtaku
- 59
- 7
0
votes
1 answer
Automatic updating a Web site on SVN submit?
Suppose we manage a site http://example.com and its newer testing version http://new.example.com with Subversion (SVN).
Would the following be a good idea:
automatically update the site (http://example.com) every time when the STABLE branch is…

porton
- 312
- 1
- 14
0
votes
2 answers
howto structure a version control repository of sys admin scripts
I think by now all sys admins have started to amass a large collection of scripts for kinds of scenarios, user management, server builds, incident mitigation tasks, app deployment.
and like most sys admins I've got these scripts kept in a bunch of…

Preflightsiren
- 457
- 2
- 8
0
votes
1 answer
Linux Program Source Management
This particular problem has little do with SubVersion Repositories and more to do with the management of installed programs. My question revolves around the problem of installing a program from source. If I where to build a distro with no package…

Blackninja543
- 195
- 1
- 1
- 9