[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: "svn status" does not show unversioned items been deleted but not committed

From: Andrey <andry_at_inbox.ru>
Date: Wed, 14 Jun 2017 23:36:38 +0300

Daniel Shahaf <d.s_at_daniel.shahaf.name> писал(а) в своём письме Wed, 14 Jun
2017 20:47:16 +0300:

> The first column of `status` output reports not only the in-wc.db status
> (e.g., 'A' / 'D' / 'R'), but also the on-disk status, e.g., '?' and '!'.
> For example, compare how after 'svn add iota && /bin/rm iota', iota is
> reported with status '!' rather than 'A'. So I think it would make
> sense to have a file that is scheduled to be deleted, but exists on
> disk, to be reported as, say, a lowercase 'd'.
In mine case it's `svn remove iota && type nul > iota`
But i think this is almost the same case.
Received on 2017-06-14 22:37:29 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.