darcs

Issue 1328 wish: darcs init --no-working-tree

Title wish: darcs init --no-working-tree
Priority wishlist Status duplicate
Milestone Resolved in
Superseder wish: darcs init/get --no-working-directory
View: 431
Nosy List darcs-devel, dmitry.kurochkin, kowey, thorkilnaur, twb
Assigned To
Topics

Created on 2009-01-24.05:57:19 by twb, last changed 2009-08-27.14:27:39 by admin.

Messages
msg7168 (view) Author: twb Date: 2009-01-24.05:57:14
Unlike --no-pristine-tree, a --no-working-tree option would primarily
be useful for "crippled" repositories to which pushing/pulling is
allowed, but editing the working tree is not.  If there is no working
tree, it can't be edited accidentally!

In such a repo, "darcs apply" should be smart enough to not try to
edit the (non-existent) working tree.  Similarly "darcs whatsnew"
should abort with a meaningful warning, rather than claiming that the
entire working tree has been deleted.

Finally, AFAICT "darcs push" to a working-treeless repo would not
require "darcs apply" to be run on the remote end.  This would allow
push to servers that do not have a darcs binary installed (issue554).

Due to the changed semantics for apply, whatsnew, push, and probably
many other commands, I guess this change will require another entry in
_darcs/format.

PS: please don't call it "no-working-dir".
msg7170 (view) Author: kowey Date: 2009-01-24.08:54:21
To be merged with issue431?
History
Date User Action Args
2009-01-24 05:57:19twbcreate
2009-01-24 08:54:24koweysetpriority: wishlist
nosy: kowey, simon, twb, thorkilnaur, dmitry.kurochkin
status: unread -> unknown
messages: + msg7170
2009-01-24 11:58:07twblinkissue431 superseder
2009-08-18 22:50:35koweysetstatus: unknown -> duplicate
nosy: kowey, simon, twb, thorkilnaur, dmitry.kurochkin
superseder: + wish: darcs init/get --no-working-directory
2009-08-18 22:52:15koweyunlinkissue431 superseder
2009-08-25 17:39:47adminsetnosy: + darcs-devel, - simon
2009-08-27 14:27:39adminsetnosy: kowey, darcs-devel, twb, thorkilnaur, dmitry.kurochkin