darcs

Issue 1267 Add optional directory name to 'darcs init'

Title Add optional directory name to 'darcs init'
Priority feature Status duplicate
Milestone Resolved in
Superseder wish: "darcs init x" like "darcs init --repodir x"
View: 1268
Nosy List btcoburn, darcs-devel, dmitry.kurochkin, kowey, thorkilnaur, twb
Assigned To
Topics

Created on 2008-12-14.03:52:31 by btcoburn, last changed 2009-08-27.14:22:55 by admin.

Messages
msg6824 (view) Author: btcoburn Date: 2008-12-14.03:52:28
It would be a nice convenience to be able to specify the directory name of a new
repository when running 'darcs init'. We can already do this with 'darcs get
<some-repo> ourname', would like to be able to 'darcs init ourname'.

This would replace the common sequence of:
mkdir foo
cd foo
darcs init

Which would now be just:
darcs init foo
msg7208 (view) Author: twb Date: 2009-01-26.08:07:48
Hi Ben,

On Sat, Dec 13, 2008 at 04:52:28PM +0000, Ben Coburn wrote:
> It would be a nice convenience to be able to specify the directory name of a new
> repository when running 'darcs init'. We can already do this with 'darcs get
> <some-repo> ourname', would like to be able to 'darcs init ourname'.
> 
> This would replace the common sequence of:
> mkdir foo
> cd foo
> darcs init
> 
> Which would now be just:
> darcs init foo

Currently you can do this, which is NEARLY optimal:

    darcs init --repodir foo
msg8094 (view) Author: kowey Date: 2009-08-11.16:11:49
Closing this off as a duplicate of issue1268, thanks!
History
Date User Action Args
2008-12-14 03:52:31btcoburncreate
2009-01-11 14:51:07twbsetnosy: + twb
2009-01-11 14:53:31twbsetnosy: kowey, simon, twb, thorkilnaur, btcoburn, dmitry.kurochkin
superseder: + wish: "darcs init x" like "darcs init --repodir x"
2009-01-26 08:07:50twbsetstatus: unread -> unknown
nosy: kowey, simon, twb, thorkilnaur, btcoburn, dmitry.kurochkin
messages: + msg7208
2009-08-11 16:11:51koweysetstatus: unknown -> duplicate
nosy: kowey, simon, twb, thorkilnaur, btcoburn, dmitry.kurochkin
messages: + msg8094
2009-08-25 17:36:11adminsetnosy: + darcs-devel, - simon
2009-08-27 14:22:55adminsetnosy: kowey, darcs-devel, twb, thorkilnaur, btcoburn, dmitry.kurochkin