bug fixed, to-dos done
parent
6962b34597
commit
0721363a7a
|
@ -27,7 +27,5 @@ Consider creating `$HOME/.cvsrc` if you don't have one already; the plugin doesn
|
||||||
|
|
||||||
### To do
|
### To do
|
||||||
* Add automated tests. (Blindly adding svn-like tests to `t/file_pruned.t` doesn't do the trick.)
|
* Add automated tests. (Blindly adding svn-like tests to `t/file_pruned.t` doesn't do the trick.)
|
||||||
* If the argument to `cvs add` smells like a binary file, `cvs add -kb` it (for [[plugins/attachment]] support).
|
|
||||||
* Don't slurp the entire `cvsps` output into memory (!).
|
|
||||||
* Instead of resource-intensively scraping changesets with `cvsps`, have `ikiwiki-makerepo` set up NetBSD-like `log_accum` and `commit_prep` scripts that coalesce and keep records of commits. `cvsps` can be used as a fallback for repositories without such records.
|
* Instead of resource-intensively scraping changesets with `cvsps`, have `ikiwiki-makerepo` set up NetBSD-like `log_accum` and `commit_prep` scripts that coalesce and keep records of commits. `cvsps` can be used as a fallback for repositories without such records.
|
||||||
* Perhaps prevent web edits from attempting to create `.../CVS/foo.mdwn` (and `.../cvs/foo.mdwn` on case-insensitive filesystems); thanks to the CVS metadata directory, the attempt will fail anyway (and much more confusingly) if we don't.
|
* Perhaps prevent web edits from attempting to create `.../CVS/foo.mdwn` (and `.../cvs/foo.mdwn` on case-insensitive filesystems); thanks to the CVS metadata directory, the attempt will fail anyway (and much more confusingly) if we don't.
|
||||||
|
|
|
@ -52,6 +52,10 @@ the "cvs add <directory>" call and avoid doing anything in that case?
|
||||||
>>>>>> I don't see how there could possibly be a difference between
|
>>>>>> I don't see how there could possibly be a difference between
|
||||||
>>>>>> ikiwiki's C wrapper and your shell wrapper wrapper here. --[[Joey]]
|
>>>>>> ikiwiki's C wrapper and your shell wrapper wrapper here. --[[Joey]]
|
||||||
|
|
||||||
|
>>>>>>> I was comparing strings overly precisely. Fixed on my branch.
|
||||||
|
>>>>>>> I've also knocked off the two most pressing to-do items. I
|
||||||
|
>>>>>>> think the plugin's ready for prime time. --[[schmonz]]
|
||||||
|
|
||||||
> Thing 2 I'm less sure of. (I'd like to see the web UI return
|
> Thing 2 I'm less sure of. (I'd like to see the web UI return
|
||||||
> immediately on save anyway, to a temporary "rebuilding, please wait
|
> immediately on save anyway, to a temporary "rebuilding, please wait
|
||||||
> if you feel like knowing when it's done" page, but this problem
|
> if you feel like knowing when it's done" page, but this problem
|
||||||
|
|
Loading…
Reference in New Issue