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

Perl bindings: "Source url %s is from different repository"

From: holibert <drink.beer_at_gmx.net>
Date: 2005-09-13 12:00:54 CEST

Hi there!

I'm trying to implement the functionality from mucc in Perl using the Perl
bindings 1.2.3 for Windows.

Creating of new directory entries and deleting of entries works already,
but if I try to copy an entry with

   $rev = $Repo->get_latest_revnum();
   $Root = $CommitEditor->open_root($rev);
   $CommitEditor->add_directory("rel1", $Root, "tags/rel1", $rev);
   $CommitEditor->close_edit();

where "rel1" dosn't exist, I get the following

  General filesystem error: Source url 'tags/rel1' is from different
  repository at mucc.pl line 36

What am I doing wrong?

Greetings,
Holger

-- 
5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail
+++ GMX - die erste Adresse für Mail, Message, More +++
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 13 12:17:15 2005

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

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