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
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org