[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

I think it is a bug (in creating repository)

From: James Fancy <jamesfancy_at_163.com>
Date: 2006-08-09 04:33:40 CEST

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
Received on Wed Aug 9 07:17:04 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.