On 8/9/06, James Fancy <jamesfancy@163.com> wrote:
> hi,
>
> TortoiseSVN is a very good tool, thank you very much.
> I am using edition 1.4.0 build 7195 RC1.
>
> I use the TortoiseSVN create a repository and try to access it through Apache just in HTTP.
>
> Then I got a error message:
> Error * PROPFIND request failed on '/svn/test' Could not open the requested SVN filesystem
>
> So I remove the repository and use svnadmin command to create one.
> Access successfully.
>
> I compare the two repositories by Winmerge and found some differences:
>
> Let me suppose the repositry created by TortoiseSVN is 'aaa',
> and the one created by svnadmin is 'bbb', then
>
> aaa/db/format contains 2
> bbb/db/format contains 1
> (if I replaced the aaa's format file with bbb's, access successfully)
>
> aaa/hooks/pre-lock and aaa/hooks/pre-unlock use '=' in if statement for comparation.
> bbb/hooks/pre-lock and bbb/hooks/pre-unlock use '==' in if statement for comparation.
> (I don't know bash shell script, maybe they are same effect)
>
> James Fancy
>
It isn't a bug. The version of subversion you have installed is too
old to understand the repository format that TortoiseSvn created.
/Johan
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Aug 9 09:21:12 2006