[osflash] OT: SVN - can't connect to https - gives error

Oligraphes GMail oligraphes at gmail.com
Fri Sep 21 06:04:50 PDT 2007


Hi,

I also have many problems using GUI for svn on mac os x.
Exactly the same then yours actually, i didn't found why, and i'd be  
interested too if someone has a solution to use svnX.

At the moment i use the command-line svn version, a bit less  
confortable, but it does the job. You can find a SVN package here :
http://homepage.mac.com/martinott/

After installing this package, you perhaps won't be able to directly  
call the svn executable from terminal.
To verify this, type "whereis svn" in a terminal window. If the  
console answer is an executable path, then you can use svn directly  
from terminal.

If not, it is probably because the package has installed the svn  
executables in /usr/local/bin , and mac os X don't look in this  
directory by default, but in /usr/bin.
So the simplest solution is to create symbolic links for each svn  
executable in /usr/bin :

sudo ln -s /usr/local/bin/svn /usr/bin/svn;
sudo ln -s /usr/local/bin/svnadmin /usr/bin/svnadmin;
sudo ln -s /usr/local/bin/svndumpfilter /usr/bin/svndumpfilter;
sudo ln -s /usr/local/bin/svnlook /usr/bin/svnlook;
sudo ln -s /usr/local/bin/svnserve /usr/bin/svnserve;
sudo ln -s /usr/local/bin/svnsync /usr/bin/svnsync;
sudo ln -s /usr/local/bin/svnversion /usr/bin/svnversion;

once that's done, a "whereis svn" console command should output /usr/ 
bin/svn, and then you can use svn from command-line.

Chears,
Thibaut



Le 21 sept. 07 à 14:37, John Grden a écrit :

> I'm sorry to go OT, but I'm having problems using SVN clients on  
> mac.  Ive tried SCPlugin (which I did get to work once, but I can't  
> remember the bazillion things I tried), and svnX.
>
> I get this error:
> http://www.screencast.com/t/dKIqMmqK
>
> basically both SCPlugin and svnX give me this error about the  
> server cert not being trusted.  I have SVN client installed (1.4.4  
> - and I'm guessing this is commandline only since I can't find a  
> gui or app anywhere)
>
> Anyway, if anyone knows what in the world to do to fix this, I'd  
> really appreciate the help.
>
> Thanks in advance!
>
> -- 
> [  JPG  ]
> _______________________________________________
> osflash mailing list
> osflash at osflash.org
> http://osflash.org/mailman/listinfo/osflash_osflash.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/osflash_osflash.org/attachments/20070921/29c9db43/attachment.html 


More information about the osflash mailing list