There's also the python API to SVN which let's you d a lot of stuff. -- Sriram
On 6/22/11, Shashidhar P <[email protected]> wrote: > Dear Python developers I want to achieve svn delete functionality using > python v2.3.5 > > >>> I have repository and working copy > >>> I do checkin and checkout > >>> If end user deletes some files from working copy MANUALLY not > using SVN delete, I need to comapare working copy and repository before > checkin and make sure that files which are deleted manually from working > copy should be deleted from the repository. > > please help me with code snippet if possible. What is best lists > comparing method to get items not present in working copy, present in > repository. > > > Thanking you in advance. > > ------------- > Regards, > > Shashidhar N.Paragonda > [email protected] > +919449073835 > _______________________________________________ > BangPypers mailing list > [email protected] > http://mail.python.org/mailman/listinfo/bangpypers > -- Sent from my mobile device ================== Belenix: www.belenix.org _______________________________________________ BangPypers mailing list [email protected] http://mail.python.org/mailman/listinfo/bangpypers
