Hello, I'm new to using Subversion and have just set up the following - SVN on a remote server and SVN on a local PC. I have created a repo on the remote server at /repos, then i (svn) imported a live website's files into that repo. I then checked out (using svn+ssh) a working copy to my local PC, directly into a local LAMP setup under /var/www, so that I can preview any changes i make on a local web server, before committing back to the remote repo. Two questions really - is this a sensible set up for a beginner? Is it ok that I don't actually have a working copy on the remote server, just the main repo for each site?
Also, how can i use svn:ignore properly to avoid checkout database config files and useless directories like mail, log, tmp etc? I've looked at the book and am still not entirely sure, any help appreciated!