breser@tigris.org writes:
> Author: breser
> Date: Tue Mar 8 15:10:18 2005
> New Revision: 13313
>
> Added:
> branches/wc-replacements/TODO
> Log:
> * TODO
> Add a file outlining the goals of the branch and what needs to be done.
>
>
> Added: branches/wc-replacements/TODO
> Url: http://svn.collab.net/viewcvs/svn/branches/wc-replacements/TODO?view=auto&rev=13313
> ==============================================================================
> --- (empty file)
> +++ branches/wc-replacements/TODO Tue Mar 8 15:10:18 2005
> @@ -0,0 +1,17 @@
> +This branch is for handling replacing files with history within a wc.
> +This covers issue #2148. But also eventually will cover supporting
And issue 1516?
> +allowing the cp and mv commands to replace files. Currently you can
> +only get a wc in this state with the merge command.
Using trunk:
$ svn rm wc/foo
$ touch wc wc/foo
$ svn add wc/foo
$ svn st wc/foo
R wc/foo
> +
> +As of right now files can be replaced.
> +
> +Specific list of items to do:
> +
> +* Implement handling of properties.
> +* Implement handling of properties on directories.
> +* Write tests.
> +* Implement the enhancements to the cp and mv command (pretty much done
> + just not committed yet).
> +* Possibly enhance the handling of checksums. Right now the code isn't
> + storing checksums for replaced files. To fix this would require a new
> + field in entries.
--
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 8 22:30:29 2005