[Haskell-cafe] darcs error

2007-04-15 Thread Ruben Zilibowitz
What does it mean if I'm trying to check out a darcs repository and I  
get the following error?


darcs: ./.DS_Store: openBinaryFile: does not exist (No such file or  
directory)


.DS_Store files ought to be filtered out by the default boring file.  
I don't know how one got into the repository and started causing this  
error.


Is there some way to repair the repository?
darcs repair doesn't seem to help.

Regards,

Ruben

___
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] darcs error

2007-04-15 Thread Yitzchak Gale

Ruben Zilibowitz wrote:

What does it mean if I'm trying to check out a darcs repository and I
get the following error?

darcs: ./.DS_Store: openBinaryFile: does not exist (No such file or
directory)


If you are doing darcs get from a partial repo and you
did not use --partial, then this sounds like:

http://bugs.darcs.net/issue145

The darcs users list would be more appropriate
for this question.

http://lists.osuosl.org/mailman/listinfo/darcs-users

More info about darcs on www.darcs.net.

Regards,
Yitz
___
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] darcs error

2007-04-15 Thread Ruben Zilibowitz
I don't think the repository is partial. The error is similar to the  
one in that bug report, but it is a bit different. I'm not sure that  
is the problem. I've posted this to darcs-users now; sorry, I  
should've sent it there originally.


Ruben

On 15/04/2007, at 9:03 PM, Yitzchak Gale wrote:


Ruben Zilibowitz wrote:

What does it mean if I'm trying to check out a darcs repository and I
get the following error?

darcs: ./.DS_Store: openBinaryFile: does not exist (No such file or
directory)


If you are doing darcs get from a partial repo and you
did not use --partial, then this sounds like:

http://bugs.darcs.net/issue145

The darcs users list would be more appropriate
for this question.

http://lists.osuosl.org/mailman/listinfo/darcs-users

More info about darcs on www.darcs.net.

Regards,
Yitz


___
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe