darcs

Issue 766 darcs 2 repo confused by spaces in filenames

Title darcs 2 repo confused by spaces in filenames
Priority bug Status duplicate
Milestone Resolved in
Superseder Nosy List darcs-devel, dmitry.kurochkin, kowey, thorkilnaur, tommy, trentbuck
Assigned To
Topics

Created on 2008-03-27.01:43:50 by trentbuck, last changed 2009-08-27.13:57:03 by admin.

Messages
msg4051 (view) Author: twb Date: 2008-03-27.01:43:48
With the following darcs version, darcs2 format repos are confused by
spaces in filenames.

$ darcs --version
2.0.0pre3 (unknown)
$ darcs --exact-version
darcs compiled on Feb  2 2008, at 06:31:14
unknown
$

The following transcript demonstrates the issue.

$ darcs init --darcs-2
$ touch 'x y'
$ darcs rec -lam 'x y' 'x y'
Recording changes in "x y":

Finished recording patch 'x y'
$ echo >'x y'
$ echo yd | darcs ame -a 'x y'
Amending changes in "x y":

Thu Mar 27 12:32:32 EST 2008  Trent W. Buck <trentbuck@gmail.com>
  * x y
Shall I amend this patch? [yNvpxq], or ? for help:

darcs failed:  File ./x does not exist.
History
Date User Action Args
2008-03-27 01:43:50trentbuckcreate
2008-03-27 17:50:43droundysetpriority: bug
status: unread -> duplicate
nosy: tommy, beschmi, kowey, trentbuck
2009-08-06 21:01:15adminsetnosy: + dmitry.kurochkin, simon, thorkilnaur, - beschmi
2009-08-25 18:09:36adminsetnosy: + darcs-devel, - simon
2009-08-27 13:57:03adminsetnosy: tommy, kowey, darcs-devel, trentbuck, thorkilnaur, dmitry.kurochkin