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

"svn status -u" bugs

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2003-10-13 19:32:55 CEST

"svn status -u scheduled-add-dir" shows update status as "*", but "svn status -u" does not, in its entry for the same "scheduled-add-dir". "svn status -u" w
ithin the scheduled-add-dir shows "*" not only for it, but for its sheduled-add children too.

~/tmp/svn-sandbox> svn mkdir dir; touch dir/A; svn add dir/A
A dir
A dir/A
~/tmp/svn-sandbox> svn st -u
A 0 dir
A 0 dir/A
Status against revision: 36
~/tmp/svn-sandbox> svn st -u dir/
A 0 dir/A
A * 0 dir
Status against revision: 36
~/tmp/svn-sandbox> cd dir; svn st -u
A * 0 .
A * 0 A

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 13 19:32:21 2003

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

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