darcs

Issue 1249 2.1.2 (+ 342 patches) local drive detection on Windows error

Title 2.1.2 (+ 342 patches) local drive detection on Windows error
Priority bug Status resolved
Milestone Resolved in
Superseder Nosy List ckeen, darcs-devel, dmitry.kurochkin, eivuokko, jaredj, kirby, kowey, semka, thorkilnaur, wglozer
Assigned To
Topics Regression, Windows

Created on 2008-12-03.08:27:33 by semka, last changed 2009-08-27.14:19:46 by admin.

Messages
msg6763 (view) Author: semka Date: 2008-12-03.08:27:29
Darcs can't detect local drive Z: as drive.
(Z: is netbios mounted share)
My command line:

PS E:\dev\_darcs\prefs> darcs -v
2.1.2 (+ 342 patches)
PS E:\dev\_darcs\prefs> cat defaultrepo
Z://darcs-repos/herabora/
PS E:\dev\_darcs\prefs> darcs pull -a

darcs failed:  Not a repository: ../../../../Z:/darcs-repos/herabora ((scp) 
failed to fetch: ../../../../Z:/darcs-repos/herabora/_darcs/invent
ory)
PS E:\dev\_darcs\prefs>
msg6764 (view) Author: ckeen Date: 2008-12-03.08:30:37
Just for completeness, this is from IRC:

09:29  C-Keen> and the repo is initially a darcs2 repo format?
09:29  me-so-stupid> yep
09:29  C-Keen> and you are pulling from a darcs2 repo?
09:29  me-so-stupid> yep
msg6805 (view) Author: kirby Date: 2008-12-09.14:28:57
The following patch updated the status of issue1249 to be resolved:

* resolve issue1249: remove makeRelative usage in defaultrepo 
Ignore-this: 2670c16531c03c93b7d82111c28d51e4

makeRelative causes issues with Windows absolute paths
e.g. c:\something. It is used only in defaultrepo, and
it appears to be a leftover from previous path management.
This patch removes it, making defaultrepo management more
like "regular" command line repo management.
Note that the makeRelative code is not removed in this
patch, just the usage.
History
Date User Action Args
2008-12-03 08:27:33semkacreate
2008-12-03 08:30:40ckeensetstatus: unread -> unknown
nosy: + ckeen
messages: + msg6764
2008-12-03 08:31:59ckeensettopic: + Windows, Regression
nosy: + wglozer, eivuokko, jaredj
2008-12-09 14:29:02kirbysetstatus: unknown -> resolved-in-unstable
nosy: + kirby
messages: + msg6805
2009-04-22 03:37:59twbsetstatus: resolved-in-unstable -> resolved
nosy: kowey, wglozer, eivuokko, dagit, simon, thorkilnaur, jaredj, dmitry.kurochkin, ckeen, kirby, semka
2009-08-10 23:52:35adminsetnosy: - dagit
2009-08-25 17:35:26adminsetnosy: + darcs-devel, - simon
2009-08-27 14:19:46adminsetnosy: kowey, wglozer, darcs-devel, eivuokko, thorkilnaur, jaredj, dmitry.kurochkin, ckeen, kirby, semka