Created on 2008-10-25.10:19:56 by jch, last changed 2017-07-30.23:43:06 by gh.
msg6447 (view) |
Author: jch |
Date: 2008-10-25.10:19:54 |
|
After discussion with Nicolas and Florent, we've found a few issues with
the ``darcs transfer-mode'' protocol. I'm filing separate bugs for each
issue.
1. The protocol is not versioned.
This will lead to problems later on. We recommend a new command
OPTIONS list of options
to which the server replies
OPTIONS list of options
Right now, the list of options is empty, so the server should be able to
parse an arbitrary line starting with ``OPTIONS'', and reply with just
OPTIONS
Juliusz
|
msg6451 (view) |
Author: kowey |
Date: 2008-10-25.11:33:38 |
|
I wonder if there is a way we can do this without introducing an extra
connection (one more reason to type password).
Perhaps options could be a command that darcs transfer-mode learns to parse? We
will need to see how old darcs-transfer mode deals with this and how old darcs
client respond accordingly
|
msg6479 (view) |
Author: droundy |
Date: 2008-10-27.17:18:33 |
|
Better to make this backwards-compatible by making it
get options
so that the existing server can handle it just fine (by sending an
error back, indicating that it's version 1 of the protocol).
David
|
msg6480 (view) |
Author: kowey |
Date: 2008-10-27.17:21:40 |
|
I suppose we would have to name it something that is unlikely to actually appear
in anybody's repository, for example:
get darcs-transfer-mode-options
|
msg6482 (view) |
Author: droundy |
Date: 2008-10-27.17:33:06 |
|
That's not necessary, since the namespace isn't shared with files that
are in repositories.
|
msg6483 (view) |
Author: kowey |
Date: 2008-10-27.17:35:10 |
|
Excellent! Marking ProbablyEasy (especially since we need loads of easy jobs if
we're going to carry on sprinting in the years to come)
|
|
Date |
User |
Action |
Args |
2008-10-25 10:19:56 | jch | create | |
2008-10-25 11:33:40 | kowey | set | priority: feature nosy:
jch, kowey, dagit, simon, thorkilnaur, dmitry.kurochkin status: unread -> unknown messages:
+ msg6451 title: Darcs transfer-mode is not versioned -> Darcs transfer-mode ought to be versioned |
2008-10-27 17:18:35 | droundy | set | nosy:
+ droundy messages:
+ msg6479 title: Darcs transfer-mode ought to be versioned -> Darcs transfer-mode is not versioned |
2008-10-27 17:21:41 | kowey | set | nosy:
droundy, jch, kowey, dagit, simon, thorkilnaur, dmitry.kurochkin messages:
+ msg6480 |
2008-10-27 17:33:08 | droundy | set | nosy:
droundy, jch, kowey, dagit, simon, thorkilnaur, dmitry.kurochkin messages:
+ msg6482 |
2008-10-27 17:35:16 | kowey | set | topic:
+ ProbablyEasy, SSH nosy:
+ jaredj messages:
+ msg6483 |
2009-08-06 18:01:31 | admin | set | nosy:
+ markstos, jast, Serware, darcs-devel, zooko, mornfall, tommy, beschmi, - droundy, jch, jaredj |
2009-08-06 21:13:40 | admin | set | nosy:
- beschmi |
2009-08-10 21:50:10 | admin | set | nosy:
+ jch, jaredj, - tommy, markstos, darcs-devel, zooko, jast, Serware, mornfall |
2009-08-10 23:49:14 | admin | set | nosy:
- dagit |
2009-08-19 12:42:46 | kowey | set | status: unknown -> needs-implementation nosy:
jch, kowey, simon, thorkilnaur, jaredj, dmitry.kurochkin topic:
+ Target-2.4 |
2009-08-25 17:32:14 | admin | set | nosy:
+ darcs-devel, - simon |
2009-08-27 10:30:33 | kowey | set | nosy:
jch, kowey, darcs-devel, thorkilnaur, jaredj, dmitry.kurochkin |
2009-08-27 14:28:17 | admin | set | nosy:
jch, kowey, darcs-devel, thorkilnaur, jaredj, dmitry.kurochkin |
2009-11-15 16:52:45 | tux_rocker | set | topic:
- Target-2.4 |
2010-03-23 15:55:57 | kowey | set | nosy:
+ exlevan, - kowey, thorkilnaur |
2017-07-30 23:43:06 | gh | set | status: needs-implementation -> given-up |
|