bzr-svn fails to branch Subversion from HTTP

Hendy Irawan hendy at rainbowpurple.com
Sun Sep 9 13:03:33 BST 2007


Jelmer Vernooij wrote:
> Hi Hendy,
>
> Am Sonntag, den 09.09.2007, 17:37 +0700 schrieb Hendy Irawan:
>   
>> I could've sworn it worked in the past... even when using 0.15 ? But 
>> last time I checked it didn't, so I upgraded to 0.90 + bzr-svn 0.42 but 
>> it still not good :(
>>
>> Please advise...
>>     
> This is caused by a broken server setup. The following command also
> doesn't work:
>
> % svn log -v http://svn.rubyonrails.org/rails/trunk
> subversion/libsvn_ra_neon/util.c:1210: (apr_err=175002)
> svn: REPORT request failed on '/rails/!svn/bc/7422/trunk'
> subversion/libsvn_ra_neon/util.c:523: (apr_err=175002)
> svn: REPORT of '/rails/!svn/bc/7422/trunk': Response exceeded maximum
> number of header fields. (http://svn.rubyonrails.org)
>
> Cheers,
>
> Jelmer
>   
Ah, I see... Thank you :)

It means that it should work when mirroring other repositories.

BTW I wonder why the below happens: Is it also due to bad SVN server ?? 
(how many bad SVN servers are there??)

ceefour at ojalanow:/media/prestige/project/mephisto$ svn info 
http://svn.techno-weenie.net/projects/mephisto/trunk
Path: trunk
URL: http://svn.techno-weenie.net/projects/mephisto/trunk
Repository Root: http://svn.techno-weenie.net/projects
Repository UUID: 567b1171-46fb-0310-a4c9-b4bef9110e78
Revision: 2983
Node Kind: directory
Last Changed Author: technoweenie
Last Changed Rev: 2952
Last Changed Date: 2007-08-15 06:43:59 +0700 (Wed, 15 Aug 2007)

ceefour at ojalanow:/media/prestige/project/mephisto$ bzr branch 
svn+http://svn.techno-weenie.net/projects/mephisto/trunk -r 2952 
mephisto_bzr
bzr: ERROR: Requested revision: u'2952' does not exist in branch: 
SvnBranch('svn+http://svn.techno-weenie.net/projects/mephisto/trunk')
ceefour at ojalanow:/media/prestige/project/mephisto$ bzr branch 
svn+http://svn.techno-weenie.net/projects/mephisto/trunk -r 2951 
mephisto_bzr
bzr: ERROR: Requested revision: u'2951' does not exist in branch: 
SvnBranch('svn+http://svn.techno-weenie.net/projects/mephisto/trunk')
ceefour at ojalanow:/media/prestige/project/mephisto$ svn ls 
http://svn.techno-weenie.net/projects/mephisto/trunk -r 2951
CHANGELOG
INSTALL
LICENSE
README
Rakefile
app/
config/
db/
lib/
public/
script/
test/
themes/
vendor/
ceefour at ojalanow:/media/prestige/project/mephisto$ svn ls 
http://svn.techno-weenie.net/projects/mephisto/trunk -r 2952
CHANGELOG
INSTALL
LICENSE
README
Rakefile
app/
config/
db/
lib/
public/
script/
test/
themes/
vendor/
ceefour at ojalanow:/media/prestige/project/mephisto$ bzr branch 
svn+http://svn.techno-weenie.net/projects/mephisto/trunk -r 2983 
mephisto_bzr
bzr: ERROR: Requested revision: u'2983' does not exist in branch: 
SvnBranch('svn+http://svn.techno-weenie.net/projects/mephisto/trunk')
ceefour at ojalanow:/media/prestige/project/mephisto$ svn log -v 
http://svn.techno-weenie.net/projects/mephisto/trunk | head
------------------------------------------------------------------------
r2952 | technoweenie | 2007-08-15 06:43:59 +0700 (Wed, 15 Aug 2007) | 1 line
Changed paths:
   M /mephisto/trunk/vendor/plugins/acts_as_paranoid
   M 
/mephisto/trunk/vendor/plugins/acts_as_paranoid/lib/caboose/acts/paranoid.rb

update acts_as_paranoid plugin for edge rails
------------------------------------------------------------------------
r2950 | technoweenie | 2007-08-14 08:00:58 +0700 (Tue, 14 Aug 2007) | 1 line
Changed paths:


-- 
Hendy Irawan
www.hendyirawan.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20070909/a3d3f835/attachment.htm 


More information about the bazaar mailing list