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

Moving files around on a https repository

From: Andrew Leeper <me_at_nivenhuh.net>
Date: 2004-11-17 17:08:49 CET

Hi all.

I'm running into an issue with moving files around on a
working copy and then checking the changes into a
repository over https. The operation I want to perform
works correctly over http.

I do not have a proxy set up.

I've attached what I'm trying to do below:

Using a http checkout (works as it should):
NivenHuHs-Computer:~/Development/Objc nivenhuh$ svn mv Foo Bar
NivenHuHs-Computer:~/Development/Objc nivenhuh$ svn ci

Adding Objc/Bar
Deleting Objc/Foo

Committed revision 38.

Using a https checkout (broken):
NivenHuHs-Computer:~/Development/Objc nivenhuh$ svn mv Bar Foo
A Foo
D Bar
NivenHuHs-Computer:~/Development/Objc nivenhuh$ svn ci

Deleting Objc/Bar
Adding Objc/Foo
subversion/libsvn_client/commit.c:765: (apr_err=175002)
svn: Commit failed (details follow):
subversion/libsvn_ra_dav/util.c:294: (apr_err=175002)
svn: COPY of Foo: 502 Bad Gateway (https://svn.nivenhuh.net)

My Client Information:
- svn, version 1.1.1 (r11581)
   compiled Oct 22 2004, 22:16:12
- Darwin NivenHuHs-Computer.local 7.6.0 Darwin Kernel Version 7.6.0: Sun Oct 10 12:05:27 PDT 2004; root:xnu/xnu-517.9.4.obj~1/RELEASE_PPC Power Macintosh powerpc

My Server Information:
- svn, version 1.1.1 (r11581)
   compiled Nov 11 2004, 13:12:35
- Server version: Apache/2.0.52
Server built: Nov 9 2004 12:35:00
- Linux trecko 2.4.20-gentoo-r8 #2 Sat Nov 15 15:26:09 CST 2003 i686 AMD Athlon(tm) processor AuthenticAMD GNU/Linux

Virtual Host Configuration:

<VirtualHost *:80 *:443>
   ServerName svn.nivenhuh.net
   DocumentRoot ***

   <Location />
      DAV svn
      SVNPath ***
      AuthType Basic
      AuthName "NivenHuH.Net's Repository"
      AuthUserFile ***
      Require valid-user

      AllowOverride None
      Options None
   </Location>
</VirtualHost>

Thanks, in advance, for taking the time to check this out..

-- 
-NivenHuH
Aim: NivenHuH
Email: me@nivenhuh.net
Web: http://www.nivenhuh.net
Thank you.
We're all refreshed and challenged by your unique point of view.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 17 17:09:07 2004

This is an archived mail posted to the Subversion Users mailing list.

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