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

Recursive deletion of property throws unnecessary warning

From: Noorul Islam K M <noorul_at_collab.net>
Date: Wed, 13 Jul 2011 13:07:44 +0530

Initial mail from Geoff Rowell is here.
http://svn.haxx.se/dev/archive-2009-07/0191.shtml

He said:

- Subversion 1.6.3 on Windows
  
When recursively deleting a property from a working copy, an unnecessary
warning is thrown because the property isn't defined on the root working
copy folder.
  
svn pd my:property /my/wc -R
property ' my:property ' deleted from '/my/wc/subfolder'
.
svn: Attempting to delete nonexistent property 'my:property'

---
I just checked with 1.7 version on linux and I get the following.
noorul_at_noorul:/tmp/wc/repos1$ tree
.
`-- A
    `-- B
        `-- lambda
2 directories, 1 file
noorul_at_noorul:/tmp/wc/repos1$ ~/projects/subversion/builds/trunk/bin/svn pd my:property -R
Attempting to delete nonexistent property 'my:property' on '.'
Attempting to delete nonexistent property 'my:property' on 'A'
Attempting to delete nonexistent property 'my:property' on 'A/B'
Attempting to delete nonexistent property 'my:property' on 'A/B/lambda'
I think this output is noisy. Posting this again since the initial
thread did not get any attention.
Thanks and Regards
Noorul
Received on 2011-07-13 09:40:18 CEST

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.