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

Re: Can't get vendor branch to import to another project

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-09-29 17:40:54 CEST

On 9/28/06, Scott Simpson <ssimpson@interchangeusa.com> wrote:
> 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)

Are /repos/vendor and /repos/search two separate repositories? If so,
that isn't going to work. Copy only works within a single repository.
 The not-entirely-clear error is due to Subversion trying to find the
common parent of the two as part of the commit, and that common parent
not being a repository at all.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 29 17:41:56 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.