Page 1 of 1

AgentSVN and CodeSpaces

Posted: Tue Sep 04, 2012 12:50 pm
by Minigoatboy
Hello,

I'm pretty certain that I'm doing something stupid here, but I'm trying to get AgentSVN to talk to a codespaces SVN respository and I've hit a brick wall. After I enter all the relevant details in the configuration page and press apply then I receive a pop up telling me a E170001 error has occurred due to rejected Basic challenge. I expected to get an additional popup to supply the credentials to login, but I do not get anything.

Argghh :evil:

Posted: Tue Sep 04, 2012 2:39 pm
by jussij
I'm trying to get AgentSVN to talk to a codespaces SVN respository
This configuration has never been tested so you may well have found a bug in AgentSVN :(

Could you do the following:

1) Turn on the debug option found in the AgentSVN configuration utility.

2) Try connecting CodeSpaces with AgentSVN.

3) Use the ... button found in the AgentSVN configuration utility to load the log file.

4) Send that log file to me using the e-mail address attached to the e-mail button shown in this reply.

Cheers Jussi

Posted: Tue Sep 04, 2012 2:51 pm
by Minigoatboy
Hi Jussi,

I've emailed you the log file as requested.

Thanks!

Posted: Wed Sep 05, 2012 7:02 am
by Minigoatboy
Hello,

Jussi kindly helped me solve this over email, but I thought it would be good to put the solution here in case anyone else is searching for this particular problem.

Basically, it appears that AgentSVN fails to log into Codespaces and then doesn't give the opportunity to provide those details for the cache. All you need to do is run the following in the command line (replacing the relevant bits with your details) and then provide the login information when requested. This will then be the in the cache and the configuration of AgentSVN will use that and login just fine.

svn.exe info https://svn.codespaces.com/<YOURDETAILS>

Many thanks go again to Jussi for providing this solution

MGB

Posted: Wed Sep 12, 2012 11:38 am
by jussij
Basically, it appears that AgentSVN fails to log into Codespaces and then doesn't give the opportunity to provide those details for the cache.
The latest version of Agent SVN will now prompt for a user login: http://www.zeusedit.com/agent/download.html

Cheers Jussi