Thursday, April 21, 2011

export svn repo from working copy

This is what I did to export a clean copy from my working copy to add it into another repository

svn export /home/beku/Desktop/tcs-diplom3/ /home/beku/Desktop/tcs-exported

Saturday, April 9, 2011

how to set MySQL idle timeout

in my.ini file

[mysqld] //-----below this line -----
//------add these two line--------
wait_timeout=259200
interactive_timeout=259200