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-storage-system
[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
-~----------~----~----~----~------~----~------~--~---

Reply via email to