Page 1 of 1

Source code - Tortoise SVN - LOG IN REQUIRED NOW?

Posted: Fri Dec 11, 2015 6:23 pm
by rhaber123
http://www.opendental.com/manual/sourcecode.html

WHEN I right click on the new folder and select SVN Checkout. The tortoise window do come up, and when I copy and paste this URL into the first box:
https://opendentalsoft.com:23793/svn/opendental/ , I get a message that I need to enter a username and password.
it says <https://opendentalsoft.com:23793> VisualSVN Server requests a Username and a password.

I always was able to download the source code without the need for a username and password.
is that something new?

Re: Source code - Tortoise SVN - LOG IN REQUIRED NOW?

Posted: Mon Dec 14, 2015 8:38 am
by jsalmon
What changed was that updated our SVN server the other day. I'll look into removing the credential requirement that the upgrade added without my knowledge.

Re: Source code - Tortoise SVN - LOG IN REQUIRED NOW?

Posted: Mon Dec 14, 2015 11:02 am
by jsalmon
That was unnecessarily complicated... :cry:

I'm pretty sure I got it working now, please verify from your end.

Re: Source code - Tortoise SVN - LOG IN REQUIRED NOW?

Posted: Mon Dec 14, 2015 8:21 pm
by rhaber123
Works GREAT . THANK YOU

Re: Source code - Tortoise SVN - LOG IN REQUIRED NOW?

Posted: Thu Dec 24, 2015 3:19 pm
by teethdood
Is the repository offline? I want to poke around the source over the break, but the repo isn't working. Please check. Thank you and Merry Christmas!

Re: Source code - Tortoise SVN - LOG IN REQUIRED NOW?

Posted: Thu Dec 24, 2015 6:49 pm
by wjstarck
Works for me as of about 7:30 MST

Re: Source code - Tortoise SVN - LOG IN REQUIRED NOW?

Posted: Wed Dec 30, 2015 6:32 pm
by teethdood
Which URL are you using?
I'm getting Error Unable to connect to a repository at URL
URL is
https://opendentalsoft.com:23793/svn/op ... dental15.4
When I use said URL in a browser, I get a prompt for User Name and Password.
Thank you

Re: Source code - Tortoise SVN - LOG IN REQUIRED NOW?

Posted: Wed Dec 30, 2015 7:13 pm
by wjstarck
I get the dialog in a browser too with that URL, but I'm checking out with Tortoise SVN and I don't get the dialog so I'm not sure. Have you tried checking out with Tortoise SVN?

Re: Source code - Tortoise SVN - LOG IN REQUIRED NOW?

Posted: Wed Dec 30, 2015 7:42 pm
by teethdood
Yes I tried checking out with Tortoise SVN, resulting in the error. Thanks doc. I'll try again in a few days when the OD team comes back. Happy New Year!

Re: Source code - Tortoise SVN - LOG IN REQUIRED NOW?

Posted: Thu Dec 31, 2015 4:45 pm
by jsalmon
teethdood wrote:Yes I tried checking out with Tortoise SVN, resulting in the error. Thanks doc. I'll try again in a few days when the OD team comes back. Happy New Year!
What version of Tortoise SVN are you using? Maybe try updating to their most recent version (1.9.something).
Also, what URL are you using to checkout? (right click the folder that you have checked out > Tortoise SVN > Relocate... > To URL:)

Re: Source code - Tortoise SVN - LOG IN REQUIRED NOW?

Posted: Thu Dec 31, 2015 5:40 pm
by teethdood
I'm using Tortoise SVN 1.9.3, newest one
checkout URL is https://opendentalsoft.com:23793/svn/opendental/

Error: Unable to connect to a repository at URL
'https://opendentalsoft.com:23793/svn/opendental/'
Error running context: The requested service provider could not be loaded or initialized.

I think it might have something to do with the SSL certificate? I didn't get any security warning as stated in the source code manpage. It seems to work just fine for those who've downloaded previously with a saved certificate, but not for me on a new machine?

Re: Source code - Tortoise SVN - LOG IN REQUIRED NOW?

Posted: Fri Jan 01, 2016 2:40 pm
by teethdood
I tried it on a different computer, it worked fine.
The second computer popped up the certificate warning prompt whereas the first computer did not, so it could not download. I wonder why that prompt never came up in the first place.

Re: Source code - Tortoise SVN - LOG IN REQUIRED NOW?

Posted: Mon Jan 04, 2016 8:56 am
by jsalmon
teethdood wrote:I think it might have something to do with the SSL certificate? I didn't get any security warning as stated in the source code manpage. It seems to work just fine for those who've downloaded previously with a saved certificate, but not for me on a new machine?
If this is the case then the fix is pretty easy:
Right click your folder > TortoiseSVN > Settings > Saved Data (in left pane) > Authentication data Clear All button (right pane).

That should wipe out your passwords (if you have any for other repositories) and the security certs. You should be prompted the next time you try to check out our repo.

Re: Source code - Tortoise SVN - LOG IN REQUIRED NOW?

Posted: Fri Jan 22, 2016 1:19 am
by DavidM
I'm trying to connect to URL https://opendentalsoft.com:23793/svn/opendental/ right now, but the browser prompts for User Name and Password.
What can I do?

Thanks in advance.

David.

Re: Source code - Tortoise SVN - LOG IN REQUIRED NOW?

Posted: Fri Jan 22, 2016 9:00 am
by jsalmon
DavidM wrote:I'm trying to connect to URL https://opendentalsoft.com:23793/svn/opendental/ right now, but the browser prompts for User Name and Password.
What can I do?

Thanks in advance.

David.
Nothing as of right now to browse it in a browser (that I know of at least). I haven't spent the time to figure out why that functionality got removed after we updated our SVN server to a higher version. You could check it out into a folder on your computer and browse it that way. I'm willing to look into getting the browser to work but it's very low on my priority list unless of course you have a good reason to need browsing capabilities that convinces me to move it up in the list :wink:

Re: Source code - Tortoise SVN - LOG IN REQUIRED NOW?

Posted: Mon Jan 25, 2016 12:48 am
by DavidM
Ok, I understand.
I had the same problem in SVN, but following your previous instructions in this forum finally I got it.

Thanks.