On Wed, Jun 22, 2011 at 5:45 PM, Shashidhar P <[email protected]> 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
_______________________________________________
BangPypers mailing list
[email protected]
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to