You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Branko Čibej <br...@xbc.nu> on 2004/11/15 11:03:52 UTC

Re: MOD_DAV_SVN bug ? Error add file in repository

Kibets Alexander wrote:

>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
>  
>
Why on earth are you using "svn import" inside a working copy? You 
should use "svn add" and "svn commit".

I suspect that the fact that "svn import" returns an error is a bug 
here, too.


-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re[2]: MOD_DAV_SVN bug ? Error add file in repository

Posted by Kibets Alexander <ki...@uamap.net>.
BC> Kibets Alexander wrote:

>>Here is how there is a error:
>>---------------------------------------------------------------------------------
>>
>>D:\eee>svn checkout https://svn2.kigli.org.ua/test3 --username=test --password=t
>>A  test3\xxxx
>>A  test3\xxxx\foo.txt
>>A  test3\zzzz
>>Checked out revision 4.
>>
>>copy C:\add.txt D:\eee\test3\zzzz\add.txt
>>
>>D:\eee\test3\zzzz>svn add add.txt
>>A         add.txt
>>
>>D:\eee\test3\zzzz>svn status
>>A      add.txt
>>
>>D:\eee\test3>svn commit --message "created xxxx\foo.txt" --username=test
>>Adding         zzzz\add.txt
>>svn: Commit failed (details follow):
>>svn: PROPFIND request failed on '/test3/zzzz/add.txt'
>>svn:
>>Could not open the requested SVN filesystem
>>  
>>
BC> I don't understand this at all, especially the following error:

>>[Mon Nov 15 18:04:26 2004] [error] [client 10.20.0.2] (20014)Error string not specified yet: Can't open file '/home/svn/a/format': No such file or d
>>irectory
>>  
>>
BC> In your earlier post, you showed the apache configuration with gives 
BC> SVNParentPath as /a/home/svn. I have no idea where this path came from.

BC> Is it possible that there's a problem with the virtual host conguration 
BC> and UseCanonicalName?

BC> I must admit I can't figure out what's wrong. Anyone?

BC> -- Brane

I have understood what a error!

If to execute CHECKOUT directories containing ADDITION files
SVN tries to find a repository in a directory/home/svn/a/
(the repository is in a folder/home/svn/test3/format)

Thus the NAME of the REPOSITORY HAS no VALUE!!!!!!!!!!

The NAME of the REPOSITORY is replaced on "a"

/home/svn/test1/->/home/svn/a/
/home/svn/test2/->/home/svn/a/
/home/svn/test3/->/home/svn/a/

Most likely a error in MOD_DAV_SVN

Unfortunately will be come to use ALWAYS only ONE repository :(
/home/svn/a/a link on/home/svn/test3/


Thanks for the help!!!!

-- 
С уважением,
Kибец Александр
e-mail:kibez@uamap.net
t. 2278723


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: MOD_DAV_SVN bug ? Error add file in repository

Posted by Branko Čibej <br...@xbc.nu>.
Kibets Alexander wrote:

>Here is how there is a error:
>---------------------------------------------------------------------------------
>
>D:\eee>svn checkout https://svn2.kigli.org.ua/test3 --username=test --password=t
>A  test3\xxxx
>A  test3\xxxx\foo.txt
>A  test3\zzzz
>Checked out revision 4.
>
>copy C:\add.txt D:\eee\test3\zzzz\add.txt
>
>D:\eee\test3\zzzz>svn add add.txt
>A         add.txt
>
>D:\eee\test3\zzzz>svn status
>A      add.txt
>
>D:\eee\test3>svn commit --message "created xxxx\foo.txt" --username=test
>Adding         zzzz\add.txt
>svn: Commit failed (details follow):
>svn: PROPFIND request failed on '/test3/zzzz/add.txt'
>svn:
>Could not open the requested SVN filesystem
>  
>
I don't understand this at all, especially the following error:

>[Mon Nov 15 18:04:26 2004] [error] [client 10.20.0.2] (20014)Error string not specified yet: Can't open file '/home/svn/a/format': No such file or d
>irectory
>  
>
In your earlier post, you showed the apache configuration with gives 
SVNParentPath as /a/home/svn. I have no idea where this path came from.

Is it possible that there's a problem with the virtual host conguration 
and UseCanonicalName?

I must admit I can't figure out what's wrong. Anyone?

-- Brane



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re[2]: MOD_DAV_SVN bug ? Error add file in repository

Posted by Kibets Alexander <ki...@uamap.net>.
Здравствуйте, Branko.

Вы писали 15 листопада 2004 р., 16:42:35:

BC> Kibets Alexander wrote:

>>Здравствуйте, Branko.
>>
>>Вы писали 15 листопада 2004 р., 13:03:52:
>>
>>BC> Kibets Alexander wrote:
>>
>>>>. 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 
>>>>      
>>>>
>>BC> Why on earth are you using "svn import" inside a working copy? You 
>>BC> should use "svn add" and "svn commit".
>>
>>So the ERROR too comes back !!
>>
>>https://svn2.kigli.org.ua/test3
>>Login: test
>>Passwd: test
>>
>>Please create a directory and then add in it{her} a file....
>>Will see the message on a error!
>>Though if to execute checkout folders - error will not be!
>>  
>>
BC> C:\home\brane\scratch>svn checkout https://svn2.kigli.org.ua/test3 --username=test --password=test
BC> A  test3\zzzz
BC> Checked out revision 3.

BC> C:\home\brane\scratch>cd test3

BC> C:\home\brane\scratch\test3>svn mkdir xxxx
BC> A         xxxx

BC> C:\home\brane\scratch\test3>cd xxxx

BC> C:\home\brane\scratch\test3\xxxx>echo foo > foo.txt

BC> C:\home\brane\scratch\test3\xxxx>svn add foo.txt
BC> A         foo.txt

BC> C:\home\brane\scratch\test3\xxxx>cd ..

BC> C:\home\brane\scratch\test3>svn status
BC> A      xxxx
BC> A      xxxx\foo.txt

BC> C:\home\brane\scratch\test3>svn commit --message "created xxxx\foo.txt" --username=test
BC> Adding         xxxx
BC> Adding         xxxx\foo.txt
BC> Transmitting file data .
BC> Committed revision 4.


BC> It seems to work fine. But maybe you did something different, so it 
BC> would be best if you attach a transcript (like above) to your mail, 
BC> showing exactly which commands you used and what the output was.

BC> -- Brane

Here is how there is a error:
---------------------------------------------------------------------------------

D:\eee>svn checkout https://svn2.kigli.org.ua/test3 --username=test --password=t
A  test3\xxxx
A  test3\xxxx\foo.txt
A  test3\zzzz
Checked out revision 4.

copy C:\add.txt D:\eee\test3\zzzz\add.txt

D:\eee\test3\zzzz>svn add add.txt
A         add.txt

D:\eee\test3\zzzz>svn status
A      add.txt

D:\eee\test3>svn commit --message "created xxxx\foo.txt" --username=test
Adding         zzzz\add.txt
svn: Commit failed (details follow):
svn: PROPFIND request failed on '/test3/zzzz/add.txt'
svn:
Could not open the requested SVN filesystem

In Apache log file:

[Mon Nov 15 18:04:26 2004] [info] Connection to child 3 established (server svn2.kigli.org.ua:443, client 10.20.0.2)
[Mon Nov 15 18:04:26 2004] [info] Seeding PRNG with 136 bytes of entropy
[Mon Nov 15 18:04:26 2004] [info] Initial (No.1) HTTPS request received for child 3 (server svn2.kigli.org.ua:443)
[Mon Nov 15 18:04:26 2004] [info] Subsequent (No.2) HTTPS request received for child 3 (server svn2.kigli.org.ua:443)
[Mon Nov 15 18:04:26 2004] [info] [client 10.20.0.2] Access granted: 'test' OPTIONS test3:/zzzz
[Mon Nov 15 18:04:26 2004] [info] Subsequent (No.3) HTTPS request received for child 3 (server svn2.kigli.org.ua:443)
[Mon Nov 15 18:04:26 2004] [info] [client 10.20.0.2] Access granted: 'test' MKACTIVITY test3:
[Mon Nov 15 18:04:26 2004] [info] Subsequent (No.4) HTTPS request received for child 3 (server svn2.kigli.org.ua:443)
[Mon Nov 15 18:04:26 2004] [info] [client 10.20.0.2] Access granted: 'test' PROPFIND test3:/zzzz
[Mon Nov 15 18:04:26 2004] [info] Subsequent (No.5) HTTPS request received for child 3 (server svn2.kigli.org.ua:443)
[Mon Nov 15 18:04:26 2004] [info] [client 10.20.0.2] Access granted: 'test' PROPFIND test3:
[Mon Nov 15 18:04:26 2004] [info] Subsequent (No.6) HTTPS request received for child 3 (server svn2.kigli.org.ua:443)
[Mon Nov 15 18:04:26 2004] [info] [client 10.20.0.2] Access granted: 'test' CHECKOUT test3:
[Mon Nov 15 18:04:26 2004] [info] Subsequent (No.7) HTTPS request received for child 3 (server svn2.kigli.org.ua:443)
[Mon Nov 15 18:04:26 2004] [info] [client 10.20.0.2] Access granted: 'test' PROPPATCH test3:
[Mon Nov 15 18:04:26 2004] [info] Subsequent (No.8) HTTPS request received for child 3 (server svn2.kigli.org.ua:443)
[Mon Nov 15 18:04:26 2004] [info] [client 10.20.0.2] Access granted: 'test' PROPFIND test3:/zzzz
[Mon Nov 15 18:04:26 2004] [info] Subsequent (No.9) HTTPS request received for child 3 (server svn2.kigli.org.ua:443)
[Mon Nov 15 18:04:26 2004] [info] [client 10.20.0.2] Access granted: 'test' CHECKOUT test3:/zzzz
[Mon Nov 15 18:04:26 2004] [info] Subsequent (No.10) HTTPS request received for child 3 (server svn2.kigli.org.ua:443)
[Mon Nov 15 18:04:26 2004] [info] [client 10.20.0.2] Access granted: 'test' PROPFIND test3:/zzzz/add.txt
[Mon Nov 15 18:04:26 2004] [info] [client 10.20.0.2] Access granted: 'test' GET a:/home/www/sites/default/data/error/not_found.html
[Mon Nov 15 18:04:26 2004] [error] [client 10.20.0.2] (20014)Error string not specified yet: Can't open file '/home/svn/a/format': No such file or d
irectory
[Mon Nov 15 18:04:26 2004] [error] [client 10.20.0.2] Could not fetch resource information.  [500, #0]
[Mon Nov 15 18:04:26 2004] [error] [client 10.20.0.2] Could not open the requested SVN filesystem  [500, #2]
[Mon Nov 15 18:04:26 2004] [error] [client 10.20.0.2] Could not open the requested SVN filesystem  [500, #2]
[Mon Nov 15 18:04:26 2004] [info] Connection to child 3 closed with standard shutdown(server svn2.kigli.org.ua:443, client 10.20.0.2)
[Mon Nov 15 18:04:27 2004] [info] Connection to child 5 established (server svn2.kigli.org.ua:443, client 10.20.0.2)
[Mon Nov 15 18:04:27 2004] [info] Seeding PRNG with 136 bytes of entropy
[Mon Nov 15 18:04:27 2004] [info] Initial (No.1) HTTPS request received for child 5 (server svn2.kigli.org.ua:443)
[Mon Nov 15 18:04:27 2004] [info] [client 10.20.0.2] Access granted: 'test' DELETE test3:
[Mon Nov 15 18:04:27 2004] [info] Connection to child 5 closed with standard shutdown(server svn2.kigli.org.ua:443, client 10.20.0.2)



-- 
С уважением,
Kибец Александр
e-mail:kibez@uamap.net
t. 2278723


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: MOD_DAV_SVN bug ? Error add file in repository

Posted by Branko Čibej <br...@xbc.nu>.
Kibets Alexander wrote:

>Здравствуйте, Branko.
>
>Вы писали 15 листопада 2004 р., 13:03:52:
>
>BC> Kibets Alexander wrote:
>
>>>. 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 
>>>      
>>>
>BC> Why on earth are you using "svn import" inside a working copy? You 
>BC> should use "svn add" and "svn commit".
>
>So the ERROR too comes back !!
>
>https://svn2.kigli.org.ua/test3
>Login: test
>Passwd: test
>
>Please create a directory and then add in it{her} a file....
>Will see the message on a error!
>Though if to execute checkout folders - error will not be!
>  
>
C:\home\brane\scratch>svn checkout https://svn2.kigli.org.ua/test3 --username=test --password=test
A  test3\zzzz
Checked out revision 3.

C:\home\brane\scratch>cd test3

C:\home\brane\scratch\test3>svn mkdir xxxx
A         xxxx

C:\home\brane\scratch\test3>cd xxxx

C:\home\brane\scratch\test3\xxxx>echo foo > foo.txt

C:\home\brane\scratch\test3\xxxx>svn add foo.txt
A         foo.txt

C:\home\brane\scratch\test3\xxxx>cd ..

C:\home\brane\scratch\test3>svn status
A      xxxx
A      xxxx\foo.txt

C:\home\brane\scratch\test3>svn commit --message "created xxxx\foo.txt" --username=test
Adding         xxxx
Adding         xxxx\foo.txt
Transmitting file data .
Committed revision 4.


It seems to work fine. But maybe you did something different, so it 
would be best if you attach a transcript (like above) to your mail, 
showing exactly which commands you used and what the output was.

-- Brane

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re[2]: MOD_DAV_SVN bug ? Error add file in repository

Posted by Kibets Alexander <ki...@uamap.net>.
Здравствуйте, Branko.

Вы писали 15 листопада 2004 р., 13:03:52:

BC> Kibets Alexander wrote:

>>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
>>  
>>
BC> Why on earth are you using "svn import" inside a working copy? You 
BC> should use "svn add" and "svn commit".

So the ERROR too comes back !!

https://svn2.kigli.org.ua/test3
Login: test
Passwd: test

Please create a directory and then add in it{her} a file....
Will see the message on a error!
Though if to execute checkout folders - error will not be!

BC> I suspect that the fact that "svn import" returns an error is a bug 
BC> here, too.

Thanks for the answer!


BC> -- Brane



-- 
С уважением,
Kибец Александр
e-mail:kibez@uamap.net
t. 2278723


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org