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

Can't get vendor branch to import to another project

From: Scott Simpson <ssimpson_at_InterchangeUSA.com>
Date: 2006-09-28 20:59:53 CEST

I have set up vendor branches OK and I'm trying to import the vendor
branch into another project and I'm getting a permission error:
 
    $ svn copy http://svn:8000/repos/vendor/hadoop/hadoop-0.6.2
http://svn:8000/repos/search/trunk/hadoop -m 'bringing hadoop-0.6.2 into
the main branch'
    svn: PROPFIND request failed on '/repos'
    svn: PROPFIND of '/repos': 403 Forbidden (http://svn:8000)

Yet the vendor branch and search project work fine with the Apache
server:
 
    $ svn log http://svn:8000/repos/vendor/hadoop/hadoop-0.6.2
 
------------------------------------------------------------------------
    r6 | ssimpson | 2006-09-28 10:40:17 -0700 (Thu, 28 Sep 2006) | 2
lines
 
    Tag hadoop/current as hadoop/hadoop-0.6.2.
    ...
 
    $ svn log http://svn:8000/repos/search/trunk
 
------------------------------------------------------------------------
    r1 | ssimpson | 2006-09-28 11:41:54 -0700 (Thu, 28 Sep 2006) | 2
lines
 
    Added trunk, branches, and tags.

The copy command above I took from the Subversion manual in General
Vendor Branch Management Procedure (first page).

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 28 21:00:41 2006

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.