[BangPypers] python SVN delete functionality

Baiju M baiju.m.mail at gmail.com
Wed Jun 22 14:18:25 CEST 2011


On Wed, Jun 22, 2011 at 5:45 PM, Shashidhar P <shashidhar85 at gmail.com> wrote:
> Hello Kenneth,
>
>           I want to check all the files from working copy to repository if
> files are missing from working copy and found in repository I need to delete
> them.
>
>           Ya SVN Status gives me files added, removed, I mentioned user
> deletes files manually not using SVN delete. how should I check for deleted
> files.


http://svnbook.red-bean.com/en/1.5/svn.ref.svn.c.status.html

'!'  - Item is missing (e.g., you moved or deleted it without using
svn). This also indicates that a directory is incomplete (a checkout
or update was interrupted).

--
Baiju M


More information about the BangPypers mailing list