[Asterisk-Dev] svn commit problem

Avin Patel apatel at obj-sys.com
Wed Dec 7 08:22:47 MST 2005


Hi,
Checkout the code using:
[apatel at localhost apatel]$ svn checkout
http://svn.digium.com/svn/asterisk-addons/trunk asterisk-addons

Than tried to commit the changes:
cd asterisk-addons
[apatel at localhost asterisk-addons]$ svn commit -m 'Fixed 4 deadlocks
conditions in onAlerting, onReceivedDigit and onCallExstablished func
tions'
Sending        asterisk-ooh323c/src/chan_h323.c
svn: RA layer request failed
svn: Commit failed (details follow):
svn: CHECKOUT of /svn/asterisk-addons/!svn/ver/174/trunk/asterisk-ooh3
23c/src/chan_h323.c: 403 Forbidden (http://svn.digium.com)


Than found out that checkout needs to be done as https access, following
also fails.
[apatel at localhost apatel]$ svn checkout
https://svn.digium.com/svn/asterisk-addons/trunk asterisk-addons
svn: Bad URL passed to RA layer
svn: Unrecognized URL scheme:
"https://svn.digium.com/svn/asterisk-addons/trunk"

What is wrong? Any solution?

Regards,
Avin Patel




More information about the asterisk-dev mailing list