Hi,
I have updated my post according to the clarifications requested below. Thanks a lot.
We have a web application that stores audio, video, and pictures in it.
We didn't consider it before, but the digital files are being committed in and out when we do an svn export (publish). Obviously this isn't a good way to go.
We have a /video folder that has 2 gb of videos that got accidentally uncommitted. What I want to do is have svn manage everything except the video /asset folders.
The videos/images/audio files are uploaded by users of the app. So, we need to be able to roll out a site update without those being overwritten ..
Any thoughts on how we could manage deploying an app that won't overwrite the video/asset folder on export?
Thansk in advance!