AudioCoding.com
Home  
Knowledge base  
Programs  
Development  
compiling 
changelog 
anon. cvs 
dev. cvs 
browse source 
feature request 
bug track 
Download  
Listening tests  
Forum  
News topics
AudioCoding
Links  
For commercial licensing contact Ahead.
FAAC developers CVS access
Necessary Software
1. Download WinCVS at www.wincvs.org/download.html and install it. (At the moment version 1.2 is the latest, but I used 1.1b7). I've noticed about some troubles with 1.0.6, so you may need to download a later version.
2. Download ssh: ssh-1.2.14-win32bin.zip

Developer Access with SSH
(you should have an account at www.sourceforge.net)
(only checkout now)
1. Uncompress file ssh-1.2.14-win32bin.zip to some directory (I assume c:\ssh)
2. Add this dir to your path (in autoexec.bat)
3. Make a directory, for instance, c:\home and add this line to your autoexec.bat:
SET HOME=c:\home
4. Reboot
5. Check your ssh installation:
in dos-based command line type 'ssh -l your_user_name shell1.sourceforge.net'
You should be asked for password, type your account password.
Then you will log into sourceforge shell. Congratulations - ssh works ok!
type 'exit' and connection will be closed.
6. Start WinCVS
7. Select Admin -> Preference -> General

8. Set CVSROOT to your_user_name@cvs.audiocoding.com:/cvsroot/faac
Set Authentication to 'SSH server'
9. Try to checkout as with usual anonymous access.
But don't try to Login !!! You CAN'T login with SSH Authentication
During checkout a new window with ssh popups and you'll be asked for your password.

Impotant Note: YOU SHOULDN'T USE THE SAME DIRECTORY FOR CHECKOUT SOURCES WITH ANONYMOUS ACCESS AND SSH !!!
Tutorial is maintained by Tony Lenox
Questions and comment are welcome - contact me by e-mail: len0x@mail.ru

If you want developer access, you should contact me.

Copyright © 2001 AudioCoding.com  Privacy statement    Powered by SourceForge.Net Logo