SVN for actual VirtualHost


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting SVN for actual VirtualHost
# 1  
Old 08-07-2017
SVN for actual VirtualHost

hi,


Earlier I had this thread posted on "UNIX for Experts" Group here in unix.com, but somehow no one bothered to respond, so I thought someone might be able to help me here.

In short,

I have to make accessible a directory via SVN to all 5 developers, call it /var/www/html/beta3


The current setup, shows me that users are able to update/modify/commit changes in their local clients (tortoiseSVN after connecting to main repo) but those changes are not reflected on main folder "/var/www/html/beta3"/.

these are only local changes made by each developer and other developers can also see them , but not on the web-server side.


My Post on UNIX For Expert on UNIX.COM


Any help
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Making post down hook script for svn regarding sending emails after an file is committed in svn

Hi Folks , I am asking this question but i apologise please if this is not the correct forum , I have to develop a shell script that i want to place in at hooks/post-commit , that is basically i have to develop a post hook script and the main functionality of that script would be lets say if... (0 Replies)
Discussion started by: sunsun06060606
0 Replies

2. Linux

Apache/2.2.25 VirtualHost not working

I am having problems in implementing the virtual hosts here in my server. I have this one cloud dev server: Amazon Linux AMI release 2013.03 (based on RHEL like CentOS) with Apache 2.2.25 installed and I'm trying to create 2 virtual hosts: test-kalc.tk and test2-kalc.tk. If I go to... (2 Replies)
Discussion started by: jpdoria
2 Replies

3. Red Hat

apache httpd virtual hosts setup keep hitting the same VirtualHost

I'm trying to set up two virtual hosts. Here's my httpd config: <Directory /Users/userX/dev/sandbox-2> Order deny,allow deny from All Allow from localhost </Directory> NameVirtualHost 127.0.0.1 <VirtualHost 127.0.0.1> DocumentRoot "/Users/userX/dev/sandbox-2" ... (0 Replies)
Discussion started by: GlideK
0 Replies

4. Solaris

How to integrate SVN client to SVN server repository.

Hi, I am new to SVN configuration on Solaris 10.I have installed SVN client version 1.7. bash-3.00# ./svn --version svn, version 1.7.4 (r1295709) compiled Mar 2 2012, 12:59:36 Here my requirement is how to integrate svn client to One of the SVN server repository. My repository... (0 Replies)
Discussion started by: muraliinfy04
0 Replies

5. Shell Programming and Scripting

virtualhost script

can anyone help me to write a script to delete the virtualhost entry in apache vhosts.conf file: hint: when i enter ./deletedomain test.com it should delete the test.com virtualhost entry from vhosts.conf file (2 Replies)
Discussion started by: pssooraj72
2 Replies

6. Web Development

Apache virtualhost dinternal domain

Hello, I have have installed two web applications on one server with one IP address and one domain name (mynet.intra). Is it possible to configure in apache 2.2 that access to one application would be from "app1.mynet.intra" and to another application from address "app2.mynet.intra"? Document... (1 Reply)
Discussion started by: kreno
1 Replies

7. Shell Programming and Scripting

Following Symlinks to Actual Script

I need to have my script know what directory it's in, even if it's run from a symlink located elsewhere. Here's what I've come up with, for the benefit of anyone with a similar need, but I'm also interested to know if there's a more elegant solution. I'd rather not get into awk-land, but I couldn't... (2 Replies)
Discussion started by: jeffclough
2 Replies

8. Web Development

Apache: Forward Proxy Via Virtualhost

I've set up a forward proxy within a VirtualHost (see below) on Apache 2.2.11. I then browse using mydomain.com:80 as the proxy - I've also tried using the IP address of the VirtualHost xxx.xxx.xxx.xxx:80. It works fine, the only problem is that in both cases the server's main IP address is always... (2 Replies)
Discussion started by: krunksta
2 Replies

9. Shell Programming and Scripting

How to find the actual process name

Dear All I have created customisation appliaction for my application process which look likes below, 364688 ach_outbound -proc nla_acho_equ_01 -format EQUENS0001 DEQ WAIT 1167452 listener -p 42662 hostget_server -proc at_vld 11874 at_vld IDLE 1560634 listener -p 11870 menu IDLE... (4 Replies)
Discussion started by: manas_ranjan
4 Replies

10. UNIX for Dummies Questions & Answers

Apache httpd.conf <VirtualHost> issue

I have just configured httpd.conf on a new Redhat 9 install. Below are my additions to httpd.conf. Everything works fine except that when typing http://spetnik.d2g.com into my web browser, I am sent to the "Default catch all" site. Any clues? NameVirtualHost *:80 #Default catch all ... (5 Replies)
Discussion started by: Spetnik
5 Replies
Login or Register to Ask a Question
Padre::Plugin::SVN(3pm) 				User Contributed Perl Documentation				   Padre::Plugin::SVN(3pm)

NAME
Padre::Plugin::SVN - Simple SVN interface for Padre SYNOPSIS
Requires SVN client tools to be installed. cpan install Padre::Plugin::SVN Acces it via Plugin/SVN REQUIREMENTS
The plugin requires that the SVN client tools be installed and setup, this includes any cached authentication. For most of the unices this is a matter of using the package manager to install the svn client tools. For windows try: http://subversion.tigris.org/getting.html#windows. Configuring the SVN client for cached authentication. Because this module uses the installed SVN client, actions that require authentication from the server will fail and leave Padre looking as though it has hung. The way to address this is to run the svn client from the command line when asked for the login and password details, enter as required. Once done you should now have your authentication details cached. More details can be found here: http://svnbook.red-bean.com/nightly/en/svn.serverconfig.netmodel.html#svn.serverconfig.netmodel.credcache AUTHOR
Gabor Szabo, "<szabgab at gmail.com>" Additional work: Peter Lavender, "<peter.lavender at gmail.com>" BUGS
Please report any bugs or feature requests to <http://padre.perlide.org/> COPYRIGHT &; LICENSE Copyright 2008, 2009, 2010 The Padre development team as listed in Padre.pm. all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-02-01 Padre::Plugin::SVN(3pm)