Hi,
I have a subversion repo with directories that contain the usual source-controlled files, but in addition to that contain files that are a dependency for execution, but not checked into source control and instead added as svn:ignore (since they would be kept in duplicates all around the repo if they were checked in into all folders). (believe me or not but there is a reason that is at least half good for having this duplication of the ignored files ;-) )
Sometimes I want to branch out and make a local copy of the directory to do a certain defined development task, and then merge back into the trunk after a couple of checkins. When I take such a copy/branch of the folder, is there a way to make it copy all the files, including the svn:ignored ones as well into the newly created branch folder working copy (what I currently do is copying them over by hand after having used tortoise to create the branch) (but of course also still keep the :ignored files off the repo)
Many thanks in advance for help!