Hi,
On Feb 20, 2008, at 7:41 PM, Kamna Jain wrote:
Hi,
I was wondering if this has ever been discussed before in this
mailing list - Having the attched files being version controlled by
SVN?
We use SVN a lot in our company and it would be great if there
exists some integration between XWiki and SVN to save the attached
files.
What has been discussed more was the ability to save the content into
SVN but it's not really been done yet.
However both the main storage and the attachment storage are
configurable property of XWiki and all you need to do is implement an
interface.
For the attachment storage that's XWikiAttachmentStoreInterface:
http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/core/trunk/xwiki-core/src…
You can check :
*
http://tinyurl.com/3352dy
*
http://dev.xwiki.org/xwiki/bin/view/GoogleSummerOfCode/Subversion+Integrati…
-Vincent