Re: [PATCH] Issue #2419: 'svn rm' of schedule add leaves working props file
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-11-03 21:50:49 CET
Madan U Sreenivasan <madan@collab.net> writes:
> +#----------------------------------------------------------------------
Don't use os.system, use file_append.
> + svntest.main.run_svn(None, 'add', newfile_path)
Please try to avoid run_svn, run_and_verify_svn is better.
> + svntest.main.run_svn(None, 'propset', 'newprop', 'newvalue', newfile_path)
It would be good to run a proplist command to verify that the property
> + svntest.main.run_svn(None, 'rm', '--force', newfile_path)
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Nov 3 21:51:45 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.