commit - svn - how to handle directories which get overriden -


I was wondering if there is an alternative solution for adding files / directories to your SVN directory which wastes the SVN structure Without completely overwriting and re-exporting or renewing

You should think that if they are completely written, why should they be in SNV in the first place? Just say that I want to be safe.

Any help is appreciated.

Thanks Andreas

short answer: build process not in repository Files and directories created or rebuilt by

If you want to ignore this best practice (for what ever), I would recommend that you use a shell script or a small Write tools which repeatedly delete every file in the directory tree, but the folder structure is removed Ta gives intact and .svn drop folders. Call this tool in your building process where you are now removing full folders.

Appendix: There is a former SO post, which is related to the version of wording code, which is the IMHO almost the same problem:



Comments