Hi,
some new tips about subversion
if you need to update a web directory after someone make a commit just follow this guide: http://subversion.apache.org/faq.html#website-auto-update
i wanted to post this why it take me some time to figure out that a simple bash script don’t going to work and even if it worked with some tricks, i always getting a merge and not an update of the repository
some thing that the faq don’t mention is how to compile the program, if you are a newbie and don’t know how to do it, just run this command
gcc your_file_name.c -o your_binary_name
i hope it helps
Regards.
Shadow.





