You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Bernd Walter <ti...@cicely5.cicely.de> on 2002/08/10 19:20:34 UTC

svn fails to expand URL

The case is 100% reproduceable.
This is with r2927:
[627]srv1.cosmo-project.de> cat test/testfile 
test
test
$URL: http://www2.cicely.de/svn/users/ticso/test/testfile $
test
[628]srv1.cosmo-project.de> rm -rf test
[629]srv1.cosmo-project.de> svn update
A  ./test
A  ./test/testfile
Updated to revision 29.
[630]srv1.cosmo-project.de> cat test/testfile 
test
test
$URL: $
test
[631]srv1.cosmo-project.de> rm test/testfile 
[632]srv1.cosmo-project.de> svn update
Restored ./test/testfile
At revision 29.
[633]srv1.cosmo-project.de> cat test/testfile
test
test
$URL: http://www2.cicely.de/svn/users/ticso/test/testfile $
test
[634]srv1.cosmo-project.de> svn propget svn:keywords test/testfile 
Author Date Rev URL

Author Date Rev expand without problems.

-- 
B.Walter              COSMO-Project         http://www.cosmo-project.de
ticso@cicely.de         Usergroup           info@cosmo-project.de


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

svn cp problem

Posted by Bernd Walter <ti...@cicely5.cicely.de>.
[476]cicely5> svn update
At revision 36.
[477]cicely5> svn cp testfile testfile2
[478]cicely5> svn commit -m test testfile2
Adding         testfile2
svn: RA layer request failed
svn: Commit failed (details follow):
svn: COPY of testfile2: 502 Bad Gateway
Exit 1

My httpd log shows:
10.1.1.7 - ticso [11/Aug/2002:19:25:06 +0200] "REPORT /svn/users/ticso/test HTTP/1.1" 200 435 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - - [11/Aug/2002:19:25:27 +0200] "OPTIONS /svn/users/ticso/test HTTP/1.1" 401 1349 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:27 +0200] "OPTIONS /svn/users/ticso/test HTTP/1.1" 200 183 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:27 +0200] "MKACTIVITY /svn/!svn/act/8841c6ec-f2a7-0310-af6a-bf01433116ca HTTP/1.1" 201 294 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:28 +0200] "PROPFIND /svn/users/ticso/test HTTP/1.1" 207 387 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:28 +0200] "PROPFIND /svn/!svn/vcc/default HTTP/1.1" 207 337 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:28 +0200] "CHECKOUT /svn/!svn/bln/36 HTTP/1.1" 201 309 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:29 +0200] "PROPPATCH /svn/!svn/wbl/8841c6ec-f2a7-0310-af6a-bf01433116ca/36 HTTP/1.1" 207 314 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:29 +0200] "PROPFIND /svn/users/ticso/test HTTP/1.1" 207 355 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:30 +0200] "CHECKOUT /svn/!svn/ver/29/users/ticso/test HTTP/1.1" 201 323 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:30 +0200] "PROPFIND /svn/users/ticso/test/testfile2 HTTP/1.1" 404 260 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:30 +0200] "PROPFIND /svn/users/ticso/test/testfile HTTP/1.1" 207 498 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:31 +0200] "PROPFIND /svn/!svn/vcc/default HTTP/1.1" 207 390 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"
10.1.1.7 - ticso [11/Aug/2002:19:25:32 +0200] "COPY /svn/!svn/bc/36/users/ticso/test/testfile HTTP/1.1" 502 326 "-" "neon/0.21.2 SVN/0.14.1 (r2927)"

My httpd-error log shows:
[Sun Aug 11 19:25:30 2002] [error] [client 10.1.1.7] Could not fetch resource information.  [404, #0]
[Sun Aug 11 19:25:30 2002] [error] [client 10.1.1.7] could not determine resource kind  [404, #21073]
[Sun Aug 11 19:25:30 2002] [error] [client 10.1.1.7] (17)File exists: file not found: revision `36', path `/users/ticso/test/testfile2'  [404, #21073]

This is r2927 + 2933:2934 under Apache 2.0.40

-- 
B.Walter              COSMO-Project         http://www.cosmo-project.de
ticso@cicely.de         Usergroup           info@cosmo-project.de


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

Re: svn fails to expand URL

Posted by Bernd Walter <ti...@cicely5.cicely.de>.
On Sat, Aug 10, 2002 at 09:03:28PM -0500, Karl Fogel wrote:
> Bernd Walter <ti...@cicely5.cicely.de> writes:
> > The case is 100% reproduceable.
> > This is with r2927:
> > [627]srv1.cosmo-project.de> cat test/testfile 
> > test
> > test
> > $URL: http://www2.cicely.de/svn/users/ticso/test/testfile $
> > test
> > [628]srv1.cosmo-project.de> rm -rf test
> > [629]srv1.cosmo-project.de> svn update
> > A  ./test
> > A  ./test/testfile
> > Updated to revision 29.
> 
> My goodness, I didn't even know we supported automatic restoration of
> removed directories like that.  What a pleasant surprise...
> 
> > [630]srv1.cosmo-project.de> cat test/testfile 
> > test
> > test
> > $URL: $
> > test
> 
> ...too bad about the URL, though :-)!
> 
> (Shades of issues #843 and #634.)
> 
> Thanks for the very clear bug report; I've filed new issue #865 about
> this.  It shouldn't take long to fix, but I know I at least am not
> able to get to it tonight, and don't want to forget about it.
> 
> If anyone starts on this, please mark 865 as started.

Thanks for fixing the issue so quick.

-- 
B.Walter              COSMO-Project         http://www.cosmo-project.de
ticso@cicely.de         Usergroup           info@cosmo-project.de


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

Re: svn fails to expand URL

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
Bernd Walter <ti...@cicely5.cicely.de> writes:
> The case is 100% reproduceable.
> This is with r2927:
> [627]srv1.cosmo-project.de> cat test/testfile 
> test
> test
> $URL: http://www2.cicely.de/svn/users/ticso/test/testfile $
> test
> [628]srv1.cosmo-project.de> rm -rf test
> [629]srv1.cosmo-project.de> svn update
> A  ./test
> A  ./test/testfile
> Updated to revision 29.

My goodness, I didn't even know we supported automatic restoration of
removed directories like that.  What a pleasant surprise...

> [630]srv1.cosmo-project.de> cat test/testfile 
> test
> test
> $URL: $
> test

...too bad about the URL, though :-)!

(Shades of issues #843 and #634.)

Thanks for the very clear bug report; I've filed new issue #865 about
this.  It shouldn't take long to fix, but I know I at least am not
able to get to it tonight, and don't want to forget about it.

If anyone starts on this, please mark 865 as started.

-K

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