Help me please!
Error add file in repository :(
1. Configure Subversion (1.1.1) + Apache2 (2.0.52)
(OS:FreeBSD 4.10)
<VirtualHost svn.local:80>
DocumentRoot /home/www/sites/svn/data
ServerName svn.local
<Location />
DAV svn
SVNParentPath /a/home/svn/
AuthzSVNAccessFile /a/home/svn/.access
AuthType Basic
AuthName "Repository"
AuthUserFile /home/www/sites/.htpasswd
Require valid-user
</Location>
</VirtualHost>
2. Create repository
./svnadmin create /a/home/svn/test1 --fs-type fsfs
3. Start Apache and etc.
4. Create folder (client: WinXP / subversion 1.1.1)
D:\1>svn mkdir http://svn.local/test1/xxx --message zzzz
Authentication realm: <http://svn.local:80> Repository
Username: xxxxx
Password for 'xxxxx': *****
Committed revision 4.
4. CHECKOUT test folder in repos.
D:\>svn checkout http://svn.local/test1/xxx D:\333
Checked out revision 4.
5. IMPORT file in repos. (ERROR!)
Copy file in D:\333 (copy C:\rrr.txt D:\333)
D:\>svn import D:\333 http://svn.local/test1/xxx --message xxxx
svn: PROPFIND request failed on '/test1/xxx/rrr.txt'
svn:
Could not open the requested SVN filesystem
Thus in Apache error.log:
[Sat Nov 13 16:25:24 2004] [info] [client 10.20.0.2] Access granted: 'xxxxx' PROPFIND test1:/xxx
[Sat Nov 13 16:25:24 2004] [info] [client 10.20.0.2] Access granted: 'xxxxx' PROPFIND test1:
[Sat Nov 13 16:25:24 2004] [info] [client 10.20.0.2] Access granted: 'xxxxx' PROPFIND test1:
[Sat Nov 13 16:25:24 2004] [info] [client 10.20.0.2] Access granted: 'xxxxx' PROPFIND test1:/xxx
[Sat Nov 13 16:25:24 2004] [info] [client 10.20.0.2] Access granted: 'xxxxx' OPTIONS test1:/xxx
[Sat Nov 13 16:25:24 2004] [info] [client 10.20.0.2] Access granted: 'xxxxx' MKACTIVITY test1:
[Sat Nov 13 16:25:24 2004] [info] [client 10.20.0.2] Access granted: 'xxxxx' PROPFIND test1:/xxx
[Sat Nov 13 16:25:24 2004] [info] [client 10.20.0.2] Access granted: 'xxxxx' PROPFIND test1:
[Sat Nov 13 16:25:24 2004] [info] [client 10.20.0.2] Access granted: 'xxxxx' CHECKOUT test1:
[Sat Nov 13 16:25:24 2004] [info] [client 10.20.0.2] Access granted: 'xxxxx' PROPPATCH test1:
[Sat Nov 13 16:25:24 2004] [info] [client 10.20.0.2] Access granted: 'xxxxx' PROPFIND test1:/xxx
[Sat Nov 13 16:25:24 2004] [info] [client 10.20.0.2] Access granted: 'xxxxx' CHECKOUT test1:/xxx
[Sat Nov 13 16:25:24 2004] [info] [client 10.20.0.2] Access granted: 'xxxxx' PROPFIND test1:/xxx/intl.dll
[Sat Nov 13 16:25:24 2004] [info] [client 10.20.0.2] Access granted: 'xxxxx' GET a:/home/www/sites/default/data/error/not_found.html
[Sat Nov 13 16:25:24 2004] [error] [client 10.20.0.2] (20014)Error string not specified yet: First line of '/a/home/svn/a/format' contains non-digit
[Sat Nov 13 16:25:24 2004] [error] [client 10.20.0.2] Could not fetch resource information. [500, #0]
[Sat Nov 13 16:25:24 2004] [error] [client 10.20.0.2] Could not open the requested SVN filesystem [500, #125006]
[Sat Nov 13 16:25:24 2004] [error] [client 10.20.0.2] Could not open the requested SVN filesystem [500, #125006]
[Sat Nov 13 16:25:24 2004] [info] [client 10.20.0.2] Access granted: 'xxxxx' DELETE test1:
The similar error arises ONLY at IMPORT of files use HTTP/HTTPS
All other commands (creation of a directory, removal, etc.) are carried out normally
If to use SVN - ERROR is NOT PRESENT
Help me please
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Nov 15 17:34:25 2004