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

Show complete path in "Won't delete locally modified file 'foo'"

From: Glenn Maynard <g_sub_at_zewt.org>
Date: 2004-05-05 02:42:19 CEST

The message:

 svn: Won't delete locally modified file 'bar'

shows only the basename of the modified file, which is confusing when the
modified file is buried in a subdirectory of a large update.

Simple to reproduce:

08:36pm glenn@zewt/2 [~/svn] mkdir test
08:36pm glenn@zewt/2 [~/svn] touch test/foo
08:36pm glenn@zewt/2 [~/svn] svn add test
A test
A test/foo
08:36pm glenn@zewt/2 [~/svn] svn ci test -m testing
Adding test
Adding test/foo
Transmitting file data .

Committed revision 205.
08:36pm glenn@zewt/2 [~/svn] cd
08:37pm glenn_at_zewt/2 [~] svn co https://zewt.org/svn/test
A test/foo
Checked out revision 205.
08:37pm glenn@zewt/2 [~] echo hello >> test/foo
08:37pm glenn@zewt/2 [~] svn rm svn/test/foo
D svn/test/foo
08:37pm glenn@zewt/2 [~] svn ci svn/test/foo -m remove
Deleting svn/test/foo

Committed revision 206.
08:37pm glenn@zewt/2 [~] svn up test
svn: Won't delete locally modified file 'foo'

... even if "foo" is buried ten levels deep.

-- 
Glenn Maynard
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 5 02:43:51 2004

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.