403 forbidden when Commiting

2012-03-05 Thread dhanushka ranasinghe
Hi.. I have a folder called "a.b.c.d.svn.client" but whe i commiting this folder to my svn it get 403 Forbidden ERROR , but when i rename it to "a.b.c.d.repo.client " commit works perfectly. is there any reason for that Thank You Parakrama

svnsync between repos

2012-03-12 Thread dhanushka ranasinghe
Hi.. svnsyn happen between two repos right ? , is it possible to use svnsync to sync part of a repository ( foder in side svn like trunk) to separate new repository Eg-- here trunk is folder inside the "svn repository "repo" http:/svn.master.com/repo/trunk/ - svnsync -> http// svn.m

Re: svnsync between repos

2012-03-12 Thread dhanushka ranasinghe
sync to a > subdirectory of the master repository. > > $ svnsync init file://`pwd`/dest > http://svn.master.com/repo/**trunk <http://svn.master.com/repo/trunk> > > $ svnsync sync file://`pwd`/dest > > -- > Regards, > Jeyanthan > > > On Monday 12 Ma

svnsync issue

2012-03-17 Thread dhanushka ranasinghe
Hi guys i have svn repo like [1], in there , home is the svn repo, cfiles and graphics are the folders. https://svn.example.com/svn/home/cfiles/graphics/ within that graphics folder i have another 4 folders , which are code1 code2 code3 code4 i want svnsync ( need history) only theses

Re: svnsync issue

2012-03-17 Thread dhanushka ranasinghe
ther cfile folder and graphics folder") . any idea how to sort this out... subversion version: 1.7.4 OS Debian [2] https://svn.example.com/svn/cfiles/graphics/ [3] https://svn.example.com/svn/cfiles/graphics/cfiles/graphics/ Thank You Dhanushka 2012/3/17 Thorsten Schöning > > Gut

hide folder in subversion repository

2012-03-21 Thread dhanushka ranasinghe
Hi is there any way to hide folder inside subversion repository , via apache or any other method Thank You Dhanushka

Re: hide folder in subversion repository

2012-03-21 Thread dhanushka ranasinghe
Hi... Yes i already using that access control method . , i just want to hide the one of folders from appearing in apache in subversion. Thank You Dhanushka On 21 March 2012 15:31, Cooke, Mark wrote: >> -Original Message- >> From: dhanushka ranasinghe [mailto:parakrama1.

Separate authentication files for each folder with svn

2012-05-02 Thread dhanushka ranasinghe
Hi.. guys we have repo called /svn/repo/ inside that i have 3 svn folders called trunk,branches,tags my question is , is there any way to provide separate authentication file for each folder ( IF LDAP based authentication used , use separate LDAP group for each folder ) Thank You Dhan

svn authorization file with LDAP

2012-05-02 Thread dhanushka ranasinghe
Hi guys i have svn auth file like following -- [groups] group1=user1,user2 group2=user3,user4 [svn:/svn/repo1] @group1 = rw [wso2:/svn/repo2] @group2 = rw -- is there any way to provide LDAP groups in this auth files instated of adding us

mailer.conf issue

2012-05-03 Thread dhanushka ranasinghe
hi we use mailer.conf we are getting this error when commiting to the repo.. /usr/lib/subversion-back/mailConf/mailer/mailer.py:33: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module. import popen2 Traceback (most recent call last): File "/usr/lib/subversion-back/

svn warning when checkout.

2012-06-19 Thread dhanushka ranasinghe
Hi guys , i have svn repo that can be checkout from both http and https, but commits are only allowed via https. issue is when we checking out svn form http ... i get following waring ... is there any reason for that Fetching external item into 'modules/' svn: warning: '*http*://svn.khc.com/rep

Re: svn commit error

2012-06-22 Thread dhanushka ranasinghe
Hi.. Seems like , when committing large file causing the problem, i able to commit smaller files.. without any error. Thank You Dhanushka On 22 June 2012 13:09, Cooke, Mark wrote: > > -Original Message- > > From: dhanushka ranasinghe [mailto:parakrama1...@gmail.com] >

svn up issue

2012-07-10 Thread dhanushka ranasinghe
Hi guys... most of times we are getting , following error, when taking "svn up" error : *svn: REPORT of '/repos/home/!svn/vcc/default': Could not read response body: Secure connection truncated (https://svn.ihx.com )* is there any reason for this, how can i sort this i

Re: svn up issue

2012-07-11 Thread dhanushka ranasinghe
singh wrote: > > > On Wed, Jul 11, 2012 at 12:28 PM, dhanushka ranasinghe < > parakrama1...@gmail.com> wrote: > >> Hi guys... >> >> most of times we are getting , following error, when taking "svn up" >> >> >> error : *svn: R

svnsync in post commit script

2012-08-28 Thread dhanushka ranasinghe
Hi.. im trying to setup svn replication using svnsync, when i ran flowing the svnsync command [1] in master server's terminal its syncing fine , but when i put same svnsync command in post-commit script it gives the following error [2] [1] /usr/bin/svnsync --source-username=svnsync --sync-use

Re: Failure occurred processing one or more externals definitions

2013-01-24 Thread dhanushka ranasinghe
Hi... but seems to be working fine in working copy with subversion 1.6 , is there any considerable difference between svn externals in subversion 1.6 and 1.7 On 22 January 2013 21:47, Ryan Schmidt wrote: > > On Jan 22, 2013, at 06:07, dhanushka ranasinghe wrote: > > > when i r