Subversion repository

The development of libssh is made using Berlios subversion servers.

How-to download latest 0.2 series version

svn co svn://svn.berlios.de/libssh/trunk

How-to update the current tree with the latest subversion

cd <path where you've commited trunk>
svn update

How-to make a patch

You've made some modifications to libssh and want to post them on the mailing list or preferably the bug tracker.
Make sure you have edited the latest version by doing svn update before hacking the code.
Change as needed.

svn diff > /path/to/mypatch.patch

How-to compile libssh from SVN

Firstly, checkout the last revision as writen previously.
Then :

cd trunk/
./autogen.sh

you can then use the configure script

 
libssh/svn.txt · Last modified: 2008/10/31 19:52 by aris
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki