Hello All, In my rails application users can upload the files. At present i am using the file system as storage.( I don't use any of the plugin such as acts_as_attachment or attachment_fu) My new requirement is to use "svn" for file storage. Because i need to do the version control for user uploaded files.( Also i guess, if i use svn it will reduce the storage space also ) Is it possible? I am completely blank on this. Please help me in finding a solution. Any of your suggestion will be very useful to me. Please suggest Thank you -- Posted via http://www.ruby-forum.com/.