On Tue, Sep 7, 2010 at 12:59, Patrick Fletcher
<patrick.fletcher_at_marquisware.com> wrote:
> Thanks for super fast reply Stefan!!!! (yes, 4 exclamations)
>
>> I've attached a helper script that you can use to run fsfsverify.py across
> multiple repositories.
>
> I'm running windows here and I can't get this to work in Cygwin (please
> excuse me if I'm just being ignorant - Unix/Python deficient)
> *************************************************************************
> PatrickF_at_DESK28 ~/Desktop
> $ ./verify-revisions.sh G:/Subversion/Repositories/eomis
> ./verify-revisions.sh: line 3: $'\r': command not found
> ./verify-revisions.sh: line 17: $'\r': command not found
> ./verify-revisions.sh: line 20: $'\r': command not found
> ./verify-revisions.sh: line 31: syntax error near unexpected token `elif'
> '/verify-revisions.sh: line 31: `elif which jot >/dev/null 2>/dev/null
> *************************************************************************
>
> Googling around, I cannot find flag explanations for fsfsverify.py, and only
> really see examples about using -f flag to fix a single revision identified
> by the separate svnadmin verify (which as you know didn't report anything
> for my repo).
Does fsfsverify.py require Cygwin? You shouldn't need it, and in fact
the Cygwin Subversion client has been known to cause issues since
you're telling it to pretend it's on *NIX when it's really on Windows.
Both Subversion and Python run perfectly fine as Win32 native
programs. You aren't running svnserve or Apache via Cygwin on your
server, are you?
Received on 2010-09-07 19:10:10 CEST