Perhaps this could be of use: http://code.google.com/p/django-rcsfield/
On Aug 26, 8:51 pm, "oso che bol" <[EMAIL PROTECTED]> wrote: > Hi, > > Thanks you for your response. > > Regards, > -LN > > On Tue, Aug 26, 2008 at 4:32 PM, Rajesh Dhawan <[EMAIL PROTECTED]>wrote: > > > > > Hi, > > > On Aug 26, 2:58 pm, "oso che bol" <[EMAIL PROTECTED]> wrote: > > > Dear All, > > > > Anyone know how to control Revisions of Page Content by Subversion? > > > > - Django will save the latest content in DB > > > - When someone like to view the old version, Django will create an API to > > > view from SVN and compare with latest version > > > - When someone Update to Page, Django will create API to save diff to SVN > > > and save lastest content to DB > > > This may fit in well with a custom storage[1] implementation that uses > > the Python SVN API[2] to implement remote storage: > > > [1] > >http://www.djangoproject.com/documentation/files/#writing-a-custom-st... > > [2]http://pysvn.tigris.org/ > > > But you will have to do most of the hard work from there... > > > -Rajesh D --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---