PDA

View Full Version : 'Error writing... No such file or direct' Subversion Ubuntu 8.10


deanpcmad
30th January 2009, 23:08
Hey,
I'm setting up a Subversion thing on my Ubuntu Server (http://www.howtoforge.com/subversion-trac-virtual-hosts-on-ubuntu-server) but when I get to part 13 ( :S unlucky number), it says that there is no such file or directory.

What do I do?

Cheers
Dean

falko
31st January 2009, 15:03
You must create that file:
sudo vi /etc/apache2/sites-available/svn.example.com

deanpcmad
31st January 2009, 19:42
Thanks,
I was using nano as its easier to use but I would have thought it would have done it already.