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

[PATCH] Issue #2220. propdel returns success on deleting a non-existent prop.

From: Madan US <madan_at_collab.net>
Date: 2005-04-01 10:57:42 CEST

[[[
   Issue #2220: propdel returns success on deleting a non-existent prop.

   * subversion/libsvn_wc/props.c
     (svn_wc_prop_set2): Modified with check to see
     if property already exists. Check done only if
     skip_checks is not TRUE.

   * subversion/clients/cmdline/propdel-cmd.c
     (svn_cl__propdel): Modified to always pass TRUE
     for the skip_checks parameter of svn_client_propset2().

   * subversion/tests/clients/cmdline/prop_tests.py
     (remove_nonexistent_prop): Added function
     to test for error on removal of non-existent property.

   * subversion/tests/clients/cmdline/prop_tests.py
     (test_list): Added function with Skip().
]]]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Fri Apr 1 10:58:59 2005

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.