Link to home
Start Free TrialLog in
Avatar of Grime121
Grime121

asked on

Subversion - Maintaining Repsitories on Multiple Servers

I need to install subversion on multiple servers including development web servers, test web servers, and production web servers.

Hardware/Software Setup:
Currently there is only one production web server and 2 dev web servers, however these numbers will be increasing very soon and we will most likely be throwing some test servers into the mix. All servers are running either RHEL5 or FC5. The subversion repository will be /home/httpdocs/html on all of the servers.

What I Need to Accomplish:
I need for a respository to be set up on each of the servers so that our development team can check in and check out files from the development repositories. Once they are satisfied that the web pages are working properly they need to be able to copy them to the production web server(s) respository.

Problems I'm Running Into:
I messed with Subversion for about half a day a few weeks ago, and the problems I ran into are as follows: What is the admin command to set up a directory as a repository if it already contains files? What front ends are available for Subversion? They are currently using Coldfusion for their web design, and I'm sure they would much prefer to stick with that rather than having to SSH into the server. I could not seem to get Coldfusion to talk to the Subversion repository that I was testing with several weeks ago. What are the steps to configure this? Lastly, is there a method with either Coldfusion or Subversion itself to access multiple repositories at the same time? For instance, when we get more production web servers is there a way that the repositories on all of the production web servers can be updated in a single instance rather than having to access each repository individually and update the files, or would this be something only accomplished with clustering?

Although I know Linux fairly well I have never used CVS or Subversion before. Your help is very much appreciated!!

Oh, also, what is TRAC, and can it be useful in this circumstance?
ASKER CERTIFIED SOLUTION
Avatar of mzalfres
mzalfres
Flag of Poland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Forced accept.

Computer101
EE Admin