RE: unable to login to svn repo

2012-07-26 Thread Kapur, Rajneesh
Thanks a ton to all. I have it working. -Original Message- From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] Sent: Thursday, July 26, 2012 4:24 PM To: Kapur, Rajneesh Cc: Philip Martin; users@subversion.apache.org; Thorsten Schöning Subject: Re: unable to login to svn repo On

Re: unable to login to svn repo

2012-07-26 Thread Ryan Schmidt
On Jul 26, 2012, at 15:21, Kapur, Rajneesh wrote: > Hi Philip, > > Do you mean I should have authz file as follows: > > [groups] > harry_and_sally = harry,sally > [repo4:/home/RKapur] > @harry_and_sally = rw > * = r > > But still I get the same error: This would allow the users harry and sall

RE: unable to login to svn repo

2012-07-26 Thread Kapur, Rajneesh
Hi Philip, Do you mean I should have authz file as follows: [groups] harry_and_sally = harry,sally [repo4:/home/RKapur] @harry_and_sally = rw * = r But still I get the same error: -start Logs --- 22673 2012-07-25T16:16:08.256530Z 172.20.33.153 - ho

Re: unable to login to svn repo

2012-07-25 Thread Philip Martin
"Kapur, Rajneesh" writes: > Thanks Philip, Thorsten, and Ryan > > Do you mean the repository is a directory 'repo4' on disk? > > Yes, my repository is named: repo4 - located at /home/RKapur with > absolute path /home/RKapur/repo4 > You are right - looks like tortoiseSVN or "svn" client can'

RE: unable to login to svn repo

2012-07-25 Thread Kapur, Rajneesh
Thanks Philip, Thorsten, and Ryan Do you mean the repository is a directory 'repo4' on disk? > Yes, my repository is named: repo4 - located at /home/RKapur with absolute path /home/RKapur/repo4 Here is the output of "ls -l" at /home/RKapur drwxr-xr-x 7 rkapur hie_dev 4.0K Jul 25 10:55 repo

Re: unable to login to svn repo

2012-07-25 Thread Philip Martin
"Kapur, Rajneesh" writes: > Thanks for pointing it out. I cleaned everything and started fresh > with new repo named repo4: Do you mean the repository is a directory 'repo4' on disk? > 1) svnserve.conf file > > [general] > anon-access = none > auth-access = write > password-db = passwd > authz-

Re: unable to login to svn repo

2012-07-24 Thread Thorsten Schöning
Guten Tag Kapur, Rajneesh, am Dienstag, 24. Juli 2012 um 20:27 schrieben Sie: > [general] > anon-access = none > auth-access = write > password-db = passwd > authz-db = authz > realm = repo4 > [sasl] Don't use autz-db until your problems are solved and I would suggest to activate anon-access, too

RE: unable to login to svn repo

2012-07-24 Thread Kapur, Rajneesh
s for your time and effort: -raj. -Original Message- From: Thorsten Schöning [mailto:tschoen...@am-soft.de] Sent: Tuesday, July 24, 2012 1:13 PM To: Kapur, Rajneesh Cc: Ryan Schmidt Subject: Re: unable to login to svn repo Guten Tag Kapur, Rajneesh, am Dienstag, 24. Juli 2012 um 16:41 schrieben Sie: >

RE: unable to login to svn repo

2012-07-24 Thread Kapur, Rajneesh
file. I am sure I typed in correct password as in file but still gives this error. Thanks for your help. -raj. -Original Message- From: Ryan Schmidt [mailto:subversion-20...@ryandesign.com] Sent: Tuesday, July 24, 2012 3:57 AM To: Thorsten Schöning; Kapur, Rajneesh Cc: users@ Subject: Re: unable to l

Re: unable to login to svn repo

2012-07-24 Thread Ryan Schmidt
On Jul 23, 2012, at 16:41, Thorsten Schöning wrote: > Guten Tag Kapur, Rajneesh, am Montag, 23. Juli 2012 um 22:45 schrieben Sie: > >> C:\Program Files\CollabNet\Subversion Server>svn co >> svn://172.20.212.6/u01/app/repo3 >> Authentication realm: repo3_realm >> Password for 'rkapur': > [...]

Re: unable to login to svn repo

2012-07-24 Thread Thorsten Schöning
Guten Tag Kapur, Rajneesh, am Dienstag, 24. Juli 2012 um 00:52 schrieben Sie: First of all, please don't top post on this list. > I am using windows box to access SVN server and I think its the > windows login user that I see as prompt but I don't have this user > "rkapur" listed in SVN - authz o

RE: unable to login to svn repo

2012-07-23 Thread Kapur, Rajneesh
Adding users@ list as well. -Original Message- From: Kapur, Rajneesh Sent: Monday, July 23, 2012 6:52 PM To: 'Thorsten Schöning'; users@ Subject: RE: unable to login to svn repo I am using windows box to access SVN server and I think its the windows login user that I see as pr

Re: unable to login to svn repo

2012-07-23 Thread Thorsten Schöning
Guten Tag Kapur, Rajneesh, am Montag, 23. Juli 2012 um 22:45 schrieben Sie: > C:\Program Files\CollabNet\Subversion Server>svn co > svn://172.20.212.6/u01/app/repo3 > Authentication realm: repo3_realm > Password for 'rkapur': [...] > 4) Contents of passwd file are: > [users] > harry = harry

unable to login to svn repo

2012-07-23 Thread Kapur, Rajneesh
Hi, I would really appreciate if someone can help with this simple creation of repository and accessing it. I am unable to login to SVN repository and keep getting "Authorization Failed" error message. Thank you. --