Questions tagged [version-control]

124 questions
0
votes
2 answers

Checking out repository based on loaded SSH keys

I have setup my git server using Gitosis. I need to checkout the repository as different user on the same machine. Suppose there are two machines: Linux based server (on which the repo is held under user name "GIT"; another user "Dev1" is one of…
Anuj Patel
  • 101
  • 2
0
votes
4 answers

Correct Git clone syntax for SSH

I'm trying to access a remote git repository using SSH but I'm getting a fatal error - is there a problem with my syntax? I've created a git repo in the mysite folder on my server - so the repo is at /home/mysite/.git git clone…
harry83
  • 11
  • 1
  • 1
0
votes
1 answer

How to synchronize adds and modifications with another a local folder on Windows Server 2008?

I am looking for a solution to mirror a folder at every change by synchronizing it with another local folder (let's say C:\Data and C:\Mirror) : synchronize new files and modifications but do not synchronize suppressions. I know this is possible…
0
votes
2 answers

How to install Visual SourceSafe 2005?

OK, this would seem old and odd...but it still needs to be done. We actually have a file server (NAS) that has VSS 6.0 on it, basically the .exe files, etc. are in a share and the users run the .exe file to open VSS and check in/out documents. I've…
TheCleaner
  • 32,627
  • 26
  • 132
  • 191
0
votes
1 answer

Microsoft Project cannot access to Team Foundation Server

I'm trying to connect my Microsoft Project 2010 to a team foundation server in order to create a project connected to my server in order to edit tasks and so on... Well, in the ribbon top bar, I click the Team Tab and then the Choose Team Project…
0
votes
1 answer

LAMP Stack Version Help -- Is there a website or version tracker source to help suggest the right versions of each part of a platform stack?

Taken singly, it's easy to research versions and compatibility. Version information is readily available on each single part of a platform stack, such as MySQL. You can find out the latest version, stable version, and sometimes even the percentage…
0
votes
1 answer

What kind of access would a VPS.NET server allow me?

I am looking for a hosting server that I can do a checkout from a svn repository hosted somewhere else. I also would like to be able to make changes to the apache2/httpd.conf Would I be able to do this with a VPS.net hosting account (with say 1 node…
JD Isaacks
  • 895
  • 5
  • 14
  • 25
0
votes
1 answer

svn over https/ssl + nginx?

is svn ( or any other version control system) over https (so the sending of the code is secure) served by nginx possible scenario? Or do I have to run apache? I don't want to give ssh access to somebody else but there will be others working…
Radek
  • 1,153
  • 4
  • 26
  • 39
0
votes
1 answer

How do I open firewall ports for Windows file sharing?

This is required for Visual SourceSafe to work. I need to know what ports need to be open to the outside, so Windows file sharing can respond to users in the public internet. Users need to be prompted for domain credentials when they try to…
0
votes
1 answer

SVN Or Git Users & Permission management

Which one is better for user management, adding users to special repo and grant special permissions on them (Read or Write). SVN or GIT ?
user24912
  • 237
  • 1
  • 5
  • 9
0
votes
4 answers

Is there a way to secure my server and give 10 untrusted persion my ssh access

Okay here is the situation, I bought a hosting server that gives me version control and ssh access. I'm working on a big project that needs team work so I need at least 10 person around the globe to work on the project,. this is the structure of the…
user24912
  • 237
  • 1
  • 5
  • 9
0
votes
0 answers

Filter report in PDQ based on number of application versions

I have a semi-large user base (approx 600 clients), all of them with standardized and individual applications. We manage most of the software with PDQ, but users are allowed to install their own software as well. From time to time, some of the…
Roger M
  • 147
  • 16
0
votes
1 answer

How can I update php 8 on a linux server without internet access?

Operating System: Redhat 8.4 Internet access : no access to redhat server : ssl vpn Current php version : 7.4 Purpose: Make php version 8 How can I do that ?
0
votes
1 answer

Is there any tool or service for checking your server's version and detect vulnerabilities and patches?

I am looking for a tool or something like a server/control panel that can list all the infrastructure I am using and its version (i.e. Redis Server version 6.4.x). It would be useful in order to get a better control of the infrastructure and update…
mtm41
  • 1
-1
votes
1 answer

Remote OpenWRT version control?

I'm in a slightly inconvenient scenario, where I will potentially have hundreds of remote OpenWRT devices located around the world. I will not have access to the networks in which OpenWRT connects to via ethernet. Because of this port forwarding…
1 2 3
8
9