SVN Import Force for importing existing file
- by Daniel A. White
I am creating a text file and a zip file for a tag automatically with MSBuild. My msbuild project is called by cruisecontrol.net.
The text file is always going to be latest.txt and the zip file will be (version).zip (so it will be different every time). I do not want to commit these files back to my trunk, so I discovered svn import. On the first…