[Zope-dev] Zope components and revision control with cvs

kapil thangavelu kthangavelu@earthlink.net
Thu, 1 Aug 2002 06:22:51 -0700


On Thursday 01 August 2002 12:04 pm, Shane Hathaway wrote:
>
> Subversion, however, gives us a new opportunity.  The first alpha has
> been released.  Communicating with a Subversion repository involves
> HTTP, WebDAV, and DeltaV--all documented, open standards.  So Zope could
> talk to a Subversion repository in a very transparent, well-integrated
> way.  Anyone out there looking to write a nice, useful product for Zope?
>   A Zope->Subversion adapter would be a great choice. :-)
>
> http://subversion.tigris.org

additionally (or perhaps more importantly) there is a python api to the 
subversion client libs. its mostly complete and functional. a nice example is 
the cvs2svn conversion script included with subversion

-kapil