Do you have advice on how one could work on a local branch while doing SVN development? I'm working on a project where I can't have a branch in the central repository, but I'd like to be able to merge the contents from trunk every now and then.
Many website recommend using git, but I'm not so used to git, and I'm not really used to that. Another possibility would be to work on a clean checkout, and never commit; but that would mean duplicating many unmodified files.
Any idea regarding local branches in svn?
Thanks!