Questions tagged [version-control]

124 questions
2
votes
4 answers

Is there an LMS plugin for student SVN repositories?

Software development students need practice with revision control tools. To that end I'm looking for a plugin for our LMS that will give the students an individual SVN repository. We use angel, but BlackBoard, Moodle or whatever else you might use…
jldugger
  • 14,342
  • 20
  • 77
  • 129
2
votes
5 answers

Website deployment - managing user-uploaded content?

I'm a programmer by trade, "server administrator" by company necessity. We're looking at dumping the old painful "update site by FTP upload" style of deployment. Having the webserver check out the latest code base from version control into a folder…
Legion
  • 233
  • 1
  • 7
2
votes
1 answer

Controlling clone access to multiple mercurial repos served via hgwebdir.cgi

Possible Duplicate: Read access control with Mercurial and Apache I'm trying to host multiple Mercurial repositories for my clients. I need to control access to each repository individually — not just push access, but clone as well. I've got an…
Chris Lawlor
  • 181
  • 1
  • 6
1
vote
1 answer

How to fingerprint (euclidian distance) a filesystem on linux?

I have a large number of systems (100s) managed by a small group of people which has changed over time. Each system is installed using a base image (which has its own version which is different depending on the age of the installation) which is…
1
vote
1 answer

Will Team Foundation Version Control ignore the git folder?

I have a Visual Studio project that I am going to add to our companies TFVC. I will be doing so from inside Visual Studio. I use git from the command line while I'm developing. When I add my Visual Studio project to TFVC will my git folder be…
Bill Greer
  • 275
  • 1
  • 3
  • 16
1
vote
1 answer

Possible to Trigger CodeDeloy to deploy code on codeCommit Push Trigger?

I have setup a deployment of code in code-commit. I have my code present in CodeCommit. As soon as there is a code pushed to master branch, i want that master branch code to be pushed to production (which is through codeDeploy). Is there any way i…
Farhan
  • 4,269
  • 11
  • 49
  • 80
1
vote
1 answer

Lightweight Revision Control for copying config files from a testing server to production server

I am working with EC2, and trying to set up a good system so that I can launch an instance, make changes to a few files (e.g. init scripts), and copy those changes over to the production server, with the ability to roll back changes. I found this…
jberryman
  • 914
  • 2
  • 10
  • 25
1
vote
1 answer

git cluster client setup. Push to Server A...replicate to server B...Clone server B

I would like to create a Git read/write cluster. That is clear how can I make it on server side. How replicate the commits from Server A to server B. I try to search how can I set on client side to clone and read from server B and push/commit to…
GergA
  • 149
  • 10
1
vote
1 answer

FTP mirror with version control

Consider this: I have ftp server ABC ~30GB and thousands of directories and files I have read only user to this ftp this is not my server, I do not have access to it's administration/configuration Can I create FTP mirror with version control? I…
BlueMark
  • 1,089
  • 1
  • 9
  • 8
1
vote
2 answers

Git fatal: unable to write new_index file

We are a web development company that is transitioning to Git. Eventually we intend to run it fully locally but at the moment we have development websites hosted on a Linux server, which is also where the Git repos are (which I create via Tower on…
MikkyX
  • 195
  • 3
  • 12
1
vote
0 answers

Openshift origin - jenkins connection to external servers

I was wondering is it possible to build openshift origin the way where we can provide jenkins software + connection there to our version control server (includes mercurial, subversion, git). In a nutshell can we build those three from external…
1
vote
1 answer

SVN Commit Not Updating Files On Server

I have followed this guide http://wiki.centos.org/HowTos/Subversion and everything has worked as far as 5.3 (i can check out files). I had an existing directory "/var/www/file-manager". This directory is mapped to a virtual host (ie this is a live…
Dan Hastings
  • 706
  • 1
  • 13
  • 24
1
vote
0 answers

Does anyone know how to use a Bazaar repository with TeamCity?

I am using Bazaar for some projects and generally like it. I recently started looking into integrating it with TeamCity and thought it would be quite easy until I found that it wasn't supported out of the box. I have installed the bzr4j…
1
vote
5 answers

SQL Server and SourceSafe

I have a setup of two SQL server(these are independent, only for development and testing) running computers and I would like to be able to use source safe so that I can keep these two SQL servers in sync(they are on a LAN). I have SQL server 2008,…
Earlz
  • 1,019
  • 5
  • 13
  • 29
1
vote
2 answers

Syncing a directory with an SVN repository

I need to create/update/delete files in a directory (and its subdirectories) every time an SVN repo is updated. I was told this can be done writing a script which uses output from svnlook changed command. I wonder: Is there an already written script…
porton
  • 312
  • 1
  • 14
1 2 3
8 9