darcs

Issue 856 Cannot ``push --dry-run'' without write access

Title Cannot ``push --dry-run'' without write access
Priority bug Status duplicate
Milestone Resolved in
Superseder fix bug where we were calling revertRepository when running with --dry-run.
View: 855
Nosy List darcs-devel, dmitry.kurochkin, jch, kowey, thorkilnaur, tommy
Assigned To
Topics

Created on 2008-05-16.13:20:22 by jch, last changed 2009-08-27.13:59:23 by admin.

Messages
msg4723 (view) Author: jch Date: 2008-05-16.13:20:21
$ cd ~/cpc
$ darcs pull --dry-run -s ~kerneis/cpc  > /dev/null
$ cd ~kerneis/cpc
$ darcs push --dry-run -s ~/cpc > /dev/null
darcs: takeLock /home/invites/kerneis/cpc/_darcs/lock in /home/invites/kerneis/cpc: atomic_create /home/invites/kerneis/cpc/_darcs/lock in /home/invites/kerneis/cpc: permission denied (Permission denied)

I know I don't have write access; but it's a dry run, for goodness' sake.

This happens with both 1.0.9 and 2.0.0.

Regards,

                                        Juliusz
History
Date User Action Args
2008-05-16 13:20:22jchcreate
2008-05-16 23:35:11koweysetpriority: bug
status: unread -> duplicate
superseder: + fix bug where we were calling revertRepository when running with --dry-run.
nosy: jch, tommy, beschmi, dagit
2009-08-06 21:04:56adminsetnosy: + dmitry.kurochkin, simon, kowey, thorkilnaur, - beschmi
2009-08-11 00:14:06adminsetnosy: - dagit
2009-08-25 18:11:03adminsetnosy: + darcs-devel, - simon
2009-08-27 13:59:23adminsetnosy: jch, tommy, kowey, darcs-devel, thorkilnaur, dmitry.kurochkin