I currently have a single svn project for all work on a website. But I'd like to have a separate project in the same repo for a small app which forms part of that site so I can develop it separately.
At the moment there are some folders which contain a mix of files related only to the site and files related only to the app.
Will this work with svn?
(I'm using tortoisesvn and am working solo. I realise this may be a best development practice issue rather than svn.)