Muruga Raj wrote:
> 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 )
> 

Subversion would be a very poor solution here.  You will have better 
luck with a decentralized version control system such as Git (and the 
Grit library, perhaps).  Acts_as_versioned may also be worth looking at.

> 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.

It should be possible.  For Git-based solutions, you might get ideas 
from ticgit or git-wiki.

> 
> Please suggest
> 
> Thank you

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
marnen / marnen.org
-- 
Posted via http://www.ruby-forum.com/.