okay, figured it out. Even though svn repository does not require password, 
it needs to store "no password" condition in some file under 
.subversion/auth/svn.simple it seems. If you are doing this from command 
line, it will ask whether you want to store password in unencrypted format. 
If you say yes, it will store the file under svn.simple directory. I copied 
the file to svn.simple directory under /data/.subversion/auth/svn.simple/ 
from my login and it worked. But I am thinking this must be normal 
condition and reviewboard should be able to handle it.. right?

-Neel.

On Monday, September 29, 2014 5:21:38 PM UTC+5:30, neel roy wrote:
>
> any update on this?
>
> On Saturday, September 27, 2014 4:23:29 AM UTC+5:30, neel roy wrote:
>>
>> Thanks for the answer. Few points:
>>
>> - I used the same creds when checking out with plain svn command line 
>> tool and it worked perfectly fine. Why should reviewboard fail with it?
>> - I don't see any log about what command is being launched and from where 
>> from within the code. Is there a way to get that?
>> - where does reviewboard stores these details about creds and repository 
>> so that I can see what is being stored?
>>
>> -Neel.
>>
>> On Saturday, September 27, 2014 3:34:52 AM UTC+5:30, David Trowbridge 
>> wrote:
>>>
>>> In general, we've found pysvn to be somewhat more reliable than 
>>> subvertpy, so I'd suggest switching back. That error suggests to me that 
>>> the credentials listed in the repository admin were incorrect.
>>>
>>> -David
>>>
>>> On Fri, Sep 26, 2014 at 8:41 AM, neel roy <neel...@rediffmail.com> 
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> I am having problems with setting up with subversion repository.
>>>>
>>>> Reviewboard version: 2.0.8
>>>>
>>>> When I click on "New Review Request", I get "Authentication failed 
>>>> when talking to the Subversion repository" at the bottom of page.
>>>>
>>>> So as per suggestion in 
>>>> https://www.reviewboard.org/docs/releasenotes/reviewboard/2.0.2/, I 
>>>> changed from pysvn to subvertpy and I get different error:
>>>>
>>>> ("Unable to connect to a repository at URL 'svn://<repository>'", 
>>>> 170001)
>>>>
>>>> We do require username so I tried to use plain svn from command line:
>>>>
>>>> svn co --username=<my username> svn://path-to-checkout-path
>>>>
>>>> and it worked without a problem.
>>>>
>>>> Do I need to do something else?
>>>>
>>>> The only thing I see in server log is:
>>>> 12:39:39WARNING
>>>>
>>>>  - 
>>>> /usr/local/lib/python2.7/dist-packages/Django-1.6.7-py2.7.egg/django/db/models/fields/__init__.py:848:
>>>>  RuntimeWarning: DateTimeField ReviewRequest.time_added received a naive 
>>>> datetime (2014-09-27 00:00:00) while time zone support is active.
>>>>   RuntimeWarning)
>>>>
>>>>
>>>> Any idea what do I need to do?
>>>>
>>>> Thanks in advance,
>>>> -Neel.
>>>>
>>>> -- 
>>>> Get the Review Board Power Pack at 
>>>> http://www.reviewboard.org/powerpack/
>>>> ---
>>>> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
>>>> ---
>>>> Happy user? Let us know at http://www.reviewboard.org/users/
>>>> --- 
>>>> You received this message because you are subscribed to the Google 
>>>> Groups "reviewboard" group.
>>>> To unsubscribe from this group and stop receiving emails from it, send 
>>>> an email to reviewboard...@googlegroups.com.
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to