Hi
I converted the currentof.java test from the lang suite to a junit test
named CurrentOfTest.java. Now I would like to delete the old test and
related files once the new test is committed. But I don't know how can I do
that . From the svn help on delete says:
[c:/trunk] svn help delete
delete (del, remove, rm): Remove files and directories from version control.
usage: 1. delete PATH...
2. delete URL...
1. Each item specified by a PATH is scheduled for deletion upon
the next commit. Files, and directories that have not been
committed, are immediately removed from the working copy.
PATHs that are, or contain, unversioned or modified items will
not be removed unless the --force option is given.
2. Each item specified by a URL is deleted from the repository
via an immediate commit.
Valid options:
--force : force operation to run
-q [--quiet] : print as little as possible
--targets arg : pass contents of file ARG as additional args
-m [--message] arg : specify log message ARG
-F [--file] arg : read log message from file ARG
--force-log : force validity of log message source
--editor-cmd arg : use ARG as external editor
--encoding arg : treat value as being in charset encoding ARG
--username arg : specify a username ARG
--password arg : specify a password ARG
--no-auth-cache : do not cache authentication tokens
--non-interactive : do no interactive prompting
--config-dir arg : read user configuration files from directory
ARG
Does that mean only a committer can delete the files ? I don't want to
attempt delete before getting confirmation from others. If only a committer
can delete the files then can any one please delete the following files from
org/apache/derbyTesting/functionTests/tests/lang/ once the
CurrentOfTest.java is committed?
currentof.java and currentof_derby.properties
Thanks
Manjula