RE: SVN

2016-06-29 Thread Somashekarappa, Anup (CWM-NR)
Hi Stefan, We have used mod_dav_svn to integrate SVN to apache 2.2. But now we want to move to apache 2.4 with same version of SVN. SO wanted to know how to move to apache 2.4( apache 2.4 is already installed but not sure how to integrate with SVN ). Thanks, Anup From: Stefan [mailto:luke1.

SVN

2016-06-28 Thread Somashekarappa, Anup (CWM-NR)
Hi, How can we move to apache 2.4 from 2.2 for the already installed SVN. Thanks, Anup ___ This email is intended only for the use of the individual(s) to whom it is addressed and may be privileged and confidential. Unauthor

RE: Serf

2016-06-22 Thread Somashekarappa, Anup (CWM-NR)
@subversion.apache.org Subject: Re: Serf Hi Anup, On 6/20/2016 15:48, Somashekarappa, Anup (CWM-NR) wrote: Hi Team, I am installing svn 1.9.4 and got the below error. Which distribution do you use? Or did you compile SVN yourself? “unrecognized url scheme for svn” When I searched it is because of

Serf

2016-06-20 Thread Somashekarappa, Anup (CWM-NR)
Hi Team, I am installing svn 1.9.4 and got the below error. "unrecognized url scheme for svn" When I searched it is because of serf/neon lib. So trying to install using the below link but it is not working. Any other steps to install those lib. Can that be installed using "yum"? if so, may I

RE: SVN upgrade

2016-06-16 Thread Somashekarappa, Anup (CWM-NR)
2016, June, 15 8:04 AM To: users@subversion.apache.org<mailto:users@subversion.apache.org> Subject: Re: SVN upgrade On 6/15/2016 1:50 PM, Somashekarappa, Anup (CWM-NR) wrote: Hi, I am trying t compile the source code to upgrade from SVN 1.7 to 1.9.4 but I am getting the below error. Could

RE: SVN upgrade

2016-06-15 Thread Somashekarappa, Anup (CWM-NR)
le or directory make: *** [install-fsmod-lib] Error 1 From: Stefan Hett [mailto:ste...@egosoft.com] Sent: 2016, June, 15 8:04 AM To: users@subversion.apache.org Subject: Re: SVN upgrade On 6/15/2016 1:50 PM, Somashekarappa, Anup (CWM-NR) wrote: Hi, I am trying t compile the source code to upgrade fro

SVN upgrade

2016-06-15 Thread Somashekarappa, Anup (CWM-NR)
Hi, I am trying t compile the source code to upgrade from SVN 1.7 to 1.9.4 but I am getting the below error. Could you please send the steps for upgrading since I couldn't find any good document in web ? I am trying to follow the steps mentioned in http://svn.apache.org/repos/asf/subversion

Upgrade SVN

2016-06-08 Thread Somashekarappa, Anup (CWM-NR)
Hi Team, May I know how to upgrade SVN from 1.7.8 to 1.9? Thanks, Anup ___ This email is intended only for the use of the individual(s) to whom it is addressed and may be privileged and confidential. Unauthorised use or discl

E175002

2015-07-13 Thread Somashekarappa, Anup (CWM-NR)
Hi, We are frequently getting the below error when trying to downloading svn data from jenkins. Issue will get resolved when we restart jenkins slave node.Any idea what is the root cause? org.tmatesoft.svn.core.SVNException

SVNSYNC

2015-01-16 Thread Somashekarappa, Anup (CWM-NR)
Hi, We do have Master- Slave set up and slave has been initialized to Master url. Master Url : http://svnserver.com:8080/svn Slave Url : http://svnSlave.com:8080/svn We have synced master and slave using the below command from master. svnsync --non-interactive sync http://svnSlave.com/svn-pro

Migration

2014-12-24 Thread Somashekarappa, Anup (CWM-NR)
Hi, We are migrating SVN from one server ( linux ) to other linux server . WE do have Master/Slave setup in curent server ( Both Master and Slave will be moved different servers). May I know the best way to migrate the repositories in both Master and Slave sever? Also the path of the reposi

RE: Error while committing

2014-12-17 Thread Somashekarappa, Anup (CWM-NR)
1:46, Somashekarappa, Anup (CWM-NR) wrote: Hi, For one of the repository we are getting the below error while committing. But the same script is working fine for other repositories. I have given full permission ( chmod 777 pre-commit ) to the script but it is not getting executed. [cid:941262613@1712

Error while committing

2014-12-17 Thread Somashekarappa, Anup (CWM-NR)
Hi, For one of the repository we are getting the below error while committing. But the same script is working fine for other repositories. I have given full permission ( chmod 777 pre-commit ) to the script but it is not getting executed. May I know what could be the reason? Thanks &

RE: Ldap

2014-10-16 Thread Somashekarappa, Anup (CWM-NR)
tails have been mentioned below. Apache = 2.2 SVN = 1.7 Thanks & Regards, Anup T S From: Eric Johnson [mailto:e...@tibco.com] Sent: 2014, October, 15 1:13 PM To: Somashekarappa, Anup (CWM-NR) Cc: users@subversion.apache.org Subject: Re: Ldap This is could b

Ldap

2014-10-15 Thread Somashekarappa, Anup (CWM-NR)
Hi, We are using the below mentioned configuration for multiple ldap domain authentication but one of the domain(ldap2) is not working. May I know what is wrong with this? == LoadModule dav_svn_module

Master-Slave

2014-08-19 Thread Somashekarappa, Anup (CWM-NR)
Hi, We have configured master-slave setup in the linux servers and getting the below error while doing sync. If I remove the SVNMasterURI in the config file then sync will happen successfully. DAV svn SVNListParentPath on SVNParentPath /app/application/svn/dataProd

SVNSYNC

2014-08-08 Thread Somashekarappa, Anup (CWM-NR)
Hi, SVNSYNC was working fine but suddenly stopped working and getting the below error. May I know what could be the problem.I am able to browse the repository from the browser. svnsync: E17: Unable to connect to a repository at URL 'http://subversion2.dev.**.com/svn/master_slave' svn

Master Slave setup

2014-07-28 Thread Somashekarappa, Anup (CWM-NR)
Hi, I am trying to setup Master-Slave setup and facing some issue. When I remove the SVNMasterURI http://subversion.dev.***.com/svn from slave configuration file then the sync from master to slave will happen successfully. But when I enable the SVNMasterURI http://subversion.dev.***.com/svn t

SVN installation

2014-07-14 Thread Somashekarappa, Anup (CWM-NR)
Hi, We are facing some issue while installing apache SVN 1.7.8 in unix server. Could you please provide the link or steps to install SVN? Thanks, Anup T S __ This email is intended only for the use of the individual(s) to

RE: SVN import

2014-02-19 Thread Somashekarappa, Anup (CWM-NR)
appa, Anup (CWM-NR) Cc: users@subversion.apache.org Subject: Re: SVN import "Somashekarappa, Anup (CWM-NR)" writes: > We are trying to build the job in jenkins where it is trying to commit > to SVN repository. > > The artifacts are getting committed successfully but we are se

SVN import

2014-02-19 Thread Somashekarappa, Anup (CWM-NR)
Hi, We are trying to build the job in jenkins where it is trying to commit to SVN repository. The artifacts are getting committed successfully but we are seeing the below error in th output. svncommit: [echo] Commiting build v031_b84_r45185_DBOS-DTR-DB to http://SVNURL/svndata/path/bui

RE: Svndumpfilter

2013-10-30 Thread Somashekarappa, Anup (CWM-NR)
GTS_STL and not sure why this is being pointed. Thanks & Regards, Anup T S -Original Message- From: Thorsten Schöning [mailto:tschoen...@am-soft.de] Sent: 2013, October, 30 6:32 AM To: users@subversion.apache.org Subject: Re: Svndumpfilter Guten Tag Somashekarappa, Anup (CWM-NR),

RE: Svndumpfilter

2013-10-30 Thread Somashekarappa, Anup (CWM-NR)
2013, October, 29 10:44 AM To: Somashekarappa, Anup (CWM-NR) Cc: users@subversion.apache.org Subject: Re: Svndumpfilter On Tue, Oct 29, 2013 at 08:05:37PM +0530, Somashekarappa, Anup (CWM-NR) wrote: > > > Hi Guys, > > I am trying to extract one folder "B" from the r

Svndumpfilter

2013-10-29 Thread Somashekarappa, Anup (CWM-NR)
Hi Guys, I am trying to extract one folder "B" from the repository "Current_repo" and create a separate reposiotry. The followed the below steps but nothing has been loaded to the new repository "new_repo". * svnadmin dump /var/svn/data/Current_repo > repo.dump * cat repo.dump | sv

RE: SVN performance -URGENT

2013-08-01 Thread Somashekarappa, Anup (CWM-NR)
01 August 2013 15:20 To: Bob Archer Cc: Somashekarappa, Anup (CWM-NR); users@subversion.apache.org Subject: RE: SVN performance -URGENT Bob Archer wrote on 08/01/2013 09:02:32 AM: > > We are using subversion 1.7 which is hosted in linux and apache isbeing used > > along with this.

RE: SVN performance -URGENT

2013-08-01 Thread Somashekarappa, Anup (CWM-NR)
complete in few mins but it is taking 102 mins. :-( I cannot turn off the anti-virus part and check. Thanks, Anup -Original Message- From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: 01 August 2013 15:03 To: Somashekarappa, Anup (CWM-NR); users@subversion.apache.org Subject: RE: SVN

SVN performance -URGENT

2013-08-01 Thread Somashekarappa, Anup (CWM-NR)
> Hello Team, > > We are using subversion 1.7 which is hosted in linux and apache is > being used along with this. > > The linux is very powerful but we are facing a major issue during the > SVN operation from the windows system. > > Windows system : Microsoft windows XP > 2.85 GB of Ram > to

SVN performance -URGENT

2013-08-01 Thread Somashekarappa, Anup (CWM-NR)
Hello Team, We are using subversion 1.7 which is hosted in linux and apache is being used along with this. The linux is very powerful but we are facing a major issue during the SVN operation from the windows system. Windows system : Microsoft windows XP 2.85 GB of Ram tortoisesvn 1.7 Windows

SYNC process

2013-03-28 Thread Somashekarappa, Anup
Hello Team, We do have master-slave configuration for SVN and we were planning for Disaster Recovery plan. We need some information regarding this process. * We have created a repository on master node. * Initialized the slave node with master * And through post-commit we are