Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

10
votes
3answers
221 views

How do you apply development practices like version control, testing and continuous integration/deployment to system administration?

Imagine you're going to manage a number of servers with a number of different services that's used by a number of people. Now say you want to reconfigure or replace some software on one of those ...
2
votes
1answer
26 views

How can I share a live BZR repository with multiple users?

I'm not sure how best to ask this question. Over several years I've developed my way into a corner and need to figure some things out. I almost certainly haven't been following best practices up until ...
2
votes
1answer
57 views

subversion post-commit hook: print an error message that the user can see?

I have a Subversion repository created with Subversion 1.6.x. This repository has a post-commit hook, which performs an action every time a user checks in the file. Sometimes this post-commit hook ...
0
votes
0answers
53 views

How to install subversion on 1&1 server with windows?

I would like to start using Unfuddle for my project on 1&1 server. I never used subversion and core control before. So, I read a lot of documentation about it but each time, I get lost at the ...
1
vote
1answer
33 views

Robocopy and Mercurial

I recently took a new job, and one aspects of the job is maintaining the organisation's Umbraco website. The site was not under source control nor was there a testing environment. Changes were made ...
0
votes
1answer
23 views

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 ...
2
votes
2answers
178 views

Git-style incremental backup with rsync

I'm trying to setup a backup script on Ubuntu. Every day I want to copy my local source directory to a backup directory on a remote server uniquely named with the date. (e.g., backup-jan1/, ...
6
votes
3answers
230 views

Best way to deploy/update web production code

What is the best method to deploy or update code from a development environment to a live production one? I am used to using the good old filezila to first; delete then upload the new code to the ...
5
votes
7answers
97 views

Text-file based document preparation system

I am looking for a system to prepare internal technical documents that has the following basic features: source files should be human-readable text files, so they play well with revision control ...
2
votes
2answers
128 views

WMI is showing wrong version of Microsoft Access

We use Microsoft Access for certain database functions and as most of you already know an Access database can be very grumpy when accessed by an outdated version of Access. In order to control this I ...
1
vote
0answers
63 views

VisualSVN Server giving 405 Method Not Allowed

I'm trying to commit some files to a Subversion repository hosted in VisualSVN server, it's started giving me an error message I haven't seen before: Error: Commit failed (details follow): Error: ...
0
votes
2answers
291 views

TFS Check-In Exception - TF30042 Database is Full

I'm trying to check a rather large file into Team Foundation Server (TFS) and getting the following exception. TF30042: Database is Full. Contact your Team Foundation Server administrator. Problem ...
0
votes
1answer
49 views

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 ...
1
vote
1answer
120 views

svn server settings - no access allowed

Sorry for the beginner question. I am trying to set up a SVN server for the first time. I have the server running but every time I try to checkout I get an error: No access allowed to this ...
4
votes
1answer
91 views

Does Group Policy detect installed version before downloading an MSI from network

I used group policy to deploy an Adobe Reader X .msi file, which successfully updated the machines it was targeted to. The computer group those machines belong to still has a link to the GPO which ...
8
votes
3answers
181 views

What are possible drawbacks of an IIS 7 site having an NTFS junction as a web root?

I am trying to come up with a way to deploy ASP.NET code with as little site disturbance as possible. One thought was to set up the site to be served from an NTFS junction c:\www\example.com where ...
-2
votes
3answers
73 views

how to set up an svn thing in a live server so that i won't have to use an ftp client anymore ?

I have a typical hosting account with control panel, ssh access, now my question is, how to set up svn or git on that live account? so that whenever i develop something, I won't have to use FTP ...
0
votes
1answer
116 views

How to log in as a user in p4

I have an issue where users are trying to log in to their perforce account using p4 (not p4v), but it seems to start at a default account without permissions. When they try to logout with p4 logout, ...
0
votes
3answers
294 views

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 ...
0
votes
1answer
59 views

Development server for version control, wiki, and continuous-integration

I'm familiar with the typical development server stack: SVN Trac Jenkins/Hudson Now I'm looking for something that can handle distributed version control (I'm leaning towards Mercurial). Of ...
0
votes
2answers
59 views

Make a repository of an entire partition?

I like to have a good backup from my small debian server. Would it be a good idea to make a repository at "/"?
0
votes
1answer
26 views

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 ...
1
vote
1answer
65 views

Git, Init remote repository

we are changing our VCS from Subversion to Git. Server is installed and running so far now to get things done right: If I create a local repo on my machine and want to push/clone this to a remote ...
1
vote
1answer
264 views

How can I version controll my F5 Big-IP LTM load balancer configs while allowing changes via iControl or the web interface

Currently we use F5 Big-IP LTMs (IP load balancers) in our environment for load balancing. We have an existing process for making changes to LTM configs and pushing them out. I'm trying to figure out ...
8
votes
5answers
704 views

Safe to have /.svn/ folders on live site? (How to remove them but retain svn update capability?)

I'm doing svn update to update the code for my php website, but it leaves .svn/ folders all over. I think its dangerous to leave those files publically readable, but its very easy to update the ...
1
vote
1answer
324 views

Version-control of configuration files with different home names?

I have recently decided to use a version-control system to share my configuration files between my different linux installs. After reading another thread I found on this subject, I'm planning to do ...
0
votes
1answer
111 views

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 ...
2
votes
0answers
1k views

Mixing Subversion “SVNParentPath” and per-repository configurations?

Given a typical Subversion/Apache configuration using SVNParentPath, with repositories hosted under /svn/ like this: <Location /svn> DAV svn SVNParentPath /srv/source/svn/repos ...
1
vote
4answers
1k views

Debian or CentOS for VPS?

I'm in need for a VPS. My current hosting provider is able to provide with very cheap two options - CentOS and Debian. I don't expect a high traffic there, it is only so I can host my SVN repos (and ...
0
votes
1answer
57 views

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, ...
0
votes
1answer
31 views

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 ...
5
votes
8answers
255 views

Software Versioning Software

I am looking for a small software versioning (changelog) and bug submission system with a web-frontend. The features I only need is a change-log where users can see what they can expect and a tiny ...
10
votes
7answers
597 views

Making the move to source control

Ours is a fairly small company (3-4 programmers and 3-4 site designers) that develops a single-purpose PHP web app which provides the functionality to about 100+ websites. We've operated for a couple ...
0
votes
2answers
654 views

Subversion cluster / replication / HA

What's a good way of making SVN highly available? We take backups of our Subversion server, but this is not enough, as svn is very important. We would like to implement some HA mechanmism for ...
1
vote
2answers
123 views

getting linux kernel routing rules into version control

We currently use a number of linux routers, and currently a number of the team tend to jump into servers and change the routing rules when needed, and the auditing is becoming incredibly tedious. For ...
1
vote
1answer
181 views

Automatic versioned backups?

A small 20 person company wants a file share that everyone can access which has versioned file level backups. We don't plan to use the versioning often but we want it there if we need it. We already ...
2
votes
4answers
699 views

Git vs Mercurial server on Windows

I am deciding between setting up a Mercurial or Git server (via HTTPS) on Windows Server 2008. I have heard that Git support is sketchy for Windows client use, but haven't heard much (that are up to ...
1
vote
1answer
126 views

Mercurial clone ignore the ignored

So i have a local clone and a central repository. Now I need to create local clones from the main clone and use them. The problem is the clone command is ignoring the ignored files (like it should). ...
2
votes
6answers
274 views

Managing/versioning host-specific scripts (*nix)

We're currently using Puppet (with the manifests and related files in SVN) to manage configuration of our *nix hosts. However, I've hit a bit of a perplexing issue. Many of our hosts have scripts ...
2
votes
4answers
209 views

Version Control for print designers and editors

I've looked hard at other threads similar to this, but still can't find anyone with a good recommendation for a cross-platform (OSX, Windows) team workflow in InDesign that is easy and doesn't require ...
2
votes
1answer
180 views

How do I enable ZIP/TAR/BZ2 Download Buttons in my Mercurial HGWEB?

I recently got Mercurial running on my server, shared via Apache. When I browse to the repos via the web, I see a list of my repositories with Atom/RSS links, but no download buttons. My question ...
0
votes
1answer
331 views

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 ...
2
votes
1answer
101 views

I was just curious how far system admins go in setting up the workflows for the developers

Question: I am looking for links or personal accounts of lessons & experiences with setting up sets of servers\systems for developers. In particular I am interested in the amount of automation ...
9
votes
6answers
368 views

Is there a etckeeper equivalent for Windows? AKA Windows config revision-control

So, I want to make a central config file mercurial repository, so that I can have the changes to any config under revision control. This will include some GNU/Linux boxes (which will use etckeeper), ...
1
vote
1answer
252 views

Simple document/file management software

I'm looking for a simple way to share documents/files with other people via a web-based interface. The requirements are the following: runs on Linux web-based download/upload versioning basic ...
1
vote
1answer
120 views

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 ...
2
votes
2answers
159 views

Is there a way to add all files and directories that are unversioned to SVN repository?

Is there a way to perform an svn add command that will add only unversioned files? Currently if I try to do svn add on a direcotry that contains a mix of versioned and unversioned files I receive the ...
1
vote
1answer
476 views

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 ?
0
votes
4answers
136 views

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 ...
1
vote
5answers
152 views

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 ...

1 2